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

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.

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
```