BlitzOS creates a private GitHub context repo that gives every new cloud Claude Code agent full knowledge of your repos, conventions, and past work so you can close your laptop and let agents run uninterrupted.

Stars

142

7-day growth

No data

Forks

17

Open issues

0

License

MIT

Last updated

2026-07-15

AI repository intelligence
FR-AI / ANALYSIS

Why it is worth attention

It transforms cloud agent setups from disposable, isolated VMs into persistent, shared context that compounds over time, and does so without requiring any credentials in the default flow.

Who it is for

  • Developers who regularly use Claude Code cloud agents
  • Teams wanting to give agents company-wide context and tool access
  • Self-hosting users who want full control over their infrastructure

Use cases

  • One‑click launch of a cloud agent that already knows your repo structure, conventions, and previous session history
  • Setting up a multi‑repo workspace where agents can read, write, and open PRs on all relevant repositories
  • Running agents that close support tickets end‑to‑end by reading tickets, shipping fixes, and replying to customers
  • Creating a shared work log so every agent’s decisions and PRs are saved for future agents to reference

Strengths

  • Zero credentials in the default path – all repository access goes through Anthropic’s native GitHub rail, never touching BlitzOS servers
  • One‑click launch link that selects the context repo and all member repos in the correct order every time
  • Warm multi‑repo context – agents boot knowing conventions, repo maps, and what previous agents did
  • Shared work log in sessions/ so work compounds instead of evaporating between agent runs

Considerations

  • Requires a Claude subscription and access to claude.ai/code cloud agents (not for non‑Claude users)
  • Some features (clean‑prompt status, guided setup, steer from feed) are still under development or on the roadmap
  • Self‑hosting option requires your own Cloudflare account, OAuth app, database, and domain, plus about 10 minutes of setup

README quick start

BlitzOS Run Claude Code in the cloud with full context of your work (go close your laptop!)

What is this?

Your Claude subscription includes free cloud computers. Every cloud agent you start at claude.ai/code gets a fresh VM that keeps working after you close your laptop.

The problem: every new VM boots knowing nothing. It doesn't know which repos belong together, how they relate, what your conventions are, or what the last agent did.

BlitzOS fixes the problem by building you a context repo: one private GitHub repo owned by you that teaches every new cloud agent your whole setup:

your-context-repo/
  CLAUDE.md      # the map: your repos, how they relate, conventions, work loop
  .gitmodules    # member repos pinned by reference: no code is ever copied in
  sessions/      # every cloud agent commits a record of what it did
  docs/          # optional power-mode setup

Launching a cloud agent that can do real work becomes one click: the VM boots with the context repo plus every work repo auto-selected. Cloud agents read CLAUDE.md, read what previous cloud agents did, and start working with no blockers. Your laptop can be off the entire time.

Quickstart

Browser (fastest): sign in with GitHub at blitzos.com, pick the repos that belong together, and BlitzOS creates the context repo and gives you one-click launches, plus a feed that tracks every cloud agent's live status.

Local (most private): this skill builds everything on your machine and grants nothing to BlitzOS servers.

Self-host (yours end to end): run the same portal on your own Cloudflare account — your OAuth app, your database, your domain. One script, about 10 minutes: portal/SELF-HOSTING.md.

Needs Claude Code, Git, gh (authenticated), jq, and Node 18+.

git clone https://github.com/blitzdotdev/blitzos.git
cd blitzos && ./install.sh
claude "set up blitzos"

Managed BlitzOS

Context repository, but for your whole company. Give cloud agents a role and launch them with scoped context, your team's tools (Google Workspace, Slack, Linear, Stripe, etc), and credentials. Agents become as capable as your coworkers.

What you get:

  • Roles, not setups — give a cloud agent a role and launch: it ge

Description

BlitzOS allows cloud agents to boot already knowing your work, and keep working with your laptop closed

Related repositories

Similar projects matched by category, topics, and programming language.

S40911120
Featured
S40911120 GitHub avatar

recensa

Recensa is a self-hosted web viewer that indexes Claude Code session transcripts into a local SQLite database, enabling full-text search, replay, and audit of all past agent conversations without uploading data anywhere.

AI & Machine LearningLarge Language Models
67
bjan
Featured
bjan GitHub avatar

claudemux

Claudemux is a lightweight, dependency-minimal message bus that lets multiple Claude Code sessions communicate in real-time over tmux, enabling one session to ask another a question and receive the answer without manual intervention.

AI & Machine LearningAI Agents
9
Vincentwei1021
Vincentwei1021 GitHub avatar

video-shotcraft

An AI agent skill that turns Claude Code or Codex into a motion-design studio for crafting cinematic product videos with Remotion, offering 106 shot recipe cards, 162 styles, 161 motion previews, and a production-ready template.

TypeScript
2,432