@codexhost/cli-linux-x64
v0.2.6
Published
Run Pi and Claude Code as first-class external harnesses inside Codex Desktop.
Downloads
749
Maintainers
Readme
@codexhost/cli-linux-x64
Run Pi and Claude Code as first-class external harnesses inside Codex Desktop.
Internal platform package for
@codexhost/cli, built forlinux-x64.
Install
npm install -g @codexhost/[email protected]Do not install this package directly. npm selects it through the optional dependencies of @codexhost/cli.
This package is platform-specific (os=linux, cpu=x64).
Usage
codexhost
codexhost --version
codexhost inspect
codexhost launchThe codexhost command launches the packaged Rust launcher with:
- the current Node.js executable as Host Runtime
- packaged
host-runtime, Desktop Controller, Renderer, and Shim binaries
Requirements
- Node.js 22 or 24 (Node 20 and older are not supported)
- Official ChatGPT/Codex Desktop for macOS, Windows, or Linux
- Pi on
PATHwhen using the Pi agent - Claude Code installed when using the Claude Code adapter
Notes
- This npm package does not embed a private Node.js runtime.
- Installer packages (DMG/EXE) remain the zero-dependency desktop distribution path.
- Prefer
npm install -g @codexhost/cliover installing the monorepo root.
