A Rust coding agent harness called jcode (1jehuang/jcode) picked up 612 stars in a single day, cleared 9,500 stars and 1,000 forks, and grabbed the top spot on GitHub’s Rust trending list. Another vibe-coded terminal agent — Jeremy Huang’s commits carry Claude as co-author — but the numbers are hard to ignore.
What jcode actually is
It’s a terminal coding agent, the same category as Claude Code and opencode: point it at your repo, and it edits, runs, and tests code end to end. The pitch is the harness layer, not the model. jcode does the intelligent scheduling — semantic memory across turns via vector embeddings, and a swarm mode where multiple agents work the same repo with automatic conflict handling.
The Rust rewrite is the flex. 14ms to first frame, 27.8MB baseline RAM. Each extra session costs ~10MB versus 212MB for Claude Code, so you can run 20 jcode sessions for the price of one.
The API angle
It’s an open-source MIT CLI that plugs into any backend — Claude, GPT, Gemini, Copilot, Groq, Mistral, or local Ollama and LM Studio. No model lock-in. Install with a one-line script, or cargo build from source. Typical use: spin up a swarm of agents to parallelize a refactor while each one keeps its own memory.
You Might Also Like
- Claw Code Rewrote Claude Code in Rust Before Sunrise and hit 50k Github Stars in 2 Hours
- Deepseek tui Tops Github Trending a Claude Code Clone Wired to Deepseeks api
- Claude Code Security Just Dropped and it Already Found 500 Zero Days Nobody Knew About
- 27k Github Stars in Weeks Learn Claude Code by Shareai lab Breaks Down ai Coding Agents Into 12 Lessons
- Claude hud hit 5 3k Github Stars Because Developers Were Flying Blind With Claude Code

Leave a comment