| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| msb-linux-aarch64 | 2026-04-01 | 19.5 MB | |
| msb-linux-x86_64 | 2026-04-01 | 23.3 MB | |
| microsandbox-linux-x86_64.tar.gz | 2026-04-01 | 16.9 MB | |
| msb-darwin-aarch64 | 2026-04-01 | 17.7 MB | |
| libkrunfw-linux-aarch64.so | 2026-04-01 | 22.9 MB | |
| libkrunfw-linux-x86_64.so | 2026-04-01 | 19.2 MB | |
| microsandbox-darwin-aarch64.tar.gz | 2026-04-01 | 20.9 MB | |
| microsandbox-linux-aarch64.tar.gz | 2026-04-01 | 21.4 MB | |
| agentd-aarch64 | 2026-04-01 | 987.4 kB | |
| agentd-x86_64 | 2026-04-01 | 1.1 MB | |
| checksums.sha256 | 2026-04-01 | 1.1 kB | |
| install.sh | 2026-04-01 | 13.8 kB | |
| libkrunfw-darwin-aarch64.dylib | 2026-04-01 | 22.9 MB | |
| README.md | 2026-04-01 | 6.9 kB | |
| v0.3.8 source code.tar.gz | 2026-04-01 | 825.1 kB | |
| v0.3.8 source code.zip | 2026-04-01 | 1.1 MB | |
| Totals: 16 Items | 188.8 MB | 0 | |
What's Changed
- fix: downgrade MCP protocol version an remove unused deps by @appcypher in https://github.com/superradcompany/microsandbox/pull/244
- feat(cli): add --host support by @Sun-ZhenXing in https://github.com/superradcompany/microsandbox/pull/253
- chore(release): bump version to 0.2.6 by @appcypher in https://github.com/superradcompany/microsandbox/pull/254
- Use stable std::io::IsTerminal by @xosnrdev in https://github.com/superradcompany/microsandbox/pull/269
- feat: add vet ci integration for OSS security auditing by @KunalSin9h in https://github.com/superradcompany/microsandbox/pull/261
- fix: wrong policy file path in ci file for vet by @KunalSin9h in https://github.com/superradcompany/microsandbox/pull/271
- Fix Rust examples in sandboxes documentation by @semihbkgr in https://github.com/superradcompany/microsandbox/pull/274
- Feature Request: Go SDK - Initial Implementation by @Keithagy in https://github.com/superradcompany/microsandbox/pull/270
- feat: add lto for release builds by @OAyomide in https://github.com/superradcompany/microsandbox/pull/287
- docs: update API keys documentation to reflect NodeSandbox usage by @Eronmmer in https://github.com/superradcompany/microsandbox/pull/294
- refactor: make LTO opt-in and improve Makefile build configuration by @appcypher in https://github.com/superradcompany/microsandbox/pull/295
- refactor: remove groups functionality and simplify flag validation by @appcypher in https://github.com/superradcompany/microsandbox/pull/299
- fix: add directory file type to root path xattr to prevent kernel panic by @appcypher in https://github.com/superradcompany/microsandbox/pull/300
- refactor: change build steps from HashMap to Vec and fix registry URL by @appcypher in https://github.com/superradcompany/microsandbox/pull/305
- feat: implement stat shadowing for container filesystem extraction by @appcypher in https://github.com/superradcompany/microsandbox/pull/303
- feat: add support for github container registry by @OAyomide in https://github.com/superradcompany/microsandbox/pull/310
- chore(docs): simplify readme by @toksdotdev in https://github.com/superradcompany/microsandbox/pull/327
- chore(docs): add uninstall instruction to readme by @toksdotdev in https://github.com/superradcompany/microsandbox/pull/330
- chore(docs): add experimental notice to readme by @toksdotdev in https://github.com/superradcompany/microsandbox/pull/334
- Avoid allocating in
pre_execclosure by @purplesyringa in https://github.com/superradcompany/microsandbox/pull/337 - feat(registry): switch registry implementation to external crate by @toksdotdev in https://github.com/superradcompany/microsandbox/pull/343
- fix: correct Go module path and add default Request ID generation in SDK by @calebax in https://github.com/superradcompany/microsandbox/pull/339
- chore(sdk): remove stale sdks by @toksdotdev in https://github.com/superradcompany/microsandbox/pull/346
- doc-test: Fixed no_run doc code examples by @ChrisAB in https://github.com/superradcompany/microsandbox/pull/348
- chore(readme): update install instruction by @toksdotdev in https://github.com/superradcompany/microsandbox/pull/352
- fix: forward_rpc_to_portal wait by @phact in https://github.com/superradcompany/microsandbox/pull/355
- chore: re-introduce ci/cd pipeline by @toksdotdev in https://github.com/superradcompany/microsandbox/pull/358
- feat: setup ci/cd for docs and download workers by @toksdotdev in https://github.com/superradcompany/microsandbox/pull/359
- fix: improve error reporting in installer script by @appcypher in https://github.com/superradcompany/microsandbox/pull/308
- feat(image): handle layers with missing parent directory for files by @toksdotdev in https://github.com/superradcompany/microsandbox/pull/351
- chore(config): deserialise null fields to default by @toksdotdev in https://github.com/superradcompany/microsandbox/pull/373
- feat: optimize health check by @fatelei in https://github.com/superradcompany/microsandbox/pull/361
- chore(cleanup): deprecate namespaces by @toksdotdev in https://github.com/superradcompany/microsandbox/pull/371
- fix: address RUSTSEC-2026-0007 and RUSTSEC-2026-0009 by @toksdotdev in https://github.com/superradcompany/microsandbox/pull/374
- feat!: rewrite microsandbox with embeddable SDK, smoltcp networking, and composable filesystem by @appcypher in https://github.com/superradcompany/microsandbox/pull/455
- chore(install): update install script url by @toksdotdev in https://github.com/superradcompany/microsandbox/pull/467
- chore(deps): update crate deps + reduce oci client verbosity by @toksdotdev in https://github.com/superradcompany/microsandbox/pull/469
- chore: remove image tags from examples, docs, and CLI help by @appcypher in https://github.com/superradcompany/microsandbox/pull/471
- fix: validate workdir exists at sandbox creation by @toksdotdev in https://github.com/superradcompany/microsandbox/pull/475
- fix: ensure return ExecTimeout when exec timed-out by @Byunk in https://github.com/superradcompany/microsandbox/pull/470
- fix(filesystem): resolve zero inode numbers in overlay readdir by @appcypher in https://github.com/superradcompany/microsandbox/pull/478
- chore: bump microsandbox version to 0.3.8 by @appcypher in https://github.com/superradcompany/microsandbox/pull/479
New Contributors
- @Sun-ZhenXing made their first contribution in https://github.com/superradcompany/microsandbox/pull/253
- @xosnrdev made their first contribution in https://github.com/superradcompany/microsandbox/pull/269
- @KunalSin9h made their first contribution in https://github.com/superradcompany/microsandbox/pull/261
- @semihbkgr made their first contribution in https://github.com/superradcompany/microsandbox/pull/274
- @Keithagy made their first contribution in https://github.com/superradcompany/microsandbox/pull/270
- @OAyomide made their first contribution in https://github.com/superradcompany/microsandbox/pull/287
- @Eronmmer made their first contribution in https://github.com/superradcompany/microsandbox/pull/294
- @toksdotdev made their first contribution in https://github.com/superradcompany/microsandbox/pull/327
- @purplesyringa made their first contribution in https://github.com/superradcompany/microsandbox/pull/337
- @calebax made their first contribution in https://github.com/superradcompany/microsandbox/pull/339
- @ChrisAB made their first contribution in https://github.com/superradcompany/microsandbox/pull/348
- @phact made their first contribution in https://github.com/superradcompany/microsandbox/pull/355
- @fatelei made their first contribution in https://github.com/superradcompany/microsandbox/pull/361
- @Byunk made their first contribution in https://github.com/superradcompany/microsandbox/pull/470
Full Changelog: https://github.com/superradcompany/microsandbox/compare/v0.2.4...v0.3.8