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.
https://imcynic.github.io/claude-code-ios/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.
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.
No suitable shell found from the Bash toolThis package's first job is to give Claude Code its full tool access back.
--continue never mixes conversationsclaude-rh-doctor)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.
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
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.
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.
com.anthropic.claude-code installedTested on iPhone, iOS 17.0.3, RootHide.
| Developer | muratkurt |
| Package | com.muratkurt.claude-cli-bridge |
| Version | 0.4.3 |
| Command | claude-rh |
| Compatibility | RootHide (arm64e) |
| Requires | com.anthropic.claude-code |
Claude Code is proprietary software by Anthropic. This bridge is for personal use on jailbroken devices.