Releases: m62624/cageforge
Releases · m62624/cageforge
Release list
Cageforge v0.2.0
What's Changed
- feat(api): unify sandbox execution across native backends by @m62624 in #12
- fix(sandbox): audit and harden native security boundaries by @m62624 in #13
- fix(linux): harden Bubblewrap missing masks by @m62624 in #14
- chore: prepare workspace for release by @m62624 in #15
- docs: polish README files before 0.2.0 by @m62624 in #16
- docs: update crate descriptions and facade README by @m62624 in #17
- fix(linux): allow fork+exec descendants under restricted hardening by @m62624 in #18
- fix(cli): regenerate WiX installer metadata by @m62624 in #19
- test(macos): wait for XPC reply before teardown by @m62624 in #20
Full Changelog: v0.1.0...v0.2.0
Install cageforge-cli 0.2.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/m62624/cageforge/releases/download/v0.2.0/cageforge-cli-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/m62624/cageforge/releases/download/v0.2.0/cageforge-cli-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install m62624/cageforge/cageforge-cliDownload cageforge-cli 0.2.0
| File | Platform | Checksum |
|---|---|---|
| cageforge-cli-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| cageforge-cli-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| cageforge-cli-aarch64-pc-windows-msvc.zip | ARM64 Windows | checksum |
| cageforge-cli-aarch64-pc-windows-msvc.msi | ARM64 Windows | checksum |
| cageforge-cli-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| cageforge-cli-x86_64-pc-windows-msvc.msi | x64 Windows | checksum |
| cageforge-cli-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| cageforge-cli-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
Cageforge v0.1.0
First release availability
The first Cageforge crates are being published to crates.io in dependency order. They may become available over the next few hours while crates.io processes and indexes the publication. Please wait until all packages are available before using the complete workspace.
What's Changed
- feat(linux): embed architecture-specific Bubblewrap resources by @m62624 in #1
- refactor: audit Linux and Windows sandbox boundaries by @m62624 in #2
- feat(macos): add reusable Seatbelt sandbox backend by @m62624 in #4
- refactor(sandbox): standardize lifecycle and capability enforcement by @m62624 in #6
- feat(facade): add unified cageforge crate by @m62624 in #7
- feat: add Cageforge sandbox CLI by @m62624 in #8
- feat(cli): add cross-platform Cageforge CLI release by @m62624 in #9
- feat(cli): add Windows setup commands by @m62624 in #10
- fix(native): make runtime smoke tests deterministic by @m62624 in #11
New Contributors
Full Changelog: https://github.com/m62624/cageforge/commits/v0.1.0
Install cageforge-cli 0.1.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/m62624/cageforge/releases/download/v0.1.0/cageforge-cli-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/m62624/cageforge/releases/download/v0.1.0/cageforge-cli-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install m62624/cageforge/cageforge-cliDownload cageforge-cli 0.1.0
| File | Platform | Checksum |
|---|---|---|
| cageforge-cli-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| cageforge-cli-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| cageforge-cli-aarch64-pc-windows-msvc.zip | ARM64 Windows | checksum |
| cageforge-cli-aarch64-pc-windows-msvc.msi | ARM64 Windows | checksum |
| cageforge-cli-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| cageforge-cli-x86_64-pc-windows-msvc.msi | x64 Windows | checksum |
| cageforge-cli-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| cageforge-cli-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |