fastboop¶
fastboop makes it simple to live boot your favourite (supported) mainline Linux distro on your favourite (supported) pocket computer, without modifying the device.
Quickstart¶
fastboop is available as a web app, a desktop app, and a CLI tool.
Web app¶
The quickest way to get started is to visit www.fastboop.win.
Desktop app¶
A desktop app is will be available.
CLI¶
fastboop is not yet widely packaged. You can install it from source if you have a recent Rust toolchain installed:
cargo install fastboop-cli@'>0.0.1-rc'
You can alternatively use cargo-binstall to skip the build:
cargo binstall fastboop-cli@'>0.0.1-rc'
There's also prebuilt binaries made available as part of each release.
Next steps¶
- Read about Device permissions if you encounter "access denied" problems.
- Check the FAQ for common gotchas.