Not every prompt needs a powerful cloud model.
Many prompts, like writing an email, summarizing a document, answering a question, or helping with code, can run locally. PromptRouter automatically chooses the right path, local or cloud, based on what your request needs.
Plus every model in the Foundry catalog — DeepSeek R1, Qwen, Phi, Mistral, gpt-oss.
Or any OpenAI-compatible endpoint. Keys stay in your OS credential store, never in a config file.
Picking a local model shouldn't be a struggle.
PromptRouter automatically detects your hardware and recommends a local AI model that fits your machine.
Your computer already has AI potential.
We found a good local fit
Based on this computer and a preference for balanced speed and quality.
A strong fit for chat, writing, coding and private documents. Runs completely on this computer.
Powerful AI doesn't have to mean cloud AI.
Your local model can do more than simple chat. Use Ask, Plan and Agent modes to keep getting work done, even when you're offline.
Ask
Ask questions and get answers directly from your local model.
Plan
Turn a bigger task into steps before you start executing it.
Agent
Let your local model perform useful work with files and approved tools on your machine.
$ prompt-router "explain what a WeakMap is"
# force a destination
$ prompt-router --local "refactor this function"
$ prompt-router --online "compare Rust and Go GC"
# understand and measure
$ prompt-router doctor
$ prompt-router stats
$ prompt-router models recommend -q 5
Command line
Same engine. Same guarantees.
CLI and app share one engine, so safety can't drift. --json to script it, --explain to see why.
- setup — scan hardware, pick a model
- doctor — check every engine, model and key
- stats & history — split, privacy, latency, redacted
- Needs Node 22+ and one engine — local or cloud
Ask. Let PromptRouter decide.
Use local AI when your computer can handle it. Use cloud AI when the task needs it.
Private beta for Windows x64, macOS Apple Silicon and Linux x64. Installers are currently unsigned.
Try PromptRouter → Other platforms and release notes