Reiter is a simple GUI for Pferd.
You can either grab one of the executables from the latest release, or you can build Reiter yourself by following the instructions below.
To compile Reiter, you first need to install Bun
and uv
.
Then you need to setup Tauri and the Rust toolchain by following the instructions provided on the Tauri website.
Now you need to build the Sattel git submodule in this repository by executing the build_sattel.sh
script.
After running bun install
, you can now run Reiter in development mode by executing the run.sh
script or using bun run tauri dev
.