explaingit

andymik90/aperant

14,226TypeScriptAudience · vibe coderComplexity · 3/5LicenseSetup · moderate

TLDR

Auto Claude is a desktop app that runs up to 12 AI coding agents in parallel on your project, managing tasks through a Kanban board while agents write and review code in isolated git branches.

Mindmap

mindmap
  root((repo))
    What it does
      Autonomous coding agents
      Kanban task management
      Parallel agent execution
    Agent features
      Git worktree isolation
      Memory across sessions
      QA review step
    Integrations
      GitHub and GitLab
      Linear issue tracker
    Requirements
      Claude Pro or Max
      Claude Code CLI
      Git repository
    Audience
      Developers
      Vibe coders
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Things people build with this

USE CASE 1

Run up to 12 AI agents in parallel on different coding tasks and monitor their progress on a Kanban board.

USE CASE 2

Import GitHub or GitLab issues and have agents investigate and resolve them, then create merge requests automatically.

USE CASE 3

Let agents work inside isolated git worktrees so your main branch is never touched until you approve the result.

USE CASE 4

Run agents in headless mode in automated build pipelines using the command-line interface.

Tech stack

TypeScript

Getting it running

Difficulty · moderate Time to first run · 30min

Requires a Claude Pro or Max subscription and the Claude Code CLI installed on your machine before the app will run agents.

Free to use for non-commercial purposes under AGPL-3.0, contact the team for commercial licensing.

In plain English

Auto Claude is a desktop application that runs AI coding agents on your software project autonomously. Instead of asking an AI assistant individual questions, you describe a task, and the system plans the work, writes the code, and checks its own output, cycling through that loop until the task is done or flagged for your review. The interface centers on a Kanban board where you create tasks and watch agents move them through stages. Behind the scenes, each task spins up one or more agents that work inside isolated copies of your codebase called git worktrees, so your main working branch is never touched until you approve the result. You can run up to twelve agents at the same time on different tasks, and a built-in quality-assurance step runs before any result is presented to you. When multiple agent results need to be merged back into the main branch, the app handles conflict resolution automatically. Agents retain memory across sessions, meaning insights from one task carry forward to the next so work builds on itself rather than starting from scratch each time. The app also integrates with GitHub and GitLab, letting you import existing issues and have agents investigate and address them, then create merge requests. There is also a Linear integration for teams that track work there. Using the app requires a Claude Pro or Max subscription and the Claude Code command-line tool installed on your machine. Your project also needs to be a git repository. Desktop installers are available for Windows, macOS, and Linux. A command-line mode exists for running agents in headless environments or in automated build pipelines. The project is open source under the AGPL-3.0 license. The README notes that all releases are scanned with VirusTotal and include checksum files for verification.

Copy-paste prompts

Prompt 1
I want to set up Auto Claude to run agents on my TypeScript project. What are the prerequisites and how do I install it on macOS?
Prompt 2
Show me how to create a task in Auto Claude's Kanban board, assign an agent to fix a bug, and review the result before it merges into main.
Prompt 3
I have a GitHub repository with open issues. Walk me through connecting Auto Claude to GitHub and having agents investigate and create pull requests for those issues.
Prompt 4
How do git worktrees work in Auto Claude, and how does the app handle conflict resolution when merging results from multiple parallel agents?
Open on GitHub → Explain another repo

← andymik90 on gitmyhub — every repo by this author, as a profile.

Verify against the repo before relying on details.