| Auszug |
|---|
|
Nuclos Launcher as a Linux AppImage: libfuse2 prerequisite, execute permission and desktop integration with AppImageLauncher. |
Language: Deutsch · English
Linux AppImage (EN)
Run the Nuclos Launcher on Linux as an AppImage – incl. libfuse2 and optional desktop integration.
| Status |
|---|
| colour | Green |
|---|
| title | Updated: Jul 2026 |
|---|
|
| Status |
|---|
| colour | Grey |
|---|
| title | applies to Nuclos 4.2026.x |
|---|
|
Prerequisite: libfuse2
Current Linux distributions need libfuse2 to load AppImages:
| Codeblock |
|---|
|
sudo apt-get install libfuse2 zlib1g-dev |
Start
With execute permission the launcher starts directly:
| Codeblock |
|---|
|
chmod +x Nuclos_Launcher_*.AppImage |
Desktop integration (optional)
For seamless integration (start menu, auto-updates) we recommend AppImageLauncher:
| Codeblock |
|---|
|
bash -c 'set -e; A=$(dpkg --print-architecture); case "$A" in amd64|arm64) F="appimagelauncher_2.2.0_${A}-bionic.deb";; *) echo "Not supported architecture: $A" >&2; exit 1;; esac; U="https://launchpad.net/appimagelauncher/2.x/v2.2.0/+download/$F"; wget -qO "/tmp/$F" "$U"; sudo apt-get install "/tmp/$F"; rm "/tmp/$F"' |
Related pages
Launcher (DE)
Enable & configure the launcher.
Open →
Installation (DE)
Install Nuclos.
Open →