An open API service indexing awesome lists of open source software.

https://github.com/thurstonsand/homebrew-ghosttykit

Homebrew tap for GhosttyKit
https://github.com/thurstonsand/homebrew-ghosttykit

ghostty ghosttykit homebrew tap

Last synced: 10 days ago
JSON representation

Homebrew tap for GhosttyKit

Awesome Lists containing this project

README

          

# Homebrew GhosttyKit

Homebrew tap for [GhosttyKit](https://github.com/thurstonsand/ghosttykit), a Ghostty companion toolkit.

## Install

Nightly builds track recent commits on `main` and may break:

```sh
brew install thurstonsand/ghosttykit/ghosttykit-nightly
```

Start Ghostty before starting the daemon so macOS can ask for Automation permission on first start:

```sh
open -a Ghostty
brew services start thurstonsand/ghosttykit/ghosttykit-nightly
gty doctor
```

A healthy install reports:

```text
daemon: ok - socket reachable
automation: ok - Ghostty accepted Apple Events
```

Stable releases will be published as `ghosttykit` once GhosttyKit starts cutting `v*` release tags.