Skip to content

cnrai/homebrew-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

184 Commits
 
 
 
 

Repository files navigation

Homebrew Tap for PAVE

This is the official Homebrew tap for PAVE (Personal AI Virtual Environment).

Installation

# Add the tap
brew tap cnrai/tap

# Install PAVE
brew install pave

Or install directly:

brew install cnrai/tap/pave

Available Formulae

Formula Description
pave Personal AI Virtual Environment - Terminal-based AI agent system

Usage

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 pave

Updating

brew update
brew upgrade pave

Troubleshooting

Node.js Version

PAVE requires Node.js 16 or higher. The formula will install Node.js 18 as a dependency.

License

MIT License - see the main repository for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages