Free & open source

Download Fob.

Fob runs on your computer with your files, your AI CLIs, and your project memory. No account, no license key. Requires Node.js 18+.

Install steps

Unzip and run.

# macOS / Linux
unzip fob-0.1.0-mac-arm64.zip   # or -linux.zip
cd fob-0.1.0-mac-arm64
./install.sh

# Windows (PowerShell)
Expand-Archive fob-0.1.0-windows.zip
cd fob-0.1.0-windows
powershell -ExecutionPolicy Bypass -File install.ps1

# then, on any OS:
cd your-project
fob try   # opens http://127.0.0.1:8787

What you get

One local base for AI work.

  • Local project memory, decisions, pins, and handoffs
  • Claude, Codex, Both, Debate, and Resolve routes
  • Browser dashboard with search, sessions, and context packets
  • Approval-gated patches, git review, commit, and push controls
  • Local API and MCP tools for context-aware AI workflows

Privacy

Runs entirely on your machine.

Fob works against your local files and your own AI CLIs. It does not send your code, screenshots, prompts, AI answers, or project memory anywhere.