Current "Weekly" Release: 6.0.5276
2024-10-23
The releases on this page are what we consider the current release builds of Subsurface.
We expect these builds to be reasonably stable and somewhat tested, and as the name suggests try to update them about once a week (the actual frequency may vary).
If you are looking for more "bleeding edge" releases builds, please check out the Latest Release Page.
The Subsurface Android APK can be side-loaded on most Android devices. 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.
A brief explanation of the concept of side-loading can be found in this androidcentral article.
Linux
The Subsurface team is providing distribution packages for Ubuntu and Fedora as well as a Snap and a generic "AppImage" that should work on most other x86_64 Linux distributions.
Ubuntu and compatible distros
To use these binaries in Ubuntu, simply add the Subsurface Daily Release PPA to your system:
sudo add-apt-repository ppa:subsurface/subsurface-daily; sudo apt update
and then install Subsurface with sudo apt install subsurface
Fedora
To install the Subsurface CICD binaries on Fedora simply run
sudo dnf copr enable dirkhh/Subsurface-test
and then install Subsurface with dnf install subsurface
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.
Other x86_64 Linux distributions
chmod +x Subsurface-6.0.5276-CICD-release.AppImage
, and then simply run this file.