This is a desktop cross-platform Bible app made with Tauri + Svelte. Download page can be found in the releases page and you can preview it here
If you download the .deb file, you can install it by running
sudo dpkg -i package_name.deb
You need to have npm
/yarn
and rust
installed in order to build the project locally
npm run tauri dev
npm run tauri build