Works with aider
aider, running on your Mac
aider pairs with a model running on your own Mac. No account, no per-token cost, and the repository never leaves the machine.
Free, Apple Silicon, signed. The local model runner has no caps and needs no account.
Setup
- Install ToolPiper and launch it once. The local API listens on port 9998.
- Create a Developer Token on the ToolPiper API page. Every request to the local API carries one.
- Point aider at the local endpoint.
export OPENAI_API_BASE=http://localhost:9998/v1
export OPENAI_API_KEY=tp_YOUR_TOKEN # a Developer Token from the ToolPiper API page
aider --model openai/qwen3.8-27bPrompts, responses and files stay on the machine. There is no key to rotate and no per-token cost. aider talks to ToolPiper over its local OpenAI-compatible API on port 9998.