RudraSwat / modren

A modern store for Linux users

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Logo Banner

v1.0.0

Made with ❤️ for 🐧

Contributors Forks Stargazers Issues MIT License

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 Screenshot

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! ⭐

(back to top)

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

(back to top)

Supported backends

  • APT packages
  • Snaps
  • Flatpaks from Flathub
  • DEB package files

(back to top)

Dependencies

(back to top)

Supported environments

  • Ubuntu
  • Debian-based distros

(back to top)

Roadmap

  • 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).

(back to top)

Contributing

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!

  1. Fork this repository
  2. Create a feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a pull request

(back to top)

License

Distributed under the GPL-3.0 License. See LICENSE for more information.

(back to top)

About

A modern store for Linux users

License:GNU General Public License v3.0


Languages

Language:JavaScript 61.7%Language:HTML 29.6%Language:Python 8.7%