omg/docs

Install on your machine

Install the local omg control plane, open http://localhost:8766, and ignore the retired create/deploy CLI.

The current product is the local agent control plane in BennyKok/omg.dev. After setup, open http://localhost:8766. You bring your own agent accounts.

lfg is a compatibility alias for omg. It is not a second product.

1. Install

curl -fsSL https://raw.githubusercontent.com/BennyKok/omg.dev/main/scripts/setup.sh | bash

Then open http://localhost:8766.

Do not install @omg-dev/cli at 0.4.x. That line is the retired prompt-to-app CLI (create / deploy to *.omgs.app) 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 setup

No omg.dev account is required for the local install.

2. Confirm the command

omg help
lfg help

Both should describe running and managing AI coding agents. There should be one omg on PATH. A second omg from @omg-dev/cli@0.4.x is the retired binary.

omg create and omg deploy are not current product commands after this install.

3. Connect a coding agent

Open Settings → Coding agents in the UI. Install or sign in to an agent you already own. omg does not resell tokens.

Hosted pairing (this repository)

omg login && omg connect on a box that should join the hosted relay is owned by this repository. It is not the first-run command. First run is setup.sh, then :8766.

If you still have the retired create/deploy CLI, that pairing surface now lives in @omg-dev/apps as omg-apps login and omg-apps connect.

Retired: create and deploy apps

The old @omg-dev/cli 0.4.x line created a starter and deployed it to https://<slug>.omgs.app. That is not the current product.

If you still need those commands:

npm install --global @omg-dev/apps
omg-apps help

create-omg can still copy the React starter. It is not the current product and it does not install the control plane:

npx --yes create-omg@latest my-app

Do not publish any version from this repository onto @omg-dev/cli. That name is owned by BennyKok/omg.dev at 0.5.0+.