Fred docs

Fred is an open-source DeepSeek-powered agentic coding CLI. The binary is fred; install with uv tool install fredcode. This site adds managed billing and a streaming proxy at api.fredcode.net; the CLI also runs unchanged against DeepSeek directly if you supply your own key.

In a hurry?
Run uv tool install fredcode fred login fred -p "say hi". Three commands, two minutes. See Install if you don't have uv.

Two ways to run

Hosted (this site): fred login issues a key, traffic flows through api.fredcode.net, usage shows up at /usage. Pay per token at the rates on /pricing. $1 in free credits on signup.

Direct to DeepSeek: set DEEPSEEK_API_KEY and skip the proxy. The CLI talks to api.deepseek.com/v1 and you pay them directly. No telemetry, no managed billing — same code, just unmanaged.