ClaudeCage
Description
Claude Code running in sandbox. Packed as single portable executable with no dependency. Has better performance than official version.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
[](https://github.com/PACHAKUTlQ/ClaudeCage/actions/workflows/build_and_release.yml)
**Run the SOTA AI coding agent in a portable, secure sandbox.**
[Claude Code](https://github.com/anthropics/claude-code) is a state-of-the-art AI coding assistant. Unfortunately, its CLI is distributed as closed-source and obfuscated javascript. You don't know what it's doing. Is it reading your SSH keys? Is it indexing your photos? Is it planning some Skynet world domination from your `~/Downloads` folder?
Probably not... **but why risk it?**
**ClaudeCage** solves this by packaging the Claude Code CLI into a fully isolated, single-file container. It cannot access any part of your system except for the single project directory you are currently working in.
**Breaking change:** the build output is now named **`claude`** (plus **`claude.rcfg`**), so it can act as a **drop-in replacement** for the original `claude` CLI (but sandboxed).
Features
- Secure Sandbox: Powered by Linux namespaces, the
claudeprocess is heavily restricted and cannot access your home directory, network information, or other processes. - Single-File Portability: The entire environment—the
claudebinary, thebunruntime, and all dependencies—is packed into a single executable file. Download it, make it executable, and run it. - No Host Dependencies: You do not need
node,bun, or anything else installed on your system. - Works on Most Linux Distros: Runs on virtually any modern Linux distribution.
- Better Performance: Runs at native speed. It runs even faster than official Claude Code thanks to the modern high performance javascript runtime: [bun](https://github.com/oven-sh
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development