Your company's AI Operating System
Features • Architecture • Packages
BYO agent and run them on any cloud
- Agent workspaces Shareable, sandboxed cloud computers holding only the credentials and data AI agents need.
- Workspace templates Create agent workspace templates defining what repos, credentials, machine environment, etc. are put in the agent workspace. Set up once and share with everyone.
- Recipes Like skills but on steroids: define the runtime of a successful agent workflow (AI model, machine env, data + credentials) and trigger it with a webhook from Slack, GitHub, etc.
- Teenyapps Mini apps you can vibe-code to build internal tools like dashboards, CRMs, and task managers — each comes with a backend, auth, and a URL.
An operating system turns a bare machine into a standard environment where programs just run. BlitzOS does the same for AI: it turns the context, credentials, and workflows your fast adopters have dialed in into reusable, standardized workspaces that the rest of the company can just use, without learning the agent setup themselves.
When a new AI agent drops, a developer tests it in a fresh "daily driver" workspace from a company template. That template preconfigures the repos, API keys, and agent skill library, and nothing else. The clean boundary keeps the agent safe to run on real work in the cloud, unlike a local machine where every other project's credentials and configs are reachable.
If the agent does something interesting, developers share the workspace like a Google Doc. If it's genuinely better but needs config tweaks, one developer publishes an updated template and everyone rolls it out.
BlitzOS helps companies digest AI advancements as fast as they happen. Workspaces, templates, and recipes enable faster experimentation and workflow sharing, and features like automatic evals build on them to optimize AI cost.
Paste this prompt into your coding agent:
Self-host BlitzOS from this repo. Read docs/SELF-HOST.md. Follow its steps in order. Ask me for the accounts you need: Cloudflare, a spare domain, Google OAuth, and Hetzner or a Firecracker host.
Follow the self-host guide.
boxthe complete workspace runtime: SSH, Docker, agent harnesses, terminal, chat, files, and previews.control-planeworkspace lifecycle, sessions, access, credential injection, volumes, and compute providers.microvm-hostthe Go host agent that runs and networks Firecracker workspaces.webAppthe browser webApp for creating, configuring, sharing, and working inside workspaces.brokershort-lived Claude and Codex credential delivery for workspace fleets.schemashared wire types and ACP conformance fixtures.
- Self-host guide clone to first workspace, in order.
- Workspace tunnels browser access to cloud-VM workspaces.
- Box image build, publish, and upgrade the workspace image.
- Automatic evals turn captured agent usage into an eval suite with one recipe.
- Contributing the three gates, the lint ratchet, fixtures, commit style.
- Security reporting, secret blast radius, the workspace trust model.
- Packages: box · control-plane · microvm-host · webapp · broker · schema
- recipes
- evals
- policy
Apache-2.0.
