whatisgithub

What is aperant?

andymik90/aperant — explained in plain English

Analysis updated 2026-06-24

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

In one sentence

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

What do people build with it?

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.

What is it built with?

TypeScript

How does it compare?

andymik90/aperantmidday-ai/middayvisgl/deck.gl
Stars14,22614,24614,174
LanguageTypeScriptTypeScriptTypeScript
Setup difficultymoderatehardmoderate
Complexity3/54/53/5
Audiencevibe coderpm founderdata

Figures from each repo's GitHub metadata at analysis time.

How do you get 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.

So what is it?

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?

Frequently asked questions

What is aperant?

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.

What language is aperant written in?

Mainly TypeScript. The stack also includes TypeScript.

What license does aperant use?

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

How hard is aperant to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is aperant for?

Mainly vibe coder.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.