ProjectHub Download
AI collective intelligence-powered macOS project environment.
System Requirements
Operating System
macOS 14.0 (Sonoma) or later
Development Environment
Xcode 15.0+, Swift 5.9+, Python 3.12+
Storage
Minimum 500MB free space
Terminal
xterm.js auto-installed (built-in)
API Key Setup
API keys are required to use AI Agent, Avalon3, Colligi, and Alliance. Enter them in the app settings.
Anthropic (Claude)
Used in AI Agent, Avalon3, Colligi, and Alliance.
Get an API key from console.anthropic.comEnter ANTHROPIC_API_KEY in Settings → API KeysGoogle (Gemini)
Used in AI Agent, Avalon3, and Colligi.
Get an API key from aistudio.google.comEnter GEMINI_API_KEY in Settings → API KeysAI CLI Installation (Optional)
AI CLIs are only needed for the Vibe Coding terminal. Other AI systems work with just API keys.
Claude CLI
RecommendedAnthropic's AI CLI. Used in Vibe Coding terminal.
npm install -g @anthropic-ai/claude-codeVerify installation with the claude commandGemini CLI
Google's AI CLI. Available in Vibe Coding terminal.
npm install -g @google/gemini-cliVerify installation with the gemini commandOpenCode
Open-source AI coding agent. Available in Vibe Coding terminal.
npm install -g opencode-aiVerify installation with the opencode commandOllama
Local AI runtime environment. Enables fully offline AI debates.
brew install ollamaollama pull llama3.2Start the server with ollama serveRelease History
v1.0.0
LatestAfter Installation, Get Started
Follow the 'Getting Started' guide in the manual to create your first project.
Getting Started Guide