$ backgroundclaude
about · backgroundclaude.com

What is Background Claude?

Background Claude is the field guide to every way Claude Code can work without a human watching it. Headless mode. Scheduled recurring runs. Full background agents that pick up a Linear issue and open a PR when they're done. The site documents the patterns, the guardrails, and the cost caps every team learns the hard way — so you don't have to.

The term

Background Claude” is shorthand for the category of usage where Claude Code runs without a persistent terminal, without a human in the loop for every decision, and (usually) without interactive confirmation. Three surfaces fit under the umbrella:

  1. Headless mode claude -p "<prompt>" for one-shot non-interactive runs. The foundation every other pattern builds on.
  2. Scheduled tasks — cron, GitHub Actions schedule, or Claude Code's native /loop command. Recurring runs on a timer.
  3. Background agents — event-driven runs triggered by Linear issues, GitHub PR comments, or Slack messages. Open a PR when done. The most production-shaped of the three.

Who this site is for

Engineers who have already used Claude Code interactively and now want it to run while they're asleep, offline, or busy with something else. Specifically:

What you'll find here

Structured by the three surfaces above:

Who runs this site

Background Claude is published by the team behind Cyrus, the Claude Code channels gateway. Cyrus runs Claude Code (or Codex, Cursor, Gemini) in isolated git worktrees per issue, supports Linear, GitHub, GitLab, and Slack as triggers, and handles mid-run approvals and audit trails — the production version of the DIY loops this site documents. Community self-hosted is free forever. The site exists because every team trying to run Claude Code in the background learns the same lessons in the same order, and we'd rather those lessons be written down.

A plain-English taxonomy

If you're new to the term, here's the short version:

Start here

production-shaped

When the DIY loop outgrows your laptop.

Cyrus is the managed version of everything this site documents. Claude Code (or Codex, Cursor, Gemini) in isolated git worktrees, Linear/GitHub/GitLab/Slack triggers, mid-run approvals, and a real audit trail. Community self-hosted is free forever.

Try Cyrus free →