Like OmniRoute's many-models idea, but don't want to run a gateway? Wuwei has it built in
OmniRoute is a great AI gateway you put in front of your agent. Wuwei is the agent, with model switching built in, so you skip the proxy layer entirely.
OmniRoute is popular for a real reason: tools like Claude Code, Codex, and Cursor bind to one provider, so if you want to reach hundreds of models (including free ones), get quota-aware fallback, and save tokens, you put OmniRoute in front as a gateway. It does that well. But step back for a second: the reason you need a gateway is that the agent itself only speaks to one endpoint at a time. If the agent had multiple models built in, one click to switch, you wouldn't need to stand up and maintain a proxy at all. That's Wuwei's approach: it's the agent, and the models are just a setting.
Multi-model, built in
Wuwei natively supports Claude, any OpenAI-compatible endpoint, and models like GLM, Kimi, DeepSeek, or a local model, switch right in the UI, no gateway to configure.
No proxy to run or maintain
A gateway is another service to deploy, secure, and keep updated. With built-in switching there's nothing extra to run, one app does the work.
It's an agent, not just routing
OmniRoute routes requests; Wuwei does the work, reads and writes files, edits code, runs commands, searches the web, each step behind a permission prompt.
Local & open source (MIT)
Your project and code stay on your machine; it's open source so you can read exactly what it does.
How they compare
| What you care about | Wuwei | OmniRoute |
|---|---|---|
| What it is | The AI coding agent itself | A gateway/proxy in front of an agent |
| Multiple models | Built in, one-click in the UI | Routes to hundreds via one endpoint |
| Need an extra service? | No, the agent has it built in | Yes, you run the gateway |
| Does the coding work | Yes, full agent with tools | No, it routes; the agent does the work |
| Open source | Yes (MIT) | Yes (MIT) |
| Price | Free, out of the box | Free (models you route to are separate) |
OmniRoute and Wuwei aren't rivals so much as different layers: OmniRoute is a gateway you add for many-model routing; Wuwei is an agent that already has model switching built in. If you like the many-models idea but don't want to run a proxy, Wuwei gets you there with less to maintain.
If you already run a stack of CLIs and want one gateway routing to everything, OmniRoute fits. But if what you actually want is one agent that does the work and lets you switch models freely, you may not need a gateway, you need an agent that has models built in. Wuwei is free, open source, and local, up in minutes.
FAQ
Is Wuwei a free OmniRoute alternative?
Yes. Wuwei is a free, local-first, open-source (MIT) AI agent that reads and writes files, edits code, and runs commands for you. Bring Claude, any OpenAI-compatible endpoint, or a local model.
Is Wuwei free?
Yes — out of the box, no subscription and no credit card. Start with no sign-up, or bring your own API key.
Which platforms does Wuwei support?
Windows, macOS and Linux — download from the website and start instantly.
Is my code safe with Wuwei?
Your project and code stay on your own machine (local-first). It's open source (MIT) so the logic is auditable, and it asks for confirmation before writing files or running commands.