SuperCoder v0.1.0 — local-first coding agent #130
adithyn7
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
✨ SuperCoder v0.1.0 ✨
A local-first, open-source coding agent for your desktop
SuperCoder has been reimagined from the ground up — a local-first, open-source coding agent for your desktop.
💡 What it is
A desktop app built on a pure-Rust agent harness. Your code stays on your machine and only ever leaves to the LLM provider you configure — no middleman service, no lock-in.
🔎 Graph-aware code retrieval
Most agents retrieve by embedding similarity alone. The Context Engine indexes your repo with tree-sitter into three complementary stores — Qdrant (vectors), FalkorDB (call/symbol graph), and BM25 (lexical) — so the agent can locate code structurally (
codebase_search/codebase_graph), not just by what reads similar. Incremental Merkle streaming sync keeps the index current as you work. The app manages the whole Docker stack for you — pulls the versioned images, brings it up, health-checks, and tears it down on quit.🚀 Two ways to run
📦 Install
Grab the build for your OS below:
.dmg.exeinstaller.AppImage/.debSee the README to get started, and Discussions for questions and ideas.
This discussion was created from the release SuperCoder v0.1.0 — local-first coding agent.
Beta Was this translation helpful? Give feedback.
All reactions