Quickstart
Five minutes from zero to your first Council Mode dispatch.
1. Install
Pick your OS on the download page or:
# macOS curl -L https://github.com/hernaninverso/furx/releases/latest/download/Furx_0.2.0_aarch64.dmg -o ~/Downloads/Furx.dmg open ~/Downloads/Furx.dmg # Linux sudo apt install ./furx_0.2.0_amd64.deb # Windows — double-click the .msi
2. First launch
Furx opens directly into the Furx Connectwizard. You don't need to make any choices yet — every path is mix-and-match.
The wizard has six tabs:
- OpenRouter (recommended for 1-key setup, $10 deposit, 300+ models).
- Free tiers (Cerebras, Groq, Mistral, SambaNova, Gemini AI Studio, OpenRouter free).
- Paid APIs (Anthropic, OpenAI, Gemini, any OAI-compatible).
- Local (auto-detect Ollama, LM Studio, llama.cpp, vLLM).
- Proxy (LiteLLM / your org gateway).
- Mix (any combination).
3. Add your first key
Easiest path: OpenRouter Quick Start.
- Sign up at openrouter.ai, deposit $10.
- Copy your key (
sk-or-v1-…). - Paste in the wizard. Furx runs a 142ms health check, writes the key to your OS Keychain, and you're in.
Your key never leaves your machine. Furx talks directly to openrouter.ai over HTTPS; we never proxy.
4. Open your first pane
The main window is a 2×2 grid by default. Right-click a pane → pick a CLI: zsh, claude, codex, gemini, aider. Or hit ⌘K→ "new pane" → pick.
5. Dispatch Council Mode
- Hit ⌘J.
- Type your prompt. Example: "Write a Python function that validates an EU VAT number, including the EE country-specific checksum."
- Pick a preset: Quick (3 cheap LLMs), Frontier (Claude Opus + GPT-5 + Gemini 2.5), Cheapo (Cerebras + Groq + free tiers), Local (Ollama models only), or Mix.
- Watch the diff appear as voices return.
- Pick a winner with 1–6, or merge with M.
6. Set up audit + sync (optional, Pro)
If you want session replay across machines or cloud sync of .mcp.json: Settings → Account → sign in with the same email used in Paddle. Trial 14 days, no card.
Next
- BYOK deep-dive — how your keys are protected.
- Council Mode presets — when to use which.
- All providers — full list with notes.
- Troubleshooting — Ollama not detected, Gatekeeper, etc.