| File | Platform | Checksum |
|--------|----------|----------|
| [rsdos-aarch64-apple-darwin.tar.xz](https://github.com/unkcpz/rsdos/releases/download/v0.2.0/rsdos-aarch64-apple-darwin.tar.xz) | Apple Silicon macOS | [checksum](https://github.com/unkcpz/rsdos/releases/download/v0.2.0/rsdos-aarch64-apple-darwin.tar.xz.sha256) |
| [rsdos-x86_64-apple-darwin.tar.xz](https://github.com/unkcpz/rsdos/releases/download/v0.2.0/rsdos-x86_64-apple-darwin.tar.xz) | Intel macOS | [checksum](https://github.com/unkcpz/rsdos/releases/download/v0.2.0/rsdos-x86_64-apple-darwin.tar.xz.sha256) |
| [rsdos-x86_64-pc-windows-msvc.zip](https://github.com/unkcpz/rsdos/releases/download/v0.2.0/rsdos-x86_64-pc-windows-msvc.zip) | x64 Windows | [checksum](https://github.com/unkcpz/rsdos/releases/download/v0.2.0/rsdos-x86_64-pc-windows-msvc.zip.sha256) |
| [rsdos-aarch64-unknown-linux-gnu.tar.xz](https://github.com/unkcpz/rsdos/releases/download/v0.2.0/rsdos-aarch64-unknown-linux-gnu.tar.xz) | ARM64 Linux | [checksum](https://github.com/unkcpz/rsdos/releases/download/v0.2.0/rsdos-aarch64-unknown-linux-gnu.tar.xz.sha256) |
| [rsdos-x86_64-unknown-linux-gnu.tar.xz](https://github.com/unkcpz/rsdos/releases/download/v0.2.0/rsdos-x86_64-unknown-linux-gnu.tar.xz) | x64 Linux | [checksum](https://github.com/unkcpz/rsdos/releases/download/v0.2.0/rsdos-x86_64-unknown-linux-gnu.tar.xz.sha256) |
| [rsdos-x86_64-unknown-linux-musl.tar.xz](https://github.com/unkcpz/rsdos/releases/download/v0.2.0/rsdos-x86_64-unknown-linux-musl.tar.xz) | x64 MUSL Linux | [checksum](https://github.com/unkcpz/rsdos/releases/download/v0.2.0/rsdos-x86_64-unknown-linux-musl.tar.xz.sha256) |
What's Changed
* Python bin binding so `rsdos` CLI can install from pip by unkcpz in https://github.com/unkcpz/rsdos/pull/51
* Installation instructions in README.md by unkcpz in https://github.com/unkcpz/rsdos/pull/59
* Bump actions/attest-build-provenance from 1 to 2 by dependabot in https://github.com/unkcpz/rsdos/pull/53
* Bump tempfile from 3.10.1 to 3.15.0 by dependabot in https://github.com/unkcpz/rsdos/pull/54
* fix Pack hash compute from raw data not compressed data by unkcpz in https://github.com/unkcpz/rsdos/pull/60
* Add to pack indepdently by first to sandbox by unkcpz in https://github.com/unkcpz/rsdos/pull/62
* Use TryFrom to convert L/P object to bytes by unkcpz in https://github.com/unkcpz/rsdos/pull/64
* Support py3.9 since anyway uses abi3-py39 by unkcpz in https://github.com/unkcpz/rsdos/pull/65
**Full Changelog**: https://github.com/unkcpz/rsdos/compare/0.1.0...v0.2.0
nightly