Releases: sundarsub/execwall
Releases · sundarsub/execwall
v2.0.1
v2.0.0 - Core Execwall
Execwall v2.0.0 - Core Release
This release contains the core Execwall execution firewall components.
What's Included
- execwall - Policy-enforced shell with REPL and API modes
- python_runner - Sandboxed Python execution with seccomp, namespaces, and cgroups
- openclaw_launcher - Seccomp-locked AI agent launcher
Key Features
- Policy-Based Command Filtering - Regex rules with identity-scoped enforcement
- Python Sandbox Isolation - Linux namespaces, seccomp-BPF, cgroups v2
- JSON API Mode - TCP server for programmatic sandbox execution
- Audit Logging - JSON Lines format with SHA256 code hashing
Installation
curl -sSL https://raw.githubusercontent.com/sundarsub/execwall/main/install.sh | bashAgentExW - Enterprise AI Agent Platform
Execwall powers AgentExW, an autonomous AI agent platform with WhatsApp, Email, and Calendar integrations. AgentExW is available separately for enterprise deployments.
Interested? Contact: sentra@lma.llc
Full documentation: https://github.com/sundarsub/execwall#readme
v1.0.1
Remove ARM64 Linux from release (cross-compile issues) ARM64 Linux cross-compilation has persistent libseccomp linking issues. Removed from automated builds - users on ARM64 Linux can build from source. Supported platforms: - Linux x86_64 - macOS x86_64 (Intel) - macOS ARM64 (Apple Silicon) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Execwall v1.0.0
Execwall v1.0.0 - Execution Firewall for AI Agents
Fresh start after rename from Sentra.
Install
curl -sSL https://raw.githubusercontent.com/sundarsub/execwall/main/install.sh | bashFeatures
- Seccomp-locked AI agent execution
- Policy-enforced command governance
- WhatsApp integration
- Python sandbox with namespace isolation
- OpenRouter LLM support
- Quiet mode for programmatic use
- Oracle Cloud Free Tier deployment ($0/month)
Migration from Sentra
If upgrading from Sentra, update your paths:
/etc/sentra/→/etc/execwall//usr/lib/sentra/→/usr/lib/execwall/sentra-shell→execwall-shellSENTRA_*env vars →EXECWALL_*