
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
opencode-cloud
Advanced tools
Cross-platform CLI for opencode-cloud with prebuilt binaries for major platforms.
npx opencode-cloud@latest --version
bunx opencode-cloud@latest --version
npm install -g opencode-cloud
No Rust toolchain required — npm automatically downloads the correct binary for your platform.
| Platform | Architecture | Package |
|---|---|---|
| macOS | Apple Silicon (arm64) | @opencode-cloud/cli-node-darwin-arm64 |
| macOS | Intel (x64) | @opencode-cloud/cli-node-darwin-x64 |
| Linux | x64 (glibc) | @opencode-cloud/cli-node-linux-x64 |
| Linux | ARM64 (glibc) | @opencode-cloud/cli-node-linux-arm64 |
| Linux | x64 (musl/Alpine) | @opencode-cloud/cli-node-linux-x64-musl |
| Linux | ARM64 (musl/Alpine) | @opencode-cloud/cli-node-linux-arm64-musl |
Windows support planned for a future release.
opencode-cloud, npm downloads a platform-specific package based on your OS and architectureWhen developing locally, place the Rust binary in the Node package bin/ directory:
cargo build --release
cp target/release/occ packages/cli-node/bin/
Then run via just run or node packages/cli-node/dist/index.js <args>. The wrapper resolves the binary from bin/ when platform packages are not used.
occ start
occ status
occ stop
All commands are identical between the npm and cargo installations.
MIT
FAQs
Cross-platform CLI for opencode-cloud (includes prebuilt binaries)
We found that opencode-cloud demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.