# B Download And Install Linux ## Snap - Most distributions Install via command-line: ```bash ## stable sudo snap install superproductivity ## edge channel releases sudo snap install --channel=edge superproductivity ## it is also recommended to disable updates to the app while it is running: sudo snap set core experimental.refresh-app-awareness=true ``` [![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/superproductivity) ### Flatpak - Most distributions Must install Flatpak first. See [setup instructions for all distributions](https://flathub.org/setup). Install via command-line: ```bash ## install flatpak install flathub com.super_productivity.SuperProductivity ## run flatpak run com.super_productivity.SuperProductivity ``` [![Get it on Flathub](https://flathub.org/api/badge?locale=en)](https://flathub.org/apps/com.super_productivity.SuperProductivity) ### Aur - Arch Linux ```bash git clone cd superproductivity-bin makepkg -si ``` #### AppImage If you encounter problems, please have a look here: