Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 02 Apr 20:38
· 63 commits to main since this release

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.gz
  • rustdroid-x86_64-unknown-linux-musl.tar.gz.sha256
  • install-snippet.txt

Known Scope

  • Linux-first release.
  • Host runtime is the primary fast path.
  • Visible scrcpy smoke coverage remains opt-in on GUI-capable runners.

Upgrade Notes

  • No previous RustDroid tags exist. This is the first semver release.
  • Run rustdroid doctor and rustdroid self-test after install on a new machine.