Welcome to Our Toolbox
All the power of JaggedTools, on your desktop
Project Management
Create projects tied to real directories on your machine. Register secrets, choose your mode, and launch with one click.
Editor & Terminal
A Monaco code editor with syntax highlighting and live file sync. An embedded terminal connected to the running agent. Edit alongside the AI.
Live Preview & Tournaments
A built-in browser that auto-detects and displays your running app. A tournament dashboard shows pool rankings, rig status, and probe results in real time.
curl -fsSL https://bleeding.jagged.tools/toolbox/install | bash macOS (Intel & Apple Silicon) · Linux (x64)
Powered by Our Flagship TUI
Multi-Agent Orchestration
A coordinator agent analyzes your task, breaks it into independent pieces, and spawns specialized worker agents. Each worker focuses on one part while the coordinator manages the overall plan.
Isolated Git Worktrees
Every worker agent operates in its own isolated git worktree. Changes are developed in parallel without conflicts, then merged through a coordinated refinery process.
DAG Workflows
Define task dependencies as directed acyclic graphs. Formula templates let you compose reusable workflow patterns that scale across projects.
Automated Merge Refinery
Workers push to an automated merge queue that rebases, runs tests, and performs fast-forward-only merges. No manual conflict resolution needed.
Install
curl -fsSL https://bleeding.jagged.tools/install | bash Uninstall
curl -fsSL https://bleeding.jagged.tools/uninstall | bash