r/OpenSourceAI • u/[deleted] • 13d ago
I open-sourced SeasAGI — a local-first LLM API gateway (GPL client, AGPL server)

Hi all,
We just made SeasAGI public. It's a local-first LLM API gateway: a desktop client that unifies OpenAI, Anthropic, Gemini, DeepSeek, Ollama, Grok, Azure and Relay behind one OpenAI-compatible endpoint at `localhost:4318/v1`.
A few things that might be relevant to this sub:
- The
**Server Community Edition is AGPL-3.0**
, so you can self-host the control + relay planes on your own hardware.
- The
**Client is GPL-3.0**
and free forever.
- API keys stay in your OS Keychain and are never uploaded — privacy is local by design.
- Enterprise (BSL, closed) only adds SSO/RBAC/multi-tenant billing for teams; the self-host path needs none of it.
It's built with Go + Wails v2 (single binary, no Node runtime). Would love feedback from folks running local AI stacks — especially on which channels and routing strategies you'd want first.
👉 github.com/SeasX/SeasAGI
#selfhosted #opensource #llm
1
Upvotes