AIAny
AI Client2026
Icon for item

jcode

Terminal-first coding agent harness for multi-session LLM workflows, offering session memory, provider integrations, browser automation, and swarm collaboration. Tuned for low RAM and very fast startup to support many concurrent sessions.

Introduction

Most coding-agent tooling optimizes for features at the cost of resource use and single-session workflows. This harness takes the opposite approach: it treats multi-session concurrency, memory-driven recall, and low-latency interactivity as first-class constraints so agents can scale across many long-lived sessions without blowing up RAM or startup time.

What Sets It Apart
  • Memory-first session model: conversational turns are embedded into a semantic memory graph and consolidated automatically. That lets agents recall relevant past turns without repeatedly expanding context or hitting external RAG flows, improving continuity across long interactions.
  • Resource & performance engineering: measured footprints in the README show very low PSS (example: baseline single-session PSS ~27.8 MB) and sub-20 ms time-to-first-frame on the test machine, enabling hundreds of light sessions where other CLIs become memory-bound. The codebase emphasizes small per-session overhead and efficient client rendering.
  • Provider and automation richness: built-in login flows and adapters for many providers (OpenAI/Claude/Gemini/Copilot and many OpenAI-compatible endpoints) plus a first-class browser tool (Firefox Agent Bridge) for agent-driven web automation and scraping.
  • Swarm & self-dev workflows: agents can spawn managed swarms for parallel work, coordinate edits and diffs, and a "self-dev" mode lets an agent iterate on its own source with build/test cycles. These features target complex, long-running developer workflows rather than single-shot code generation.
Who It's For and Tradeoffs

Great fit if you need a terminal-native, multi-session agent environment where memory, concurrency, and automation matter — e.g., teams or individuals running many interactive agent sessions, automated browser tasks, or agent-led repo refactors. The harness is tailored to advanced users who want deep customization and provider flexibility.

Look elsewhere if you need a polished web GUI, hosted SaaS with enterprise SLAs, or a lightweight single-command assistant with minimal setup; jcode favors control and extensibility over a simple out-of-the-box web interface. Expect some setup for provider auth and optional native integrations (e.g., iOS client is planned but not the primary delivery today).

Information

  • Websitegithub.com
  • Authors1jehuang
  • Published date2026/01/05

More Items

GitHub
AI Client2026

Transforms unstructured documents into strongly-typed Knowledge Abstracts with one CLI command, extracting entities and relations into graphs, hypergraphs, and spatio‑temporal structures. Includes 80+ templates, multiple RAG engines, local vLLM support, Obsidian export and an MCP server.

GitHub
AI Agent2025

Autonomous Red Team agent that plans and executes realistic attack chains (reconnaissance, exploitation, pivoting, C2) while producing Rules of Engagement and an OPPLAN and running actions inside a hardened sandbox; intended for authorized red-team engagements and defensive verification.

GitHub
AI Agent2026

Provides modular, AI-optimized SKILL.md instructions that ground LLMs in Android development workflows and can be installed into agent environments via the Android CLI; focuses on tasks where LLMs underperform.