A multi-tab AI chat desktop app that routes every conversation to the best free provider β automatically.
Open multiple AI conversations at once, each with its own workflow type β code in one tab, brainstorm in another.
Automatically picks the best provider for each task type. Fallback chains try the next provider silently if one fails.
Create workflows with custom system prompts, attached context files, and auto-detect keywords. Add or remove without touching code.
Built-in image generation via Pollinations (free) and DALLΒ·E. Images render inline and can be downloaded.
Attach scripts or documents β content is injected silently into every message. Auto-saves AI-generated code to a .tmp file.
Add any OpenAI-compatible API provider from the UI. No code changes needed β just a name, base URL, and model list.
Save any AI response for later. Export code directly to a file with a smart suggested filename.
Configure fallback chains per workflow type β drag providers into priority order, enable or disable per model.
Requires Node.js 18+
git clone https://github.com/SoylentAquamarine/ManyAI-Desktop.git cd ManyAI-Desktop npm install npm run dev
Add your API keys under Settings β API. Most providers have a free tier β no credit card needed.