Latest Development (CICD) Release: 6.0.5290
2024-11-18
The releases on this page are the latest builds from the Subsurface CICD (Continuous Integration, Continuous Delivery) system. While we don't expect them to be broken very often, they may not have received a lot of testing yet, and may still be buggy.
These installers, and previous versions of them, can also be found on the GitHub 'nightly-builds' Releases Page.
The latest change-sets merged into this release are:
- Import: Add Parsing for Divesoft Freedom+ Format Files.
- Round MOD to lower depths
- CICD: Update the MXE Version Used to Build the Windows Version.
- planner: fix calculations of variations [alternative to #4369]
- Ubuntu: update supported versions
If you are looking for a somewhat less "bleeding edge" set of builds, please consider the Current 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
Other x86_64 Linux distributions
chmod +x Subsurface-6.0.5290-CICD-release.AppImage
, and then simply run this file.