Install
openclaw skills install @ivansslo/launch-codex-unpackedLaunch unpacked Codex Desktop builds with debug ports and optional SSH host autostart using launch_codex_unpacked.sh. Use when asked to run Codex from extracted app.asar, enable inspect/remote-debugging, select an SSH host on startup, or keep temporary unpacked artifacts for investigation.
openclaw skills install @ivansslo/launch-codex-unpackedUse this skill when the task is to run Codex Desktop from unpacked app.asar with controlled debug settings.
./launch_codex_unpacked.shRun these checks before launch:
test -x ./launch_codex_unpacked.sh
test -d /Applications/Codex.app
Tooling note:
node/npx via Homebrew by default.AUTO_INSTALL_TOOLS=0 to disable auto-install behavior.If a custom app path is provided, verify it contains:
<APP_PATH>/Contents/Resources/app.asar<APP_PATH>/Contents/Resources/codexDefault launch (inspect + remote debugging enabled):
./launch_codex_unpacked.sh
Custom ports:
./launch_codex_unpacked.sh --inspect-port 9330 --remote-debug-port 9333
Disable one or both debug channels:
./launch_codex_unpacked.sh --no-inspect
./launch_codex_unpacked.sh --no-remote-debug
Launch against a different Codex.app:
./launch_codex_unpacked.sh --app "/Applications/Codex.app"
Preserve extracted temp app for analysis:
./launch_codex_unpacked.sh --keep-temp
Use a fixed Chromium profile/user data directory:
./launch_codex_unpacked.sh --user-data-dir "/tmp/codex-user-data"
SSH host autostart mode:
./launch_codex_unpacked.sh --ssh-host "user@host"
What SSH mode does:
BatchMode + timeout).~/.codex/.codex-global-state.json (electron-ssh-hosts).Append app arguments after --:
./launch_codex_unpacked.sh -- --some-codex-flag value
After launch, report:
App dir pathUser data dir pathCommand lineSSH host mode was enabledMissing app.asar or Missing codex binary: wrong --app path.SSH autostart patch anchor not found: Codex bundle changed; script patch target must be updated.