🔥 Hot Repo: 245x Faster Boot — Without Ditching Claude

jcode is a Rust terminal agent harness that boots in 14ms (vs Claude Code's 3,436ms) and uses 14x less RAM, while supporting 30+ LLM providers including Claude, with MCP, swarm mode, and semantic memory built in.

By OMC Editorial on 2026-05-12

One-liner — jcode is a Rust-built terminal coding agent harness that runs Claude, OpenAI, Gemini, and 30+ other providers with 245x faster boot times and 14x less RAM than Claude Code. - Repo: 1jehuang/jcodehttps://github.com/1jehuang/jcode - Stars: ⭐ 5,854 +470 today - Language: Rust - License: MIT --- What It Does jcode is a terminal coding agent harness built entirely in Rust that supports 30+ LLM providers — including Claude, OpenAI, Gemini, GitHub Copilot, and local models via Ollama or vLLM — through a unified TUI interface. It runs as a persistent server that multiple agent sessions can connect to simultaneously, enabling true multi-agent workflows in a single codebase. A built-in semantic memory graph automatically recalls relevant context from past sessions without burning extra tokens on manual memory tool calls. Why It's Blowing Up The catalyst is jcode's published performance benchmarks, which directly compare boot time and RAM usage against Claude Code, Codex CLI, GitHub Copilot CLI, Cursor Agent, and OpenCode. The numbers are stark: jcode launches in 14ms versus Claude Code's 3,436ms — a 245x difference — and uses 27.8 MB of RAM versus Claude Code's 386.6 MB. At 10 concurrent sessions, the gap widens: jcode consumes 260 MB total while Claude Code consumes 2,300 MB. The v0.12.1 release shipped on May 11 and added FPT AI Marketplace provider support and improved AWS Bedrock credential handling. Combined with v0.12.0 earlier in the week, jcode has been shipping daily releases and picked up roughly 1,400 stars over three days, landing on GitHub's trending list for the second time since its January 2026 debut. What makes jcode unusual is its self-development mode: the agent can modify jcode's own Rust source code, rebuild the binary, and hot-reload into all running sessions automatically. The repo also ships a .claude/ config directory and auto-imports your existing /.claude/mcp.json on first launch — making migration from Claude Code a one-comma