Founder release

Install Fob locally.

Fob is a local app. The website handles license and setup; the actual work happens on your computer with your files, your AI CLIs, and your project memory.

After checkout

Your license key lives in Polar.

If you landed here after checkout, your Fob license has been created through Polar. Check the Polar receipt or customer portal for a key beginning with FOB_.

Keep the key private. It activates your local Fob install and caches access for offline work.

Current download

Mac ZIP for Apple silicon.

Download the current Founder build, install the fob command, then activate with the license key from Polar.

unzip fob-0.1.0-mac-arm64.zip
cd fob-0.1.0-mac-arm64
./install.sh
fob login FOB_your_license_key
cd /path/to/your-project
fob try

# opens the local dashboard
# http://127.0.0.1:8787

What the license unlocks

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

License checks do not read your project.

Fob license validation should only send license metadata, app version, platform, and an anonymous local device id. It should not send your code, screenshots, prompts, AI answers, or local Fob project memory.