A Modern UX for Ilias which supports file synchronisation.
- Responsive and modern frontend.
- Synchronize all files to the local filesystem for easier access and usability.
- Dark theme by default.
The easiest way to install BetterIlias is to download it from the releases.
You can start the development process with:
cargo tauri dev
or
RUST_LOG="info" cargo tauri dev
to show logs.
Build the project using
cargo tauri build