Privacy and advertising choices
Git-Stars uses essential storage for site operation. Optional analytics and ad-measurement scripts stay disabled unless you accept them; partners such as Google may then use cookies or similar identifiers where required. Privacy Policy
The most intelligent agent harness for code
Git-Stars is independent and not affiliated with GitHub or this project. Analysis may be AI-assisted and based on public repository metadata plus short README-derived summaries. We do not mirror full README files, docs, issues, or social comments.
1jehuang/jcode is tracked as a Rust project in the AI Agent, MCP Server, LLM Tool, Developer Tool, UI Framework area. This evaluation combines public GitHub metadata, category signals, short source summaries, and Git-Stars editorial rules rather than copying project documentation.
Momentum check: the repository has 9.6k total stars, with +568 today, +0 this week, and +0 this month. These growth windows help distinguish durable adoption from short-lived visibility spikes.
Maintenance check: current activity is Active; the latest push was 1 days ago, and the open issue queue is 107, about 1.11% of total stars. Treat this as an adoption signal, not a substitute for engineering due diligence.
Adoption check: 1.1k forks and 9.6k watchers suggest how often the project is reused or followed. License signal: MIT. Always verify license compatibility before commercial or internal use.
Practical fit: this project is most relevant when you need AI prototypes, LLM workflows, and agent-style applications. Be cautious when you need a legal review, security audit, or production SLA.
Source check: Git-Stars currently has 2 explicit source reference(s) for this report and a recent growth signal of 568. Follow the original GitHub repository for final install, security, and release information.
Momentum
9.6k Stars
Reuse
1.1k Forks
Attention
9.6k Watchers
Maintenance
active
License
MIT
Open issues
107
jcode is a next-generation coding agent harness designed for multi-session workflows, offering infinite customizability and high performance. It is optimized for resource efficiency, using significantly less RAM and booting faster than competing tools.
Key Features
- Extremely low RAM usage (27.8 MB with local embedding off) compared to competitors (e.g., Claude Code uses 386.6 MB). - Fast boot time (14.0 ms time to first frame) vs. alternatives (e.g., Antigravity CLI at 383.5 ms). - Supports multi-session workflows with minimal resource overhead.
AI Agent
Agent frameworks, autonomous workflows, and tool-use systems
MCP Server
Model Context Protocol servers, clients, and integrations
LLM Tool
Libraries and tools for LLM apps, RAG, prompts, and evals
Developer Tool
Tools that improve coding, testing, build, and local workflow
UI Framework
Frontend frameworks, design systems, and interface libraries
curl -fsSL https://jcode.sh/install | bash83
Health Score
Active
Commit Activity
Jan 5, 2026
Created
Jul 20, 2026
Last push
+0
Today's growth
+0
7-day growth
+0
30-day growth
Forks
Open
Watchers
1jehuang
GitHub profilecodecrafters-io/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
sindresorhus/awesome
😎 Awesome lists about all kinds of interesting topics
freeCodeCamp/freeCodeCamp
freeCodeCamp.org's open-source codebase and curriculum. Learn math, programming, and computer science for free.
public-apis/public-apis
A collective list of free APIs
EbookFoundation/free-programming-books
:books: Freely available programming books
✓
License
✓
Forked
✓ Active
Maintained
Problem Solved
jcode solves the problem of high resource consumption when running multiple AI coding agents concurrently, which is common in complex development workflows. Unlike other tools that consume hundreds of MB per session, jcode achieves significantly lower RAM usage (e.g., 27.8 MB with local embedding off), enabling scalable multi-agent setups without hardware strain.
Capabilities
Developers can build multi-session coding workflows where multiple agents collaborate on different parts of a codebase simultaneously, such as parallel code review, automated refactoring, or simultaneous feature development. The harness supports infinite customizability, allowing integration with various LLMs and tools, and is optimized for performance, making it suitable for large-scale projects. Real-world use cases include CI/CD pipeline automation, pair programming at scale, and managing complex monorepos with multiple agents.
Bottom Line
jcode is ideal for developers who need to run multiple AI coding agents efficiently, especially in resource-constrained environments or large-scale projects. Those who prefer simpler single-agent tools or have abundant hardware may not need its optimizations. The key trade-off is that while jcode excels in performance and scalability, it may require more initial setup and configuration compared to out-of-the-box solutions.