Aktuelle "wöchentliche" Version: 6.0.5436
2025-09-16
Die Versionen auf dieser Seite sind, was wir als die aktuellen Benutzer-Versionen von Subsurface betrachten.
Wir gehen davon aus, das diese Versionen recht stabil und zumindest grundlegend getestet sind und wie der Name sagt, versuchen wir sie etwa wöchentlich zu aktualisieren. Die tatsächliche Veröffenlichungsfrequenz kann jedoch schwanken.
Wer eher nach dem allerneusten Stand sucht, wird auf der Seite mit den aktuellsten Veröffentlichungen fündig.
The Subsurface Android APK can be side-loaded on most Android devices.
If you would like to get automatic updates, you can use Obtainium. After installing it, click on this link on your device to add the current release version of Subsurface-mobile to Obtainium, and get update notifications when new versions are released.
Note: If you previously had installed Subsurface-mobile from the Google Play store, the first time you switch to a side-loaded app, you'll have to uninstall the Play store version. Make sure your data is synced to the Subsurface Cloud. After you install this APK and log in to the Subsurface Cloud again, the data will be restored. Every subsequent update will not require an uninstall.
Eine Erklärung des Konzepts des Side-Loadings findet sich in diesem Artikel von androidcentral.
Linux
Das Subsurface-Team stellt Pakete für Ubuntu und Fedora sowie ein Snap und ein universelles "AppImage" zur Verfügung, das auf den allermeisten anderen x86_64 Linux-Distributionen funktionieren sollte.
Debian
There is a version of Subsurface for debian that is maintained by a community contributor.
For the initial setup follow the instructions on https://dfx.at/subsurface-debian/, and then install Subsurface with sudo apt install subsurface
.
Ubuntu und dazu kompatible Linux Versionen
In Ubuntu reicht es aus, das Subsurface Daily Release PPA einzufügen:
sudo add-apt-repository ppa:subsurface/subsurface-daily; sudo apt update
und dann Subsurface mittels sudo apt install subsurface
zu installieren.
Fedora
In Fedora reicht es aus, das Subsurface Test Repository einzufügen:
sudo dnf copr enable dirkhh/Subsurface-test
dann kann Subsurface mittels dnf install subsurface
installiert werden.
Arch
To install the Subsurface CICD binaries on Arch Linux you can use the AUR package
https://aur.archlinux.org/packages/subsurface-appimage
which packages the AppImage.
Andere x86_64 Linux Versionen
chmod +x Subsurface-6.0.5436-CICD-release.AppImage
, and then simply run this file.