This is the official Homebrew tap for PAVE (Personal AI Virtual Environment).
# Add the tap
brew tap cnrai/tap
# Install PAVE
brew install paveOr install directly:
brew install cnrai/tap/pave| Formula | Description |
|---|---|
pave |
Personal AI Virtual Environment - Terminal-based AI agent system |
After installation:
# Start PAVE (connects to default server at localhost:4096)
pave
# Start with custom server URL
OPENCODE_URL=http://your-server:4096 pave
# Show help
pave --help
# Debug mode
DEBUG=1 pavebrew update
brew upgrade pavePAVE requires Node.js 16 or higher. The formula will install Node.js 18 as a dependency.
MIT License - see the main repository for details.