nx-software-center icon indicating copy to clipboard operation
nx-software-center copied to clipboard

NX Software Center. A GUI to install and manage AppImages.

NX Software Center

Nitrux Software Center AppImage Nitrux Software Center Deb License: LGPL v3 Awesome Generic badge Generic badge Generic badge

A graphical front end to manage AppImage applications built using MauiKit.

The AppImages displayed are fetched from:

  • https://www.appimagehub.com/

Screenshots

Screenshot_20210922_003304

Download

The NX Software Center is available as an AppImage. Click the button below to download it or head over to the Releases tab.

appimage-button

Build

Requirements

Debian/Ubuntu

libkf5config-dev
libkf5coreaddons-dev
libkf5i18n-dev
libkf5kio-dev
libkf5notifications-dev
libkf5service-dev
libqt5svg5-dev
libqt5webview5-dev
libqt5xmlpatterns5-dev
libfuse-dev
libappimage-dev
mauikit
mauikit-accounts
mauikit-filebrowsing
qtbase5-dev
qtdeclarative5-dev
qtquickcontrols2-5-dev
qtwebengine5-dev

Compile source

  1. git clone https://github.com/Nitrux/nx-software-center.git
  2. mkdir -p sol/build && cd sol/build
  3. cmake -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_BSYMBOLICFUNCTIONS=OFF -DQUICK_COMPILER=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu ..
  4. make

Install

  1. make install

Issues

If you find problems with the contents of this repository please create an issue.

©2021 Nitrux Latinoamericana S.C.