@bash0816/claude-code
v2.1.126
Published
Termux-native Claude Code wrapper with audited native replay
Readme
@bash0816/claude-code
Termux-native Claude Code wrapper package.
Termux 向け Claude Code native wrapper package です。
Canonical repository:
正規 repository:
https://github.com/bash0816/ClaudeCode-Termux
This package is part of the move from the legacy typo repository to ClaudeCode-Termux.
この package は、旧 typo repository から ClaudeCode-Termux へ移行する正規導線です。
Install / インストール
npm install -g @bash0816/claude-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/claude-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 します。
npm install -g @bash0816/claude-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 で終了します。
