Laatste (CICD) ontwikkelversie:

2025-10-15

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.

De laatste wijzigingen die in deze versie zijn toegevoegd zijn:

Als je op zoek bent naar iets stabielere versie, kijk dan op de Huidige versie pagina.

Dit Subsurface Windows installatieprogramma is niet ondertekend en Windows zal je waarschijnlijk vragen om te bevestigen dat je dit programma wilt installeren.
De Subsurface macOS DMG is niet ondertekend. macOS dwingt je met een paar extra stappen voordat je dit programma kunt installeren of uitvoeren. Je kunt het proces vereenvoudigen door met control (of met twee vingers) te klikken op het uitvoerbare bestand en selecteren om het te openen.

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 latest development 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.

Een korte uitleg van het concept van sideloading is te vinden in dit androidcentral artikel.

iOS is op dit moment het enige platform waar meestal het sideloaden of installeren van niet-ondertekende binaries onmogelijk is (blijkbaar kan dit veranderen voor gebruikers in de EU, maar niet ergens anders). Hierdoor kunnen we hier geen nieuwe versies van Subsurface-mobile voor iOS beschikbaar maken. We proberen veel van deze builds naar onze openbare TestFlight account te pushen. Als je op de hoogte wilt blijven van de laatste ontwikkelingen, kun je aanmelden voor de Subsurface-mobile TestFlight.

Linux

Het Subsurface team levert distributiepakketten voor Ubuntu en Fedora, evenals een Snap en een generieke "AppImage" die op de meeste andere x86_64 Linux distributies zou moeten werken.

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-beta.

Ubuntu en compatibele distributies

Gebruik deze binaries in Ubuntu door eenvoudig de Subsurface Daily Release PPA toe aan je systeem toe te voegen:

sudo add-apt-repository ppa:subsurface/subsurface-daily; sudo apt update

en installeer Subsurface dan met sudo apt install subsurface

Fedora

Om de Subsurface CICD binaries op Fedora te installeren, voer je eenvoudig het volgende uit

sudo dnf copr enable dirkhh/Subsurface-test

en installeer Subsurface dan met dnf install subsurface

Overige x86_64 Linux distributies

Het 'edge' Snap-kanaal bevat onze nieuwste build.
A generic AppImage is available. After you download this file, make it executable chmod +x Subsurface--CICD-release.AppImage, and then simply run this file.