ClaudeCLIBridge (RootHide)

Make Claude Code CLI actually work on a RootHide device — and use it with your official account, your own API key, or both at the same time.

Install order matters

  1. Add the Claude Code repository: https://imcynic.github.io/claude-code-ios/
  2. Install Claude Code first
  3. Then install ClaudeCLIBridge

The convert screen is normal. On RootHide, Sileo routes packages through RootHide Patcher before installing. If the package won't queue, or you see a dependency not satisfied message, that is the convert step — not a real dependency error. Convert, return to Sileo, and the queue resolves itself.

Convert is safe here: both binaries keep all 9 entitlement keys and bash-ios7's hash does not change.

What it fixes

On rootless jailbreaks Claude Code already works. On RootHide it doesn't: the bootstrap lives in a randomly named directory, which creates two separate namespaces, and Claude Code ends up on the wrong side of them.

This package's first job is to give Claude Code its full tool access back.

Features


Usage

Official Claude account (OAuth)

claude-rh --original

Type /login inside, pick your account, Safari opens. After tapping Authorize the button may keep spinning — it isn't stuck. Don't wait in Safari, switch back to the terminal; "Login successful" appears within a few seconds.

Alternative API — no subscription needed

claude-provider add kimi
claude-provider use kimi
claude-rh

Use the provider's Anthropic-compatible root address, not the OpenAI-compatible endpoint. Claude Code appends /v1/messages itself:

CORRECT : https://api.moonshot.ai/anthropic
WRONG   : https://api.moonshot.ai/v1/chat/completions

Session pools

echo on > ~/.claude-bridge/state/sessions

Off by default. Once on, --original and every provider profile keep their own history, even in the same working directory.

Self test

claude-rh-doctor

The command is claude-rh. The claude and claude-auth commands on your system belong to a different package and do not use this bridge.


Requirements

Tested on iPhone, iOS 17.0.3, RootHide.

Information

Developermuratkurt
Packagecom.muratkurt.claude-cli-bridge
Version0.4.3
Commandclaude-rh
CompatibilityRootHide (arm64e)
Requirescom.anthropic.claude-code

Claude Code is proprietary software by Anthropic. This bridge is for personal use on jailbroken devices.