{"id":45726486,"url":"https://github.com/li-ruijie/claude-code","last_synced_at":"2026-04-10T08:14:32.635Z","repository":{"id":339389289,"uuid":"1161720761","full_name":"li-ruijie/claude-code","owner":"li-ruijie","description":"Portable, self-contained Claude Code builds for Windows and Linux (x64/arm64). Node.js and Deno runtimes available.","archived":false,"fork":false,"pushed_at":"2026-04-09T06:42:35.000Z","size":85,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-09T08:25:06.916Z","etag":null,"topics":["anthropic","automation","claude-code","cli","debian-package","deno","github-actions","nodejs","portable","scoop"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/li-ruijie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-19T12:46:40.000Z","updated_at":"2026-04-09T06:42:39.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/li-ruijie/claude-code","commit_stats":null,"previous_names":["li-ruijie/claude-code-npm"],"tags_count":61,"template":false,"template_full_name":null,"purl":"pkg:github/li-ruijie/claude-code","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/li-ruijie%2Fclaude-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/li-ruijie%2Fclaude-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/li-ruijie%2Fclaude-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/li-ruijie%2Fclaude-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/li-ruijie","download_url":"https://codeload.github.com/li-ruijie/claude-code/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/li-ruijie%2Fclaude-code/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31634298,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anthropic","automation","claude-code","cli","debian-package","deno","github-actions","nodejs","portable","scoop"],"created_at":"2026-02-25T08:30:26.951Z","updated_at":"2026-04-10T08:14:32.612Z","avatar_url":"https://github.com/li-ruijie.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Claude Code — Portable Builds\n\nSelf-contained, portable bundles of [Claude Code](https://github.com/anthropics/claude-code) for Windows and Linux. No global Node.js install required.\n\nBuilds 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.\n\n## Download\n\nGrab the latest release for your platform from the [Releases](https://github.com/li-ruijie/claude-code/releases) page.\n\n### Node.js runtime (recommended)\n\n| Platform | Architecture | Format |\n|----------|-------------|--------|\n| Windows | x64 | `.zip` |\n| Windows | arm64 | `.zip` |\n| Linux | x64 | `.tar.gz` / `.deb` |\n| Linux | arm64 | `.tar.gz` / `.deb` |\n\n### Deno runtime (experimental)\n\nSame matrix as above. Deno compatibility with Claude Code is not officially supported.\n\n### Bun runtime (experimental)\n\nSame as Node.js matrix except no Windows arm64 (Bun doesn't ship it). Bun compatibility with Claude Code is not officially supported.\n\n## Install\n\n### Windows (zip)\n\nExtract and run `claude.cmd`. Optionally add the extracted directory to your `PATH`.\n\n### Linux (tar.gz)\n\n```bash\ntar xzf claude-code-v*-linux-x64.tar.gz\n./claude-code/claude --version\n```\n\n### Linux (deb)\n\n```bash\nsudo dpkg -i claude-code_*_amd64.deb\nclaude --version\n```\n\n## Build matrix\n\nThree runtimes × two platforms × two architectures = 17 artifacts per release cycle.\n\n```\n             Windows x64   Windows arm64   Linux x64        Linux arm64\nNode.js      zip           zip             tar.gz + deb     tar.gz + deb\nDeno         zip           zip             tar.gz + deb     tar.gz + deb\nBun          zip           —               tar.gz + deb     tar.gz + deb\n```\n\n## Version tags\n\n- Node: `claude-code-v{CC_VER}-node-v{NODE_VER}`\n- Deno: `claude-code-v{CC_VER}-deno-v{DENO_VER}`\n- Bun: `claude-code-v{CC_VER}-bun-v{BUN_VER}`\n\n## License\n\nClaude Code is developed by [Anthropic](https://anthropic.com). This repository only automates packaging and distribution of the official npm package.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fli-ruijie%2Fclaude-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fli-ruijie%2Fclaude-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fli-ruijie%2Fclaude-code/lists"}