npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@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@latest

If 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 update

If 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@latest

After 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 --version

Update / 更新

claude update

claude 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.json can run.
  • config/claude-native-audited-versions.json にある監査済み version だけを実行できます。
  • 2.1.118, 2.1.119, 2.1.121, and 2.1.122 are included in the package metadata.
  • 2.1.1182.1.1192.1.1212.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 で終了します。