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
- Host: GitHub
- URL: https://github.com/thurstonsand/homebrew-ghosttykit
- Owner: thurstonsand
- Created: 2026-06-01T04:09:07.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-07-14T03:29:11.000Z (11 days ago)
- Last Synced: 2026-07-14T05:16:52.181Z (11 days ago)
- Topics: ghostty, ghosttykit, homebrew, tap
- Language: Ruby
- Size: 35.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.