BlitzOS 会为你创建一个私有的 GitHub 上下文仓库,让每个新启动的 Claude Code 云代理自动了解你的代码库、工程规范以及过往工作记录,从而你可以合上笔记本电脑,让代理持续运行。

Stars

142

7 天增长

暂无数据

Fork 数

17

开放 Issue

0

开源协议

MIT

最近更新

2026-07-15

AI 仓库情报摘要
FR-AI / ANALYSIS

为什么值得关注

它将一次性、无状态的云代理变为持久化、可继承的共享上下文,所有操作积累下来,并且默认流程无需任何凭据。

适合谁使用

  • 经常使用 Claude Code 云代理的开发者
  • 希望为代理提供公司级上下文和工具接入权限的团队
  • 希望完全自建基础设施的自托管用户

典型使用场景

  • 一键启动一个已经了解你的仓库结构、规范以及历史会话记录的云代理
  • 建立多仓库工作区,代理可以对所有相关仓库进行读取、写入和发起 PR
  • 让代理端到端处理工单:读取工单、修复代码、回复客户
  • 创建一个共享的工作日志,每个代理的决策和 PR 都会被保存,供后续代理参考

项目优势

  • 默认流程零凭据——所有仓库访问都经由 Anthropic 原生的 GitHub 通道,不会触及 BlitzOS 服务器
  • 一键启动链接,每次都能自动选中上下文仓库和所有成员仓库且顺序正确
  • 热加载多仓库上下文——代理启动时就知道规范、仓库映射以及之前代理的工作
  • sessions/ 目录中的共享工作日志使得工作成果不断累积,而不是随着代理结束而消失

使用前须知

  • 需要 Claude 订阅以及 claude.ai/code 云代理的访问权限(仅限 Claude 用户)
  • 部分功能(如干净提示状态、引导式设置、从 feed 操纵代理)仍在开发或路线图中
  • 自托管方案需要你自己的 Cloudflare 账户、OAuth 应用、数据库和域名,并花费约 10 分钟进行配置

README 快速开始

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

项目描述

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

相关仓库与替代方案

根据分类、Topic 和编程语言匹配的相似项目。

S40911120
精选
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 与机器学习大语言模型
67
bjan
精选
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 与机器学习AI 智能体
9
7-e1even
精选
7-e1even GitHub avatar

learn-agent

A collection of notes on building coding agents, derived from the production development of the desktop agent Reina, with each mechanism simplified into a zero-dependency, single-file Node.js demo.

AI 与机器学习大语言模型
218