1jehuang · 2026-04-30 · major
jcode — Rust Coding Agent Harness Hits #4 on GitHub Trending With Swarm Mode and Self-Modification
jcode is an MIT-licensed coding agent harness in Rust trending today on GitHub. v0.11.6 ships swarm mode for parallel agents, semantic-vector memory, and 20+ provider integrations. Author claims 14 ms boot and 27.8 MB RAM per session.
A solo-developer Rust coding-agent harness tops GitHub trending with claims of 14 ms boot and built-in swarm mode.
Key specs
| GitHub stars | 2.3k |
|---|---|
| Stars today | 404 |
| Boot | 14 ms |
| Ram per session | 27.8 MB |
| Total releases | 56 |
What is it?
jcode (github.com/1jehuang/jcode) is an open-source coding-agent harness written in Rust, billed as 'the next-generation coding agent harness to raise the skill ceiling.' It is licensed MIT and currently sits at #4 on github.com/trending after picking up 404 stars in a single day. v0.11.6 was tagged on April 30 — the seventh release in three days.
How does it work?
Each session embeds turns as semantic vectors so the agent automatically recalls prior context without manual memory management. A 'swarm' mode lets multiple agents work the same repo with automatic conflict resolution and inter-agent messaging. It plugs into Claude, OpenAI, Gemini, GitHub Copilot, Azure, and 20+ other providers via OAuth or API, and ships built-in Firefox automation for web tasks. Agents can edit jcode's own source, rebuild, and continue.
Why does it matter?
Coding-agent harness competition keeps heating up. jcode's headline pitch — 14 ms boot, 27.8 MB per session vs Claude Code's 386 MB — targets devs frustrated by heavyweight CLIs. Whether the numbers hold under real workloads is up to the user, but the trajectory (2.9k commits, 56 releases, daily tagging) signals serious momentum.
Who is it for?
indie hackers, Claude Code / GitHub Copilot CLI power users
Try it
curl -fsSL https://raw.githubusercontent.com/1jehuang/jcode/master/scripts/install.sh | bash