Vibe Wrangler
A local task board that hands work to a coding agent — and reports back in plain language.
- Open Source
- Runs Locally
- Private
What is Vibe Wrangler?
Vibe Wrangler is an open-source web app you run on your own computer. You keep a clean board of projects and tasks; a coding-agent CLI — Claude Code, OpenAI Codex, or Grok Build — picks up the work, edits the repo, and writes short, human-readable notes as it goes. You never have to wade through tool calls, diffs, or token noise unless you actually want to.
There is no hosted product URL. Vibe Wrangler only runs locally. The source, install steps, and issue tracker live on GitHub.
A look inside
Features
- Projects point at a folder on disk — that is where the agent works
- Tasks are numbered, tagged, and filtered by status (ready, active, completed, or anything you invent)
- The agent breaks each task into a checklist and ticks items off as it goes
- Progress notes and a final summary land as comments on the task, not as a wall of logs
- Paste screenshots or drop files onto a task; the agent can open them as real files
- Pick a harness, provider, and model per task, or set a default in Settings
- Live board updates — every open tab refreshes when something changes
- Raw agent transcripts are saved on disk and linked from the task if you need them
How it works
- Create a project that points at a git repo (or any folder) on your machine
- Add a task describing what you want done, then mark it ready and hit Run
- The app launches the agent CLI you chose, using your existing subscription login
- If the folder is a git repo, each task gets its own branch and worktree so two agents can work at once without colliding
- When a task finishes, the change is committed and merged back; a failed run parks the work on its branch instead of throwing it away
Local and private
Everything lives in a single SQLite file on your machine. There is no cloud account, no hosted Yellow Sun Systems instance, and no API keys unless you opt into a third-party model provider. Your code and task descriptions stay on the computer you started the app on.
For the company-wide policy, see our Privacy Policy.
Requirements
- Node.js 22 or newer — no
npm install, no extra packages - At least one agent CLI already logged in: Claude Code, OpenAI Codex, or Grok Build
- Windows, macOS, or Linux
A starter script opens http://localhost:3000 in your browser after it checks the prerequisites.
Open source
Vibe Wrangler is published under the MIT License. Clone it, run it, and file issues on GitHub — that is the product page for the software itself.