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: