[FEATURE] Linux version
The app only has an exe, and I've struggled to get it to work with wine or proton.
You can install rust on linux and compile then run the application with cargo run --release. It's tested to work on ubuntu and arch already, and should work on other linux distros as well
I was having problems getting it installed on an ubuntu derived distro. I stumbled across a post on stack overflow about installing the -dev version of the packages to allow you to compile. I just did that for all errors that were displayed during install. I did a cargo clean after each failed install, but I'm not sure that was needed.
and I've struggled to get it to work with wine or proton.
Tauri uses Edge WebView2 on Windows (which Wine barely supports) so I understand your troubles
I think this is resolved -- https://github.com/louis-e/arnis/releases/download/v2.1.3/arnis is a Linux build.