arnis icon indicating copy to clipboard operation
arnis copied to clipboard

[FEATURE] Linux version

Open boomtox opened this issue 1 year ago • 4 comments

The app only has an exe, and I've struggled to get it to work with wine or proton.

boomtox avatar Jan 05 '25 21:01 boomtox

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

h4sh5 avatar Jan 05 '25 22:01 h4sh5

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.

mattdough avatar Jan 06 '25 00:01 mattdough

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

TheComputerGuy96 avatar Jan 06 '25 16:01 TheComputerGuy96

I think this is resolved -- https://github.com/louis-e/arnis/releases/download/v2.1.3/arnis is a Linux build.

mattdm avatar Jan 12 '25 18:01 mattdm