@o3dotdev/code
v0.0.3
Published
Run O3 Code locally from npm using an installed Codex Desktop app as the native resource provider.
Downloads
1,098
Maintainers
Readme
@o3dotdev/code
Install and start O3 Code:
npm install -g @o3dotdev/code && o3-codeGlobal install makes o3-code status, o3-code logs, o3-code restart, and
o3-code stop available from your shell.
Try without installing:
npx @o3dotdev/codeThe package starts a local O3 Code run in the background, prints the local web URL, and shows the lifecycle commands:
o3-code status
o3-code logs --follow
o3-code restart
o3-code stopThe package ships the JS-only O3 Code runtime payload. Native Codex runtime resources are resolved from an installed Codex Desktop app.
Realtime MITM override is enabled by default when O3_CODE_REALTIME_API_KEY is set. If the key is missing, the launcher shows a warning and starts without the override.
From a repo checkout, generate the ignored runtime payload before local package smoke tests:
pnpm --filter @o3dotdev/code prepare:runtime