**claude-code-sandbox** banner
textcortex textcortex

**claude-code-sandbox**

DevOps community intermediate

Description

> [!WARNING] > > This was an early PoC and is now archived. Follow [Spritz](https://github.com/textcortex/spritz) for the continuation of this vision

Installation

Terminal
claude install-skill https://github.com/textcortex/claude-code-sandbox

README

Claude Code Sandbox

[!WARNING]

This was an early PoC and is now archived. Follow [Spritz](https://github.com/textcortex/spritz) for the continuation of this vision

Run Claude Code as an autonomous agent inside Docker containers with automatic GitHub integration. Bypass all permissions safely.

Why Claude Code Sandbox?

The primary goal of Claude Code Sandbox is to enable **full async agentic workflows** by allowing Claude Code to execute without permission prompts. By running Claude in an isolated Docker container with the `--dangerously-skip-permissions` flag, Claude can:

    undefined

Access Claude through a **browser-based terminal** that lets you monitor and interact with the AI assistant while you work on other tasks. This creates a truly autonomous development assistant, similar to [OpenAI Codex](https://chatgpt.com/codex) or [Google Jules](https://jules.dev), but running locally on your machine with full control.

Overview

Claude Code Sandbox allows you to run Claude Code in isolated Docker containers, providing a safe environment for AI-assisted development. It automatically:

    undefined

Installation

Install Claude Code Sandbox globally from npm:

npm install -g @textcortex/claude-code-sandbox

Prerequisites

    undefined

Usage

Quick Start

Simply run in any git repository:

claude-sandbox

This will:

...