Skip to Content
v0.8.0 · shippedNative iOS / Android / Flutter / Capacitor SDKs, A2A discovery, SOC 2 readiness, residency, BYO storage, BYOK. Read the changelog →
Self-hostingOverview

Self-hosting

Mushi is OSS-first. The cloud product at app.mushimushi.dev runs the exact same code in this repo — there is no closed-source plus-tier.

What you’ll deploy

LayerTechnologyLicense
DatabaseSupabase (Postgres 15 + pgvector + AGE)Open
Edge FunctionsHono on Supabase Edge (Deno)BSL
Admin SPAReact + Vite, deployed to any static hostBSL
ObservabilityLangfuse + OpenTelemetry collectorOpen
SandboxE2B managed (or self-hosted Modal)External

Quick path

git clone https://github.com/kensaurus/mushi-mushi.git cd mushi-mushi pnpm install pnpm --filter @mushi-mushi/server supabase:up # starts a local stack pnpm --filter @mushi-mushi/admin dev # admin at http://localhost:5173

See:

Last updated on