This is a command line utility written in rust for installing appimages as system wide applications for seamless integration with desktop environments.
You can install appimage installer by either downloading the precompiled binary from github releases or building it from source yourself.
Follow these instructions to download and install the precompiled binary.
- Download the latest release:
wget https://github.com/haileyydev/appimage-installer/releases/latest/download/appimage-installer - Make it executable:
sudo chmod +x appimage-installer - Install it system wide:
sudo cp appimage-installer /usr/local/bin
Follow this guide to build the app from source
- git
- cargo
- Download the latest release:
git clone https://github.com/haileyydev/appimage-installer.git - Enter the directory:
cd appimage-installer - Compile the project:
cargo build --release - Install it system wide:
sudo cp target/release/appimage-installer /usr/local/bin
Use this command to install an appimage:
sudo appimage-installer app.AppImage