v0.1.0-canary.b7be89c · MIT · 100% local · BYOK

Your local AI studio, in a single binary.

Chat and image generation with Gemini, OpenAI, Anthropic, and DeepSeek — running on your machine, with your own keys. No cloud, no telemetry, no Node.

install
$ curl -fsSL https://mangostudio.dev/install.sh | bashPlanned channel — not available yet

requires Bun v1.3.14+ · macOS · Linux · Windows

~/projects — zsh
$ mangostudio serve
▸ MangoStudio v0.1.0-canary.b7be89c (bun 1.3.14)
▸ database ~/.mango/database.sqlite
▸ providers gemini · openai · anthropic ✓
▸ ready ── http://localhost:3001
localhost:3001
MangoStudioonline
Generate a minimalist mango icon
Sure — generating 1 image 1024×1024…

One command boots the API (Elysia + SQLite) and the React UI — and opens the studio in your browser.

Quickstart

From zero to studio in 3 steps

1

Install

Pick the platform and installer that fit your machine. Every ready channel installs the same binary.

bun add -g mangostudio
2

Configure

Add your provider key in config.toml or via an environment variable.

export GEMINI_API_KEY=…
3

Serve

Boot the API + UI and open the studio in your browser. Ready to chat.

mangostudio serve
Features

A complete studio, offline-first

Multi-model chat

SSE streaming, extended reasoning, tools, and mid-conversation model switching.

Image generation

Generate images straight from chat with compatible models and a persisted local gallery.

Attachments

Upload files and images; MangoStudio hands them to the provider at the right turn.

Tools & agents

grep, glob, shell, read_file, and subagent delegation with its own lifecycle.

Keys & BYOK

Keep keys in the OS secret store, in config.toml, or in .env. You stay in control.

Local-first & SQLite

Everything persists in local SQLite via Kysely. Your data never leaves your machine.

Bring your own keys

Works with the providers you already use

GGemini
OpenAI
AAnthropic
DDeepSeek
{}OpenAI-compatible
★ Open source · MIT

Built in the open, with the community

Modular DDD architecture, end-to-end typed contracts, and docs to contribute. Issues and PRs are welcome.