Discover and explore top open-source AI tools and projects—updated daily.
textcortexSecure local sandbox for autonomous AI code execution
Top 99.1% on SourcePulse
This project addresses the challenge of enabling autonomous AI agentic workflows for code execution, specifically for Claude Code. It targets developers and researchers seeking to leverage AI for complex coding tasks without constant user intervention. The primary benefit is a locally controlled, autonomous development assistant that can execute commands, make code changes, and manage Git operations safely within isolated Docker containers.
How It Works
The core approach involves running Claude Code within isolated Docker or Podman containers, leveraging the --dangerously-skip-permissions flag to allow instant command execution without user prompts. The system automatically creates a new Git branch for each session, monitors commits made by Claude, and provides an interactive review interface. It securely forwards necessary credentials and facilitates push/PR creation workflows, creating a safe, autonomous development environment.
Quick Start & Requirements
npm install -g @textcortex/claude-code-sandboxnpm install -g @anthropic-ai/claude-code@latest).Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
This project is explicitly marked as "alpha" and may contain security vulnerabilities; users should exercise caution. It relies on the --dangerously-skip-permissions flag for Claude Code, which bypasses standard safety checks, although this is mitigated by containerization. Troubleshooting documentation addresses potential issues with installation, Docker permissions, and credential discovery.
6 months ago
Inactive
e2b-dev