@bash0816/cluade-code
v2.1.123
Published
Termux-native Claude Code wrapper with audited native replay
Readme
@bash0816/cluade-code
Termux-native Claude Code wrapper package.
Termux 向け Claude Code native wrapper package です。
Legacy compatibility package:
互換維持用の legacy package:
- canonical repository:
https://github.com/bash0816/ClaudeCode-Termux - canonical package:
@bash0816/claude-code
Install / インストール
npm install -g @bash0816/cluade-code@latestIf an older audited launcher from this repository already exists at $PREFIX/bin/claude, migrate through the updated launcher.
この repository の古い監査済み launcher が $PREFIX/bin/claude にある場合は、更新済み launcher 経由で移行します。
claude updateIf npm reports EEXIST before package scripts run, use a one-time forced migration.
package script 実行前に npm が EEXIST を返す場合は、初回だけ forced migration を使います。
npm install -g --force @bash0816/cluade-code@latestAfter npm owns the claude bin link, normal npm install -g updates work.
npm が claude bin link を管理する状態になれば、通常の npm install -g 更新が使えます。
Specific audited versions:
監査済みの固定 version:
npm install -g @bash0816/[email protected]
npm install -g @bash0816/[email protected]
npm install -g @bash0816/[email protected]
npm install -g @bash0816/[email protected]Development override:
開発・検証用 override:
CLAUDE_TERMUX_CLAUDE_VERSION=2.1.118 claude --version
CLAUDE_TERMUX_CLAUDE_VERSION=2.1.119 claude --version
CLAUDE_TERMUX_CLAUDE_VERSION=2.1.121 claude --version
CLAUDE_TERMUX_CLAUDE_VERSION=2.1.122 claude --versionUpdate / 更新
claude updateclaude update checks the GitHub release manifest and installs the latest audited package version.
claude update は GitHub release manifest を確認し、最新の監査済み package version を install します。
For the final legacy bridge release, claude update migrates this typo package to the canonical package.
最終 legacy bridge release では、claude update がこの typo package から canonical package へ移行します。
This final bridge package may have a higher package version while still launching audited native 2.1.122 by default.
この最終 bridge package は package version だけを上げつつ、既定では監査済み native 2.1.122 を起動します。
npm install -g @bash0816/cluade-code@<latest_audited_version>Normal launch also checks the same manifest with a short timeout and prints a notice when a newer audited version is available.
通常起動時も、同じ manifest を短い timeout で確認し、新しい監査済み version があれば通知します。
Policy / 方針
- Only audited versions in
config/claude-native-audited-versions.jsoncan run. config/claude-native-audited-versions.jsonにある監査済み version だけを実行できます。2.1.118,2.1.119,2.1.121, and2.1.122are included in the package metadata.2.1.118、2.1.119、2.1.121、2.1.122を package metadata に含めています。- Native artifacts are cached under
${HOME}/.claude-termux-native-package. - native artifact は
${HOME}/.claude-termux-native-packageに cache します。 - If native preparation fails, the command exits with an error.
- native preparation に失敗した場合、command は error で終了します。
