2020-05-09 00:20:14 +00:00
# Linux Apps
## Software Applications
- Bitwarden
- Brave Browser
- FileZilla
- Firefox
- Lutris
2020-05-13 21:50:18 +00:00
- NordVPN
2020-05-09 00:20:14 +00:00
- [Plex Media Player ](https://knapsu.eu/plex/ )
- Postman
- Piper
- Proton Bridge
2020-05-13 21:50:18 +00:00
- Proton VPN
2020-05-09 00:20:14 +00:00
- qBittorrent
- Transmission
- Signal
- Standard Notes
- Steam
- Sublime Text
- Synology Drive
- VSCode
- Yubico Authenticator
## Flatpak Applications
- [Bitwarden ](https://flathub.org/apps/details/com.bitwarden.desktop ): `flatpak install flathub com.bitwarden.desktop`
2020-05-09 05:18:53 +00:00
- [Evolution ](https://flathub.org/apps/details/org.gnome.Evolution ): `flatpak install flathub org.gnome.Evolution`
2020-05-09 00:20:14 +00:00
- [FileZilla ](https://flathub.org/apps/details/org.filezillaproject.Filezilla ): `flatpak install flathub org.filezillaproject.Filezilla`
- Plex Media Player: `flatpak install https://knapsu.eu/data/plex/tv.plex.PlexMediaPlayer.flatpakref`
- [Postman ](https://flathub.org/apps/details/com.getpostman.Postman ): `flatpak install flathub com.getpostman.Postman`
- [Piper ](https://flathub.org/apps/details/org.freedesktop.Piper ): `flatpak install flathub org.freedesktop.Piper`
2020-05-09 05:18:53 +00:00
- [Sublime Text ](https://flathub.org/apps/details/com.sublimetext.three ): `flatpak install flathub com.sublimetext.three`
2020-05-09 05:34:16 +00:00
- [Steam ](https://flathub.org/apps/details/com.valvesoftware.Steam ): `flatpak install flathub com.valvesoftware.Steam`
2020-05-09 00:20:14 +00:00
- [qBittorrent ](https://flathub.org/apps/details/org.qbittorrent.qBittorrent ): `flatpak install flathub org.qbittorrent.qBittorrent`
- [Transmission ](https://flathub.org/apps/details/com.transmissionbt.Transmission ): `flatpak install flathub com.transmissionbt.Transmission`
## App Image Applications
2020-05-09 05:23:02 +00:00
- [Plexamp ](https://plexamp.com/#downloads )
- [Standard Notes ](https://standardnotes.org/extensions?downloaded=linux )
- [Yubico Authenticator ](https://www.yubico.com/products/services-software/download/yubico-authenticator/#download_here )
2020-05-09 00:20:14 +00:00
### App Image Instructions
Linux AppImage Instructions:
An AppImage is a self-contained instance of the application. Upon download, please move this file to a more permanent location on your system. You will need to keep this file for as long as you intend to use Standard Notes.
We'll move this file from your downloads to your home directory:
2020-05-13 21:50:18 +00:00
- `mv ~/Downloads/{APP_IMAGE.AppImage} ~/{APP_IMAGE}.AppImage`
- `cd ~`
2020-05-09 00:20:14 +00:00
Now, make the file executable:
2020-05-13 21:50:18 +00:00
- `chmod a+x {APP_IMAGE}.AppImage`
2020-05-09 00:20:14 +00:00
Finally, run the application:
2020-05-13 21:50:18 +00:00
- `./{APP_IMAGE}.AppImage`
2020-05-09 00:20:14 +00:00
If you're prompted to create desktop shortcuts, choose Yes.