Welcome
Run your AI coding agents on your own machine, then drive them from a browser or phone.
omg is a local agent control plane. It runs coding agents you already own
on your machine. You drive them from a web UI at http://localhost:8766.
You bring your own agent accounts. omg does not resell tokens and has no model
of its own. lfg remains a compatibility alias for the same command.
The retired product was a prompt-to-app builder that created and deployed apps
to *.omgs.app. That is not the current product.
Install
The supported first run is the installer in BennyKok/omg.dev:
curl -fsSL https://raw.githubusercontent.com/BennyKok/omg.dev/main/scripts/setup.sh | bashThen open http://localhost:8766.
Do not install @omg-dev/cli at 0.4.x. That package is the retired
create/deploy CLI published from this repository. BennyKok/omg.dev publishes
the control-plane bootstrapper as @omg-dev/cli 0.5.0+. After that version is
on npm, this is the same install:
bun install --global @omg-dev/cli && omg computer setupThe installer puts one omg command on PATH and starts the local server.
http://localhost:8766 is the control plane.
Use Settings → Coding agents. Bring your own Claude, Codex, or other account.
What you get
- Long-lived agent sessions that survive disconnects
- One UI for Claude Code, Codex, OpenCode, Jcode, Cursor, Grok, fx, Copilot, and Pi
- Local MCP tools that drive those sessions
- Optional hosted workspaces at omg.dev if you do not want to run a box
Hosted workspaces start with omg serve. lfg serve is an alias.
Do not use these as current install steps
npm install --global @omg-dev/cliat 0.4.xomg create/omg deployto*.omgs.appgit clone …/vibesandapps/infra/deploy/provision.sh- Firecracker /
provision.shas the way to run omg yourself
Those paths belong to the retired builder or to this repository's hosted sandbox fleet. They are not the first-run product.
Where to start
- Install on your machine — setup,
:8766, and the retired create/deploy CLI. - MCP — use hosted OAuth tools for a cloud Computer, or drive local sessions through
omg mcp. - SDK overview — packages for apps that still run on the hosted platform.
Architecture, deploy flow, and the sandbox API document the hosted fleet this repository still operates. They are not the current first-run product.
A cloud machine with omg already running. The live start command is
omg serve. lfg serve remains an alias.