https://github.com/intent-solutions-io/homebrew-tap
Homebrew tap for Intent Solutions CLI tools. Install our tools on macOS with a single brew command.
https://github.com/intent-solutions-io/homebrew-tap
cli developer-tools distribution homebrew intent-solutions macos package-manager
Last synced: 3 months ago
JSON representation
Homebrew tap for Intent Solutions CLI tools. Install our tools on macOS with a single brew command.
- Host: GitHub
- URL: https://github.com/intent-solutions-io/homebrew-tap
- Owner: intent-solutions-io
- License: other
- Created: 2026-01-04T23:19:06.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-03-25T01:49:19.000Z (4 months ago)
- Last Synced: 2026-03-26T08:09:51.066Z (3 months ago)
- Topics: cli, developer-tools, distribution, homebrew, intent-solutions, macos, package-manager
- Language: Ruby
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Intent Solutions Homebrew Tap
Homebrew formulae for Intent Solutions tools.
## Installation
```bash
brew tap intent-solutions-io/tap
brew install gvid
```
## Available Formulae
| Formula | Description |
|---------|-------------|
| `gvid` | Mission Control dashboard for Gastown multi-agent workspaces |
## Usage
```bash
# Start daemon
gvid
# With custom port
gvid --port 8080
# TUI client
gvi-tui
```