Dernière version de développement (CICD) : 6.0.5445

2025-09-25

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.

Les dernieres modifications prise en compte dans cette version sont :

  • Documentation: Fix Makefile again.
  • Planner: Clarify Gas Notes.
  • Documentation: Fix the Makefile
  • CICD: Fix Building of the Documentation.
  • Documentation: Update the version in the documentation.

Si vous recherchez une version un peu moins "à la pointe de la technologie", veuillez considérer la Page de la version actuelle.

Ce programme d'installation de Subsurface pour Windows n'est pas signé et Windows vous demandera probablement de confirmer que vous souhaitez installer ce programme.
Le DMG Subsurface pour macOS n'est pas signé. macOS vous forcera à passer par des étapes supplémentaires avant de pouvoir installer ou exécuter ce programme. Vous pouvez simplifier le processus en faisant Control-Click (ou en cliquant avec deux doigts) sur l'exécutable et en sélectionnant l'option pour l'ouvrir.

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.

Une brève explication du concept de Side-Loading (Installation Manuelle) peut être trouvée dans cet article AndroidCentral.

iOS est actuellement la seule plate-forme sur laquelle le Side-Loading, ou l'installation de fichiers binaires non signés, est impossible (apparemment, cela pourrait changer pour les utilisateurs de l'UE, mais pas ailleurs). Par conséquent, nous ne pouvons pas proposer ici de nouvelles versions de Subsurface-mobile pour iOS. Nous essayons d'envoyer de nombreuses versions sur notre compte publique TestFlight. Si vous souhaitez être à la pointe, vous pouvez vous inscrire pour le TestFlight Subsurface-mobile.

Linux

L'équipe Subsurface fournit des packages de distribution pour Ubuntu et Fedora. Elle propose également un "Snap" et une "AppImage" générique qui devraient fonctionner sur la plupart des autres distributions 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 et autres distributions compatibles

Pour utiliser ces binaires sous Ubuntu, il suffit d'ajouter le PPA Subsurface Daily Release à votre système.

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

et puis installez Subsurface avec la commande sudo apt install subsurface

Fedora

Pour installer les binaires Subsurface CICD sur Fedora, il suffit d'exécuter la commande suivante

sudo dnf copr enable dirkhh/Subsurface-test

et ensuite installez Subsurface avec dnf install subsurface

Autres distributions Linux x86_64

Le canal Snap 'edge' contient notre dernière version.
A generic AppImage is available. After you download this file, make it executable chmod +x Subsurface-6.0.5445-CICD-release.AppImage, and then simply run this file.