Skip to content

v0.3.0: Native sandbox, porta.toml, full Almide migration#1

Merged
O6lvl4 merged 10 commits into
mainfrom
develop
Apr 8, 2026
Merged

v0.3.0: Native sandbox, porta.toml, full Almide migration#1
O6lvl4 merged 10 commits into
mainfrom
develop

Conversation

@O6lvl4
Copy link
Copy Markdown
Contributor

@O6lvl4 O6lvl4 commented Apr 8, 2026

Summary

  • Native process sandbox (porta run-native): Run any command (including Claude Code) inside an OS-level sandbox with FS/network restrictions
  • porta.toml config + porta up / porta init: Declarative sandbox configuration
  • Full Almide migration: HTTP, exec, sandbox, process management moved from Rust to pure Almide
  • Hardened sandbox: Read-only mounts (:ro), sensitive dir deny-list (~/.ssh, ~/.aws, etc.), port-based network restriction

Test plan

  • 69 unit tests pass (6 test files)
  • CI green
  • porta run-native claude -- --version returns Claude Code version
  • porta init native claude && porta up -- --print "1+1" works end-to-end
  • Sandbox denies write outside -v, denies read of ~/.ssh, denies network without --allow-net

@O6lvl4 O6lvl4 merged commit f6b810b into main Apr 8, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant