Skip to content

Releases: sundarsub/execwall

v2.0.1

01 Mar 17:31

Choose a tag to compare

v2.0.1: GLIBC compatibility fix for Linux

v2.0.0 - Core Execwall

01 Mar 17:21

Choose a tag to compare

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 | bash

AgentExW - 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

26 Feb 15:09

Choose a tag to compare

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

25 Feb 22:18

Choose a tag to compare

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 | bash

Features

  • 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-shellexecwall-shell
  • SENTRA_* env vars → EXECWALL_*