@codexhost/cli-linux-arm64 0.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,47 @@
1
+ # @codexhost/cli-linux-arm64
2
+
3
+ Run Pi and Claude Code as first-class external harnesses inside Codex Desktop.
4
+
5
+ > Internal platform package for `@codexhost/cli`, built for `linux-arm64`.
6
+
7
+ ## Install
8
+
9
+ ```bash
10
+ npm install -g @codexhost/cli@0.3.5
11
+ ```
12
+
13
+ Do not install this package directly. npm selects it through the optional dependencies of `@codexhost/cli`.
14
+
15
+ This package is platform-specific (`os=linux`, `cpu=arm64`).
16
+
17
+ ## Usage
18
+
19
+ ```bash
20
+ codexhost
21
+ codexhost --version
22
+ codexhost inspect
23
+ codexhost launch
24
+ codexhost remote install
25
+ codexhost remote start
26
+ codexhost remote stop
27
+ codexhost remote status
28
+ codexhost remote uninstall
29
+ ```
30
+
31
+ The `codexhost` command launches the packaged Rust launcher with:
32
+
33
+ - the current Node.js executable as Host Runtime
34
+ - packaged `host-runtime`, Desktop Controller, Renderer, and Shim binaries
35
+
36
+ ## Requirements
37
+
38
+ - Node.js 22 or 24 (Node 20 and older are not supported)
39
+ - Official ChatGPT/Codex Desktop for macOS, Windows, or Linux
40
+ - Pi on `PATH` when using the Pi agent
41
+ - Claude Code installed when using the Claude Code adapter
42
+
43
+ ## Notes
44
+
45
+ - This npm package does **not** embed a private Node.js runtime.
46
+ - Installer packages (DMG/EXE) remain the zero-dependency desktop distribution path.
47
+ - Prefer `npm install -g @codexhost/cli` over installing the monorepo root.
@@ -0,0 +1,29 @@
1
+ codexhost npm package third-party notices
2
+
3
+ @anthropic-ai/claude-agent-sdk 0.3.220
4
+ License: SEE LICENSE IN README.md
5
+ License text: licenses/Claude-Agent-SDK-LICENSE.md
6
+
7
+ @anthropic-ai/sdk 0.115.0
8
+ License: MIT
9
+ License text: licenses/Anthropic-SDK-LICENSE.txt
10
+
11
+ @modelcontextprotocol/sdk 1.30.0
12
+ License: MIT
13
+ License text: licenses/MCP-SDK-LICENSE.txt
14
+
15
+ diff 8.0.2
16
+ License: BSD-3-Clause
17
+ License text: licenses/diff-LICENSE.txt
18
+
19
+ lucide 1.28.0
20
+ License: ISC
21
+ License text: licenses/lucide-LICENSE.txt
22
+
23
+ ws 8.21.3
24
+ License: MIT
25
+ License text: licenses/ws-LICENSE.txt
26
+
27
+ zod 4.4.3
28
+ License: MIT
29
+ License text: licenses/zod-LICENSE.txt
@@ -0,0 +1 @@
1
+ {"schemaVersion":1,"version":"0.3.5","distribution":"npm","target":"linux-arm64"}