@chinhae/codex-connect-win32-x64
v0.12.1
Published
Run Pi and Claude Code as first-class external harnesses inside Codex Desktop.
Maintainers
Readme
@chinhae/codex-connect-win32-x64
Run Pi and Claude Code as first-class external harnesses inside Codex Desktop.
Internal platform package for
@chinhae/codex-connect, built forwindows-x64.
Install
npm install -g @chinhae/[email protected]Do not install this package directly. npm selects it through the optional dependencies of @chinhae/codex-connect.
This package is platform-specific (os=win32, cpu=x64).
Usage
codex-connect
codex-connect --version
codex-connect inspect
codex-connect launch
codex-connect remote install
codex-connect remote start
codex-connect remote stop
codex-connect remote status
codex-connect remote uninstall
codex-connect broker statusThe codex-connect 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.
- On macOS,
remote installmanages the current-user Aqua Harness broker; it never asks for a Keychain password or copies Claude credentials. - Installer packages (DMG/EXE) remain the zero-dependency desktop distribution path.
- Prefer
npm install -g @chinhae/codex-connectover installing the monorepo root.
