autohealer
docssign in

The automated repair loopfor production issues.

Pull issues from different sources, run local agents, ship validated draft PRs, and get notified, all on your machine.

Open source · GitHub · v0.1.17

get started, freeread the docs

fix/sentry-482910 → main

fix auth middleware null check

+12 −3 · src/auth.ts

draft

$ ▊

3 commits · autohealer watch backend

open pull request

install

curl -fsSL https://cli.getautohealer.com/install.sh | bash

how it works

From alert to draft PR in one loop.

Autohealer turns recurring issue triage into a local, reviewable pipeline. Bring your provider tokens, agent subscriptions, validation commands, and notification channels.

pipeline depth

6 stages / local-first / PR-ready

fetch01
Three source panels feeding signals into a central issue ticket

Issue polling

Autohealer watches the places your bugs already appear, then normalizes each alert into a runnable task.

Sentry issuesJira ticketsDiscord threads
worktree02
A repository node branching into two isolated code workspaces

Isolated worktrees

Every run gets a separate branch and working directory, so multiple fixes can move in parallel without colliding.

Clean checkoutDedicated branchParallel-safe state
agents03
A local compute block transforming terminal input into a checked code patch

Local agent CLIs

It calls the agent tools you already use on your machine, keeping code execution close to your repo and configs.

CodexClaudeCursorOpenCodeGeminiCopilot
validate04
Validation modules passing a patch through green check gates

Validation first

Configured checks run before review and shipping, catching broken patches while the context is still fresh.

TestsLintTypecheck
review05
Two agent nodes exchanging a code patch through circular review arrows

Review cycles

Builder and reviewer agents iterate on the same patch until it passes both automated checks and review feedback.

Builder passReviewer passRetry budget
ship06
A branch artifact moving into a pull request panel with notification pulses

Draft pull requests

When the run is ready, Autohealer pushes the branch, opens a draft PR, and sends the right notification.

Bitbucket PRDiscordTelegram

get started

Run locally. No login required.

Autohealer is free. Use autohealer login --local on any machine no account needed. Sign in here only for cloud features.

Free

Runs locally · no login required

sign in

Does Autohealer host my code?

No. The CLI runs locally and uses your existing repo, provider tokens, and agent subscriptions.

Is Autohealer open source?

Yes. The CLI is MIT-licensed on GitHub. Install from releases or build from source.

Which notification channels are supported?

Discord webhooks and Telegram bots. Configure one or both per workflow in autohealer.yml.

Which issue sources are supported?

Sentry, Jira Cloud, and Discord forum threads. Each workflow picks one source and one target repo. See the docs for provider setup.

Need help getting started?

Start with the installation guide or join the Discord community.

next steps

autohealer login && autohealer init

Authenticate, scaffold autohealer.yml, then run your first workflow.

installation guide

© 2026 autohealer

docsget startedgithubdiscordxsign in