| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| aenv-darwin-aarch64 | 2026-08-03 | 8.5 MB | |
| aenv-darwin-x86_64 | 2026-08-03 | 9.6 MB | |
| aenv-linux-aarch64 | 2026-08-03 | 8.5 MB | |
| aenv-linux-x86_64 | 2026-08-03 | 10.3 MB | |
| aenv-server-linux-x86_64.tar.gz | 2026-08-03 | 71.3 MB | |
| README.md | 2026-08-03 | 3.7 kB | |
| v0.1.1 source code.tar.gz | 2026-08-03 | 1.9 MB | |
| v0.1.1 source code.zip | 2026-08-03 | 2.2 MB | |
| Totals: 8 Items | 112.4 MB | 3 | |
Bug Fixes
- snapshot: Parallelize OSS layer validation (#57) — @huajq
- cli: Validate Dockerfile before creating template (#62) — @ShiroKSH
- proxy: Isolate connections across runtime generations (#56) — @MasakiMu319
- sandbox: Resume sandbox upon recoverable pause failure (#64) — @LSX-s-Software
- overlaybd: Reject truncated mapped reads — @morluto
- overlaybd: Verify short-read retry offsets (#43) — @morluto
- snapshot: Export s3-marked OSS-managed rootfs layers as images (#88) — @blahgeek
- template: Create WORKDIR directories during template builds — @nblintao
- template: Resolve relative WORKDIR against the current workdir — @nblintao
- template: Normalize WORKDIR lexically and create it without a shell — @nblintao
- template: Create WORKDIR via envd filesystem instead of exec'ing mkdir (#66) — @nblintao
- api: Return the JSON error envelope for unmatched routes (#69) — @JoyboyBrian
- template: Provision a missing default user at the end of a build (#67) (#67) — @nblintao
- sandbox: Isolate envd bootstrap connections across generations (#103) — @leether
Documentation
- Update README with citation section — @huang-jl
- Improve E2B, configuration, and on-demand loading guides (#18) — @zlzGithub-0801
- Warn against public network exposure (#24) — @yingdi-shan
- Link overlaybd docs in README (#29) — @BigVan
- Fix stale overlaybd paths in architecture guide (#30)
- Add static multi-node deployment guide (#91)
- Remove control plane prototype label (#106) — @yingdi-shan
Features
- overlaybd: Concurrent coalesced zfile read path with read-path metrics (#13) — @huajq
- custom-extension: Expose host interaction IP in custom extension API (#14) — @LSX-s-Software
- Expose snapshot rootfs image references (#19) — @huajq
- cli: Support upload/download files from/to a sandbox — @LSX-s-Software
- cli: Support directory upload/download — @LSX-s-Software
- cli: Add progress bar for upload/download (#50) — @LSX-s-Software
- Add standalone aenv-snapshot-image export tool (#38) — @huajq
- image: Discover ACR artifact streaming overlaybd referrers (#58) — @johnsonshi
- overlaybd: Introduce index() and flatten_with_args() from LSMTFile (#85) — @huang-jl
Performance
- Stabilize concurrent snapshot resume (#65) — @yingdi-shan