ProjectHub

ProjectHub Download

AI collective intelligence-powered macOS project environment.

v1.0.0 · macOS 14.0+ · Apple Silicon & Intel

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.com
Enter ANTHROPIC_API_KEY in Settings → API Keys

Google (Gemini)

Used in AI Agent, Avalon3, and Colligi.

Get an API key from aistudio.google.com
Enter GEMINI_API_KEY in Settings → API Keys

AI CLI Installation (Optional)

AI CLIs are only needed for the Vibe Coding terminal. Other AI systems work with just API keys.

Claude CLI

Recommended

Anthropic's AI CLI. Used in Vibe Coding terminal.

npm install -g @anthropic-ai/claude-code
Verify installation with the claude command

Gemini CLI

Google's AI CLI. Available in Vibe Coding terminal.

npm install -g @google/gemini-cli
Verify installation with the gemini command

OpenCode

Open-source AI coding agent. Available in Vibe Coding terminal.

npm install -g opencode-ai
Verify installation with the opencode command

Ollama

Local AI runtime environment. Enables fully offline AI debates.

brew install ollama
ollama pull llama3.2
Start the server with ollama serve

Release History

v1.0.0

Latest
2026-02-119.4 MB
Coming Soon

After Installation, Get Started

Follow the 'Getting Started' guide in the manual to create your first project.

Getting Started Guide