Bootstrapper for pekora.rip. Rewritten to be faster and less buggy, along with providing more debugging information for any bugs that may arise.
Download the latest version of the bootstrapper from releases. These binaries are compiled directly from source through Github Actions, and so are verifiably built from the code on this repository.
If you'd like, you can compile the bootstrapper yourself.
- Get the Rust toolchain (https://rustup.rs/).
- On the root of the source, execute
cargo build --release. The binary will now be located intarget/release/pekora-bootstrapper.exe. You may also runcargo run --releaseto automatically install Pekora from this source.