App Outlet is a Universal application store inspired on the Linux App Store online service. It easily allows you to search and download [W.I.P] applications that runs on most Linux distributions. It currently works with AppImages, Flatpaks and Snaps.
You can get App Outlet by clicking on the following options:
You can also get the unpacked version here:
If your distro doesn't support the available packages you can dowload and compile the source code following the instructions below.
- Diolinux (in portuguese)
- OMGUbuntu (in english)
- edivaldobrito (in portuguese)
- funkyspacemonkey (in english)
You can run or build App Outlet by yourself. You can build in Linux, Windows or Mac OS but the software install features will work only in linux systems.
You will need the following tools:
git clone https://github.com/app-outlet/app-outlet.git
cd app-outlet
npm install
npm run start
npm run electron:linux
This command will generate:
- An AppImage file
- An .deb file
- An .snap file
- A folder
linux-unpacked
folder with the unpacked app
PS: In the future we also will have a Flatpak version
PPS: You can run/build for Windows or MacOS too. But the installing app features will probably not work
- Icon made by martz90 from deviantart.com
- Initial project started using angular-electron boilerplate