Juggler launches open-source visual coding agent
Juggler is an open-source, model-agnostic GUI coding agent that replaces linear chat logs with a branching, Finder-style tree interface. Built with Go and Wails, it structures sessions as CRDT documents to support multi-client synchronization and custom JavaScript plugins.
Tree-based branching session management solves the single biggest issue of linear chat assistants—the loss of context and history when backtracking or testing alternative code paths.
* The Finder-style Miller columns provide an intuitive layout for debugging agent tool loops and editing context.
* Using Go and Wails instead of Electron delivers a highly efficient desktop application that consumes minimal system resources.
* Open architecture via JS plugins and local web-server sync lets developers customize the agent's logic for their exact workspaces.
DISCOVERED
2h ago
2026-07-15
PUBLISHED
2h ago
2026-07-15
RELEVANCE
AUTHOR
Github Awesome