-
Notifications
You must be signed in to change notification settings - Fork 19
Installation
First download the .exe file from the release page e.g. "Rewind-Setup-0.1.0.exe"
Windows might show you some security warnings about the execution file since it is not verified with a code certificate (they cost hundreds of dollars). Just click on "More Info" -> "Run anyway" to run the installation.
If for some reason the installation fails, try running the executable as admin.
There is an AUR package maintained by Malteser.
You can use an AUR helper (e.g. yay
) to ease the installation process.
First download the AppImage file e.g. "Rewind-0.1.0.AppImage" from the release page
Then you need to give the file execution permissions:
chmod u+x Rewind-0.1.0.AppImage
You can then start it with:
./Rewind-0.1.0.AppImage
Not officially supported, but you can build it from source. Many things such as keyboard shortcuts or title bar won't work as expected.