EveryDev.ai
Subscribe
Home
Tools

3,303+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. jcode
    jcode icon

    jcode

    AI Coding Assistants
    Featured

    An open source terminal coding agent written in Rust, featuring agent swarms, semantic memory, and extreme resource efficiency for multi-session AI workflows.

    Visit Website

    At a Glance

    Pricing
    Open Source
    Free tier available

    Full jcode with no feature gates. Bring your own API keys or use OAuth with existing Claude/OpenAI subscriptions.

    Plus: $10/mo
    Pro: $20/mo
    Max: $100/mo
    +2 more plans

    Engagement

    Available On

    Windows
    macOS
    Linux
    iOS
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI Coding AssistantsAgent HarnessMulti-agent Systems

    Alternatives

    PaseoNimbalystEmdash
    Developer
    Solo SystemsSan Francisco, CAEst. 2025$500000 raised

    Listed Aug 2026

    About jcode

    jcode is an open source terminal coding agent written in Rust by solo founder Jeremy Huang, a YC Summer 2026 batch company under Solo Systems. It is MIT licensed and available on macOS, Linux, and Windows, installable via a single curl command or Homebrew. The project positions itself as a harness-level research platform, publishing all benchmarks and agent transcripts publicly.

    What It Is

    jcode is a CLI-based AI coding agent harness — the layer between the user and the underlying language model that orchestrates tool calls, memory, context management, and multi-agent coordination. Unlike IDE plugins or web-based coding assistants, jcode runs entirely in the terminal as a TUI (text user interface) and is designed to be spawned in many parallel sessions simultaneously. It supports bring-your-own API keys, OAuth with existing Claude and OpenAI subscriptions, and local models via Ollama or LM Studio, as well as hosted token plans for zero-setup access.

    Harness Architecture and Intelligence Features

    jcode's core thesis, stated on its homepage, is that "the next leaps in agent capabilities will come from the harness level." Several concrete mechanisms implement this:

    • Confidence stepping: The todo tool tracks per-task confidence scores at assignment and completion. When the harness detects a large confidence spike (low at assignment, suddenly 100% at done), it forces the agent to re-verify rather than accept the claim. According to the project's Terminal-Bench 2.1 results, this raised the pass rate for trials that finished in time from 88% to 92%.
    • Hill-climbable goals: Every agent goal receives a hill-climbability score (0–100) measuring how quantifiable and iterable its progress is. Low-scoring goals trigger a harness-level pushback asking the agent to reframe the task into a verifiable objective.
    • Auto-poke: When a turn ends with incomplete todos, the harness automatically re-prompts the model to continue rather than letting it declare early victory.
    • Agent swarms: Multiple jcode agents can work in the same repository simultaneously. The server notifies agents when a file they have read is modified by another agent, and agents can message each other directly or broadcast to the group.

    Performance and Resource Efficiency

    jcode is written in Rust and optimized for low per-session overhead, which the project frames as essential for scaling swarms. According to vendor-published benchmarks on the project's homepage and README:

    • Extra proportional memory (PSS) per additional session: ~10.4 MB for jcode vs ~212.7 MB for Claude Code
    • Time to first frame: 14.0 ms for jcode vs 3,436.9 ms for Claude Code
    • Time to first input: 48.7 ms for jcode vs 3,512.8 ms for Claude Code

    These figures are presented by the project as self-measured on a single Linux machine and should be treated as vendor-published claims.

    Context Engineering and MCP Integration

    jcode uses an append-only conversation structure to keep the model's KV cache warm across turns. Tool schemas are served from an on-disk cache so they never invalidate the prompt prefix. MCP tools are advertised from a schema cache at session start, with actual server connections happening lazily in the background, so neither startup nor the prompt cache is blocked by slow MCP handshakes. Background tasks can be started with run_in_background, allowing the agent to monitor builds or test runs without polling loops.

    Update: v0.62.1 and Active Development

    The latest tagged release is v0.62.1, published July 30, 2026. Recent releases show rapid iteration:

    • v0.61.0 (July 27): /remote command for reaching a running session from another machine over WebSocket; destructive shell command gate; desktop preview improvements.
    • v0.58.0 (July 25): OpenAI max-effort reasoning timeout fix; /model picker with fuzzy matching.
    • v0.57.0 (July 25): Claude Opus 5 added to the built-in Anthropic catalog.
    • v0.56.0 (July 24): Redesigned TUI header; versioned harness API socket for external apps to drive jcode sessions.

    The project's base system prompt has shrunk 73% since v0.1 (from 2,476 tokens to 659 base tokens), which the project tracks as a signal that frontier models require less scaffolding over time. The GitHub repository shows 13,523 stars and 1,485 forks as of the data snapshot.

    jcode - 1

    Community Discussions

    Be the first to start a conversation about jcode

    Share your experience with jcode, ask questions, or help others learn from your insights.

    Pricing

    FREE

    Free

    Full jcode with no feature gates. Bring your own API keys or use OAuth with existing Claude/OpenAI subscriptions.

    • Full jcode, no feature gates
    • Bring your own API keys
    • OAuth with your existing Claude / OpenAI subscriptions
    • Local models via Ollama / LM Studio
    • Open source, MIT licensed

    Plus

    Hosted model usage for agentic coding with zero API key setup.

    $10
    per month
    • $18 of hosted model usage every month
    • Access to every Plus-tier model in the live catalog
    • Automatic failover across providers
    • Zero setup, no API keys to manage
    • Cancel anytime

    Pro

    For everyday agentic coding across active projects.

    $20
    per month
    • $40 of hosted model usage every month
    • Access to every Plus-tier model in the live catalog
    • For everyday agentic coding across active projects
    • Automatic failover across providers
    • Zero setup, no API keys to manage
    • Cancel anytime

    Max

    For heavy daily use and longer agent runs.

    $100
    per month
    • $225 of hosted model usage every month
    • Access to every Plus-tier model in the live catalog
    • For heavy daily use and longer agent runs
    • Higher limits for sustained workloads
    • Automatic failover across providers
    • Zero setup, no API keys to manage

    Ultra

    For high-volume, multi-session workflows including swarms and parallel agents.

    $200
    per month
    • $500 of hosted model usage every month
    • Access to every Ultra-tier model, including Fable 5
    • For high-volume, multi-session workflows
    • Very high limits for swarms and parallel agents
    • Automatic failover across providers
    • Zero setup, no API keys to manage

    Solo

    For power users and teams burning serious tokens with priority routing.

    $1000
    per month
    • $3,000 of hosted model usage every month
    • Access to every model in the live catalog
    • For power users and teams burning serious tokens
    • Priority routing and the highest limits
    • Swarm and multi-session heavy workloads
    View official pricing

    Capabilities

    Key Features

    • Open source MIT licensed terminal coding agent
    • Agent swarms with multi-agent coordination in the same repository
    • Semantic memory with vector embeddings and cosine similarity recall
    • Confidence stepping to prevent false task completion claims
    • Hill-climbable goal scoring to push agents toward verifiable objectives
    • Auto-poke persistence to keep agents working until todos are complete
    • Append-only context engineering for high KV cache hit rates
    • MCP tool support with on-disk schema cache for zero-startup-delay
    • Background task management with live progress rendering in TUI
    • Self dev mode: agent modifies and reloads its own source code
    • Bring your own API keys or OAuth with Claude/OpenAI subscriptions
    • Local model support via Ollama and LM Studio
    • Browser automation via Firefox Agent Bridge
    • Inline LaTeX, Mermaid diagram, and image rendering in TUI
    • Session resume from Claude Code, Codex, OpenCode, and pi
    • Headless jcode run for non-interactive single-prompt execution
    • Skills system with semantic injection based on conversation context
    • Multi-account switching per provider
    • Ambient mode for background memory consolidation
    • jcode bench: uncontaminatable optimization benchmarks

    Integrations

    Anthropic Claude
    OpenAI / ChatGPT
    Google Gemini
    GitHub Copilot
    Azure OpenAI
    Ollama
    LM Studio
    OpenRouter
    DeepSeek
    AWS Bedrock
    Fireworks
    MiniMax
    Groq
    Mistral
    Perplexity
    Together AI
    DeepInfra
    xAI
    Cerebras
    Hugging Face
    Nebius
    MCP (Model Context Protocol)
    Firefox Agent Bridge
    Tailscale (iOS remote access)
    Stripe (subscription billing)
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate jcode and help others make informed decisions.

    Developer

    Solo Systems

    Solo Systems builds jcode, an open source terminal coding agent written in Rust. The company is founded and developed by Jeremy Huang, a 21-year-old solo founder in the Y Combinator Summer 2026 batch. Solo Systems publishes all benchmarks, agent transcripts, and research publicly, and maintains jcode as MIT-licensed open source software. The project focuses on harness-level intelligence research, including agent swarms, semantic memory, and optimization benchmarks.

    Founded 2025
    San Francisco, CA
    $500000 raised
    1 employees
    Read more about Solo Systems
    WebsiteGitHubX / Twitter
    1 tool in directory

    Similar Tools

    Paseo icon

    Paseo

    Orchestrate coding agents from your desktop, phone, terminal, or browser. Self-hosted, multi-provider, and open source.

    Nimbalyst icon

    Nimbalyst

    Open-source visual workspace for building with Claude Code and Codex — manage parallel agent sessions, edit work visually, and track tasks in one local desktop app.

    Emdash icon

    Emdash

    An open-source agentic development environment that lets you run multiple coding agents in parallel, each isolated in their own Git worktree.

    Browse all tools

    Related Topics

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    676 tools

    Agent Harness

    Infrastructure, orchestrators, and task runners that wrap around LLM coding agents — covering session management, context delivery, worktree isolation, architecture enforcement, and issue-to-PR pipelines.

    123 tools

    Multi-agent Systems

    Platforms for creating and managing teams of AI agents that can collaborate.

    266 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions