https://github.com/ek33450505/homebrew-cast-desktop
Homebrew tap for cast-desktop — brew install --cask cast-desktop
https://github.com/ek33450505/homebrew-cast-desktop
cast claude-code desktop homebrew tauri
Last synced: 13 days ago
JSON representation
Homebrew tap for cast-desktop — brew install --cask cast-desktop
- Host: GitHub
- URL: https://github.com/ek33450505/homebrew-cast-desktop
- Owner: ek33450505
- Created: 2026-05-18T00:36:52.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2026-05-26T01:25:16.000Z (30 days ago)
- Last Synced: 2026-05-26T03:24:48.527Z (30 days ago)
- Topics: cast, claude-code, desktop, homebrew, tauri
- Language: Ruby
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# homebrew-cast-desktop
Homebrew tap for [Cast Desktop](https://github.com/ek33450505/cast-desktop) — the desktop observability companion for the CAST multi-agent Claude Code framework.
## Requirements
Cast Desktop is a macOS-only application. **macOS 11 or later required.**
Install the [CAST framework](https://github.com/ek33450505/claude-agent-team) first:
```bash
brew tap ek33450505/cast
brew install cast
```
## Installation
Add this tap and install Cast Desktop:
```bash
brew tap ek33450505/cast-desktop
brew install --cask cast-desktop
```
## Usage
After installation, launch Cast Desktop from **Applications** or run:
```bash
open -a "Cast Desktop"
```
## Updates
Keep Cast Desktop up to date:
```bash
brew upgrade --cask cast-desktop
```
## Uninstall
Remove Cast Desktop:
```bash
brew uninstall --cask cast-desktop
```
This will also remove application support files, logs, and preferences stored in `~/Library/`.
## About
**Cast Desktop** provides real-time visibility into CAST agent execution — sessions, routing decisions, memory state, and performance metrics. It's built with React + Vite + Tauri for a native macOS experience.
For documentation and features, visit the [Cast Desktop repository](https://github.com/ek33450505/cast-desktop).
## License
MIT. See [LICENSE](https://github.com/ek33450505/cast-desktop/blob/main/LICENSE) in the main repository.