Última versão de desenvolvimento (CICD): 6.0.5413

2025-06-29

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:

  • Heinrichs Weikamp: Get the bluetooth Device Recognised for OSTC5.
  • Cleanup: Remove Unused Define 'SUBSURFACE_TESTING'.
  • Fix the purging of the received packets queue
  • Report an error when a BLE packet is too large.
  • Manual: fix compilation against Qt5 WebEngine

Se procura versões mais estáveis, por favor considere Página da versão actual.

Este ficheiro de instalação para Windows não está assinado e o Windows irá provavelmente pedir-lhe para confirmar a instalação deste programa.
The Subsurface macOS DMG is not signed. macOS will force you through a few extra steps before you can install or run this program. You can simplify the process by control-clicking (or two-finger-clicking) on the executable and selecting to open it.

A versão Android do Subsurface pode ser instalada na maioria dos dispositivos Android. Se instalou anteriormente a versão Subsurface-mobile da Play store do Google, a primeira vez que mudar para esta versão, terá que desinstalar a versão da Play store. Assegure-se que os seus registos de mergulho estão sincronizados com o armazenamento remoto da Subsurface Cloud. Após a instalação desta e depois de entrar na nuvem, os dados serão restaurados. Os upgrades seguintes não requerem a desinstalação da versão anterior.

Uma explicação breve sobre o conceito de side-loading pode ser encontrada neste artigo na Androidcentral.

iOS is the only platform right now where in general side-loading or installing unsigned binaries is impossible (apparently that may change for users in the EU, but not elsewhere). As a result we cannot make new versions of Subsurface-mobile for iOS available here. We try to push many of these builds into our public TestFlight account. If you like to be on the bleeding edge, you can sign up for the Subsurface-mobile TestFlight.

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 e distribuições compatíveis

Para usar estes binários no Ubuntu, basta adicionar o PPA do Subsurface Daily Release ao seu sistema:

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

e depois instalar o Subsurface com sudo apt install subsurface

Fedora

Para instalar os binários CICD do Subsurface no Fedora basta correr

sudo dnf copr enable dirkhh/Subsurface-test

e depois instalar o Subsurface com dnf install subsurface

Outras distribuições Linux x86_64 

The 'edge' Snap-channel contains our latest build.
A generic AppImage is available. After you download this file, make it executable chmod +x Subsurface-6.0.5413-CICD-release.AppImage, and then simply run this file.