claude-code
Health Uyari
- No license — Repository has no license file
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 6 GitHub stars
Code Basarisiz
- rm -rf — Recursive force deletion command in scripts/build.sh
Permissions Gecti
- Permissions — No dangerous permissions requested
This tool automates the packaging and distribution of the official Anthropic Claude Code npm package into standalone, portable executables. It bundles the application with various runtimes (Node.js, Deno, Bun) so users do not need a global Node.js installation.
Security Assessment
The tool repackages existing code rather than writing complex logic from scratch. It does not request dangerous permissions, nor does it appear to contain hardcoded secrets. However, because it executes shell commands and operates as an unofficial distribution channel for another company's software, users must implicitly trust the repository maintainer not to inject malicious code into the binaries. The automated scanner did flag a `rm -rf` command in `scripts/build.sh`, which is typical for a build script clearing out old artifacts but warrants minor awareness. Overall risk: Medium.
Quality Assessment
The project appears active and well-organized, with a recent push recorded today and automated GitHub Actions handling the builds. Despite the active maintenance, the tool suffers from extremely low community visibility (only 6 stars). More importantly, it lacks a license file. Since it redistributes Anthropic's software, the absence of a clear legal license for the packaging scripts introduces potential compliance uncertainties.
Verdict
Use with caution: the build process is active and functional, but users should weigh the lack of licensing and low community trust against the convenience of these unofficial binaries.
Portable, self-contained Claude Code builds for Windows and Linux (x64/arm64). Node.js and Deno runtimes available.
Claude Code — Portable Builds
Self-contained, portable bundles of Claude Code for Windows and Linux. No global Node.js install required.
Builds are automated via GitHub Actions. A daily check detects new releases of Claude Code, Node.js LTS, Deno, or Bun and triggers a fresh build cycle.
Download
Grab the latest release for your platform from the Releases page.
Node.js runtime (recommended)
| Platform | Architecture | Format |
|---|---|---|
| Windows | x64 | .zip |
| Windows | arm64 | .zip |
| Linux | x64 | .tar.gz / .deb |
| Linux | arm64 | .tar.gz / .deb |
Deno runtime (experimental)
Same matrix as above. Deno compatibility with Claude Code is not officially supported.
Bun runtime (experimental)
Same as Node.js matrix except no Windows arm64 (Bun doesn't ship it). Bun compatibility with Claude Code is not officially supported.
Install
Windows (zip)
Extract and run claude.cmd. Optionally add the extracted directory to your PATH.
Linux (tar.gz)
tar xzf claude-code-v*-linux-x64.tar.gz
./claude-code/claude --version
Linux (deb)
sudo dpkg -i claude-code_*_amd64.deb
claude --version
Build matrix
Three runtimes × two platforms × two architectures = 17 artifacts per release cycle.
Windows x64 Windows arm64 Linux x64 Linux arm64
Node.js zip zip tar.gz + deb tar.gz + deb
Deno zip zip tar.gz + deb tar.gz + deb
Bun zip — tar.gz + deb tar.gz + deb
Version tags
- Node:
claude-code-v{CC_VER}-node-v{NODE_VER} - Deno:
claude-code-v{CC_VER}-deno-v{DENO_VER} - Bun:
claude-code-v{CC_VER}-bun-v{BUN_VER}
License
Claude Code is developed by Anthropic. This repository only automates packaging and distribution of the official npm package.
Yorumlar (0)
Yorum birakmak icin giris yap.
Yorum birakSonuc bulunamadi