Skip to content

Install

Petteri Kautonen edited this page Aug 27, 2022 · 2 revisions

General

The installation of the software needs some additional work as the software packages are not digitally signed, here are the OS-specific instructions.

Linux install

  1. Download the AppImage from Releases
  2. Make the AppImage executable: chmod +x chmod +x amp.-x86_64.AppImage
  3. Run the application: ./amp.-x86_64.AppImage

Dependencies

You might need to install FUSE: sudo apt install libfuse2

AppImage desktop integration

For desktop integration, install the AppImageLauncher. This enables the icon display, etc. image

This was tested on clean Ubuntu install (Ubuntu 22.04.1 LTS)

Windows install

  1. Download setup_amp.exe installer from Releases

  2. Run the installer, you will be prompted with this warning:

    image

    Select More info

    Select Run anyway

    image

  3. By default select

    • Next >
    • I Agree
    • Next >
    • Install
    • Next >
    • Finish

    image

Dependencies

.NET 6 is required.

Notes

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:

image

Tested with Windows 11 Pro, OS build 21996.1, Windows Feature Experience Pack 321.14700.0.3

macOS install

  1. Download the amp.zip zip package from Releases

  2. Extract the zip package. You might get a notification suggesting moving the amp.app to Bin:

    image

    Select Cancel

  3. Run: xattr -c amp\#.app/

  4. Now just start the application, this case it is extracted to desktop:

    image

Dependencies

.NET 6 is required.

This was tested on macOS Catalina Version 10.15.7 (19H15)