v0.1.0
RustDroid v0.1.0
RustDroid v0.1.0 is the first tagged public release of the host-first APK testing loop.
Highlights
- Host-native runtime for fast local APK install, launch, log, and run flows.
- Fixture APK lab plus layered unit, integration, host, and smoke coverage.
- Split CI with fast checks, host validation, and package validation.
- Release archives with checksums and a bundled install snippet.
Install
bash <(curl -fsSL https://raw.githubusercontent.com/OthmaneBlial/rustdroid/main/install.sh)
# Or install this tagged release:
RUSTDROID_VERSION=v0.1.0 bash <(curl -fsSL https://raw.githubusercontent.com/OthmaneBlial/rustdroid/main/install.sh)Included Assets
rustdroid-x86_64-unknown-linux-musl.tar.gzrustdroid-x86_64-unknown-linux-musl.tar.gz.sha256install-snippet.txt
Known Scope
- Linux-first release.
- Host runtime is the primary fast path.
- Visible
scrcpysmoke coverage remains opt-in on GUI-capable runners.
Upgrade Notes
- No previous RustDroid tags exist. This is the first semver release.
- Run
rustdroid doctorandrustdroid self-testafter install on a new machine.