Documentation Index
Fetch the complete documentation index at: https://kindling.birklid.com/llms.txt
Use this file to discover all available pages before exploring further.
Open SourceApplications Layer
jcode
A next-generation coding agent harness in Rust — built for multi-session workflows, swarm coordination, and raw performance.
Type
Open Source (MIT)
Stack Layer
Applications
Language
Rust
Stars
5.2k+
What it is
jcode is a coding agent harness written in Rust that prioritizes performance and customizability where most agent frameworks sacrifice one for the other. It achieves millisecond startup times and a minimal RAM footprint while supporting semantic memory, multi-agent “swarm” coordination, and browser automation — capabilities that typically require heavyweight Python runtimes. Its most unusual feature is self-modification: agents can edit and rebuild their own source code, enabling recursive improvement loops. The framework is designed for developers who have hit the ceiling of existing agent tools and want direct control over session management, memory architecture, and agent topology. It supports multiple LLM backends and coordinates agents at the harness level rather than relying on model-side tool calls.Get started
GitHub ↗
Source, docs, and setup instructions.
Related tools
OpenCode
Open-source AI coding agent with 150k+ stars and multi-provider support.
Ruflo
Multi-agent orchestration platform for Claude with 100+ specialized agents.