v1.0.0
Made with ❤️ for 🐧
Modren is a modern store for Linux. It includes support for snaps, flatpaks from Flathub, APT packages and DEBs.
Download
·
Report Bug
·
Request Feature
Modren is a modern take on stores like GNOME Software and KDE Discover, which includes support for APT packages, Snaps, Flatpaks from Flathub and DEB files out-of-the-box. It currently only supports Debian-based distributions like Ubuntu, but I'll be adding support for other distros like Fedora and Arch too. I'll also be adding support for makedeb packages. Unlike the other stores, modren does not index the different databases. Instead, you can directly add/publish apps to the store, making it a way for Linux developers to easily publish their apps and make them available for everyone to use.
Do star this repository if you like the idea of Modren! ⭐
Name of store | Differences |
---|---|
GNOME Software | Modren uses Electron unlike GNOME Software, which uses GTK; Modren is much lighter (GNOME Software takes up more than 300MBs res just when launched, while Modren takes up around 100MBs when being used); It has a much easier way to publish apps from inside the store itself, while GNOME Software requires you to get your app added to a repository |
KDE Discover | similar to GNOME Software |
deb-get | Modren has a GUI; deb-get supports only debs; app publishing is similar in both but you can directly publish apps from inside the Modren UI, while deb-get requires you to create a pull request in GitHub to create a function for the app in the main script |
- APT packages
- Snaps
- Flatpaks from Flathub
- DEB package files
- Ubuntu
- Debian-based distros
- Support for different backends.
- Support for installation of packages.
- Support for removal of packages.
- Package as AppImage.
- Add support for Arch.
- Add MPR package support.
- Add support for Fedora.
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork this repository
- Create a feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a pull request
Distributed under the GPL-3.0 License. See LICENSE
for more information.