Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installing

Builds

The latest build can be found in the release tab

Manual build

Manual builds require rust > 1.85.0 and openssl

Manually build with:

git clone https://github.com/RustyNova016/alistral.git
cd ./alistral
# Get the latest stable release (ignore this line for the beta builds)
git checkout $(git describe --tags $(git rev-list --tags --max-count=1))
export SQLX_OFFLINE=true
cargo build --release

Packages:

Currently, no official package is available outside of github. However, you can find community made packages on repology:

Packaging status