-
Notifications
You must be signed in to change notification settings - Fork 1
Install
The installation of the software needs some additional work as the software packages are not digitally signed, here are the OS-specific instructions.
- Download the AppImage from Releases
- Make the AppImage executable:
chmod +x chmod +x amp.-x86_64.AppImage - Run the application:
./amp.-x86_64.AppImage
You might need to install FUSE: sudo apt install libfuse2
For desktop integration, install the AppImageLauncher. This enables the icon display, etc.

This was tested on clean Ubuntu install (Ubuntu 22.04.1 LTS)
-
Download
setup_amp.exeinstaller from Releases -
Run the installer, you will be prompted with this warning:

Select More info
Select Run anyway

-
By default select
- Next >
- I Agree
- Next >
- Install
- Next >
- Finish

.NET 6 is required.
No elevated privileges are required for the installation as the installer installs the software only for current user.
Additionally Windows Security needs to be allowed to run the file:

Tested with Windows 11 Pro, OS build 21996.1, Windows Feature Experience Pack 321.14700.0.3
-
Download the
amp.zipzip package from Releases -
Extract the zip package. You might get a notification suggesting moving the
amp.appto Bin:
Select Cancel
-
Run:
xattr -c amp\#.app/ -
Now just start the application, this case it is extracted to desktop:

.NET 6 is required.
This was tested on macOS Catalina Version 10.15.7 (19H15)