#82 · Primary category: AI Coding Assistants
jcode
The most RAM efficient harness
Project last updated:08/29/26
GitHub Stars
18.8K
Forks
2.1K
Contributors
14
License
MIT
Why we included this project
jcode is a Rust-based coding agent that runs in the terminal alongside your editor and shell. You hand it a task and it reads your code, edits files, and runs commands on your machine. Its main selling point is parallelism: the harness is built so you can run several agent sessions at once without the machine bogging down, which helps if you juggle multiple tasks or a small team shares one workstation. The maintainers publish their own benchmarks for memory use and startup time against other terminal agents, so the efficiency claims are checkable rather than just marketing. It's MIT licensed and the harness is open, so you can see exactly what the agent is allowed to do and adapt it to your own workflow.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.