Ultima release di sviluppo (CICD):

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.

I più recenti pacchetti di modifiche uniti in questa release sono:

Se cercate una serie di build meno " a rischio", prendete in considerazione la pagina Current Release.

Questa pacchetto di installazione di Subsurface per Windows non è firmato e probabilmente Windows ti chiederà di confermare la sua installazione.
Il DMG di Subsurface per macOS non è firmato. macOS vi obbligherà a eseguire alcuni passaggi extra prima di poter installare o eseguire questo programma. È possibile semplificare il processo facendo clic con il pulsante control (o con due dita) sull'eseguibile e selezionando di aprirlo.

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.

Una breve spiegazione del concetto di "side-loading" può essere trovata in questo articolo di androidcentral.

iOS è l'unica piattaforma in cui non è possibile effettuare il side-loading o l'installazione di binari non firmati (a quanto pare questo potrebbe cambiare per gli utenti dell'Unione Europea, ma non altrove). Di conseguenza, non possiamo rendere disponibili qui le nuove versioni di Subsurface-mobile per iOS. Cerchiamo di inviare molte di queste build al nostro account pubblico TestFlight. Se volete essere sempre all'avanguardia, potete iscrivervi al TestFlight di Subsurface-mobile.

Linux

La comunità di Subsurface fornisce pacchetti per Ubuntu e Fedora, pacchetti per Snap e un generico "AppImage" che dovrebbe funzionare su molte delle altre distribuzioni Linux x86_64.

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 e distribuzioni compatibili

Per usare i pacchetti binari su Ubuntu aggiungi semplicemente si PPA delle release giornaliere di Subsurface al tuo sistema:

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

e dopo installa Subsurface con sudo apt install subsurface

Fedora

Per installare i binari si Subsurface generati dalla CICD su Fedora esegui semplicemente

sudo dnf copr enable dirkhh/Subsurface-test

e dopo installa Subsurface con dnf install subsurface

Altre distribuzioni Linux x86_64

Il canale Snap 'edge' contiene la nostra ultima versione.
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.