EveryDev.ai
Subscribe
Home
Tools

3,145+ 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. Juggler Code Agent
    Juggler Code Agent icon

    Juggler Code Agent

    AI Coding Assistants
    Featured

    An open-source AI coding agent with a visual workbench featuring inspectable tool calls, branching conversation trees, and editable context in a Finder-style Miller column UI.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Free and open-source under AGPLv3. Download binaries from GitHub releases or juggler.studio.

    Engagement

    Available On

    Windows
    macOS
    Linux
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI Coding AssistantsAgent FrameworksVibe Coding

    Alternatives

    OuroborosTaskmasterKiro
    Developer
    juggler-aiLondon, United KingdomEst. 2026

    Listed Jul 2026

    About Juggler Code Agent

    Juggler is an open-source AI coding agent built for developers who want hands-on visibility and control over what an LLM is doing to their codebase. It ships as both a native desktop app and a headless command-line server, licensed under AGPLv3, with the extension SDK and bundled extensions under Apache-2.0. The project is actively maintained under the juggler-ai GitHub organization, with its latest release (v0.3.7) published in July 2026.

    What It Is

    Juggler is a graphical AI coding agent — not a terminal chatbot or a chat-style transcript UI. Its defining feature is a Miller column workbench (the same column-view navigation pattern used in macOS Finder) that exposes tool calls, thread structure, item properties, and raw context all at once, without burying them in collapsible chat bubbles. The session is stored as a Yjs document (a collaborative CRDT), which means it is a live, editable tree rather than a linear scroll.

    The Tree-Based Session Model

    Most coding agents give you a single linear transcript. Juggler structures the session as a navigable tree:

    • Any point in a conversation can branch into a sub-thread
    • Sub-threads can branch again, enabling parallel exploration
    • You can navigate, inspect, backtrack, compare, and edit the structure directly
    • The Yjs document backing the session enables multiple clients to attach and stay in sync simultaneously

    This makes it practical to explore multiple approaches to a problem without losing earlier context.

    Plugin Architecture

    The README describes Juggler as "plugins all the way down." The core app manages document orchestration; almost everything else is a JavaScript extension:

    • Context items — every item type (read-file, replace-text, bash, etc.) controls both its LLM representation and its UI appearance
    • Strategies — high-level LLM loops such as plan or research are plugins, and custom loops can be added
    • Commands — slash commands like /clear and /compact are plugins that manipulate the session document

    The extension SDK is Apache-2.0 licensed, so closed-source extensions carry no copyleft obligation. This makes Juggler a platform for building custom orchestration workflows that need their own UI or visualizations, not just a fixed-feature agent.

    Multi-Client, Local-First Architecture

    Juggler's desktop app is a native window (built with Go + Wails, no Electron) that wraps a local webserver. That server is the actual session host, and any number of clients can attach to it:

    • The desktop app is one client
    • Browser tabs on the same machine are additional clients
    • Devices on the local network can connect when LAN mode is enabled (press p in the terminal or launch with --public)
    • The official binaries from juggler.studio additionally include WAN access modes not present in the open-source repository

    The server is localhost-only by default. The frontend is type-checked JavaScript (JSDoc + strict static linting in CI) with no build step between source and what ships.

    Model Support and Installation

    Juggler connects to Claude Code (via CLI or API), OpenAI (codex plan or API), Gemini, Ollama, OpenRouter, Z.AI, Deepseek, and others. Adding new providers is described as straightforward.

    Installation paths:

    • macOS — .dmg download, drag to Applications; Gatekeeper bypass required on first launch
    • Windows — Juggler-<version>-setup.exe installs the desktop app and juggler.exe CLI server together
    • Linux — headless juggler server binary, connect via browser or desktop app

    Update: v0.3.7

    The latest release is v0.3.7, published July 14, 2026. The repository was created in June 2026 and has seen rapid iteration, with the default branch named develop and active pushes as recently as July 14, 2026. The project had 238 stars and 7 forks at the time of indexing, signaling early but growing community interest for a project only weeks old.

    Juggler Code Agent - 1

    Community Discussions

    Be the first to start a conversation about Juggler Code Agent

    Share your experience with Juggler Code Agent, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Free and open-source under AGPLv3. Download binaries from GitHub releases or juggler.studio.

    • Full desktop app and CLI server
    • Visual Miller-column workbench
    • Tree-based session model with branching
    • Plugin/extension system (Apache-2.0 SDK)
    • Multi-client sync via Yjs

    Capabilities

    Key Features

    • Visual Miller-column workbench for inspecting tool calls and thread structure
    • Tree-based session model with branching sub-threads
    • Editable conversation context and item properties
    • Plugin architecture for context items, strategies, and slash commands
    • Native desktop app (Go + Wails, no Electron) with embedded local webserver
    • Headless CLI server mode for remote or long-lived sessions
    • Multi-client sync via Yjs CRDT documents
    • LAN and WAN access modes
    • Support for Claude Code, OpenAI, Gemini, Ollama, OpenRouter, Z.AI, Deepseek
    • Apache-2.0 extension SDK for building closed-source extensions
    • No build step between source and shipped frontend
    • Cross-platform: macOS, Windows, Linux

    Integrations

    Claude Code (CLI and API)
    OpenAI (codex plan and API)
    Gemini
    Ollama
    OpenRouter
    Z.AI
    Deepseek
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Juggler Code Agent and help others make informed decisions.

    Developer

    juggler-ai

    juggler-ai builds Juggler, an open-source AI coding agent focused on transparency and developer control. The project provides a visual workbench with inspectable tool calls, branching conversation trees, and a plugin-first architecture. The core application is licensed under AGPLv3, with the extension SDK under Apache-2.0 to support both open and closed-source extensions. Official binaries with additional WAN access features are distributed via juggler.studio.

    Founded 2026
    London, United Kingdom
    1 employees
    Read more about juggler-ai
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Ouroboros icon

    Ouroboros

    An open-source Agent OS that replaces ad-hoc AI prompting with a structured, specification-first workflow: interview, crystallize, execute, evaluate, and evolve.

    Taskmaster icon

    Taskmaster

    An AI-powered task management system for AI-driven development that gives coding agents structured plans, working with Cursor, Windsurf, Claude Code, and other AI coding tools.

    Kiro icon

    Kiro

    Kiro is an agentic IDE and CLI built by AWS that brings spec-driven development, agent hooks, and advanced context management to help developers ship production-ready code faster.

    Browse all tools

    Related Topics

    AI Coding Assistants

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

    626 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    495 tools

    Vibe Coding

    Vibe code using low code AI tools that let you build applications with natural language prompts with minimal code.

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