Última Publicación de Desarrollo (CICD): 6.0.5454

2025-10-04

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.

Los últimos cambios introducidos en esta publicación son:

  • Tests: Add UDDF Import Test.
  • Desktop: Improve the export UI.
  • Convert tankvolume when importing/exporting UDDF
  • Show dive information in profile export
  • Mobile: Remove Disclaimer from the Planner.

Si estás buscando algo que sea menos "de última hora", por favor, considera la página Versión Actual.

Este instalador de Subsurface para Windows no está firmado, así que Windows probablemente te pida que confirmes que quieres instalar el programa.
El DMG para MacOS de Subsurface no está firmado. MacOS te obligará a hacer unos pasos extra antes de que puedas instalar o ejecutar este programa. Puedes simplificar el proceso haciendo control-clic (o clic con dos dedos) en el ejecutable para abrirlo.

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 explicación resumida del concepto de "descarga" (side-loading en inglés) se puede encontrar en este artículo de androidcentral.

iOS es la única plataforma, en estos momentos, donde en general descargar o instalar binarios sin firmar es imposible (aparentemente esto puede cambiar para los usuarios en la UE, pero no en el resto del mundo). Como consecuencia no podemos ofrecer aquí nuevas versiones de Subsurface-mobile para iOs. Intentamos enviar muchas de estas compilaciones a nuestra cuenta pública de TestFlight. Si te gusta estar al filo, puedes inscribirte en Subsurface-mobile TestFlight.

Linux

El equipo de Subsurface proporciona paquetes para Ubuntu y Fedora, así como un Snap y una "AppImage" genérica que debería funcionar en la mayoría del resto de distribuciones de Linux para 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 y distribuciones compatibles

Para usar estos binarios en Ubuntu, simplemente añade la PPA de versiones diarias de Subsurface a tu sistema:

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

y entonces instala Subsurface con sudo apt install subsurface

Fedora

Para instalar los binarios CICD de Subsurface en Fedora, simplemente ejecuta

sudo dnf copr enable dirkhh/Subsurface-test

y luego instala Subsurface con dnf install subsurface

Otras distribuciones de Linux x86_64

El canal de Snap 'edge' contiene nuestra Última Versión.
A generic AppImage is available. After you download this file, make it executable chmod +x Subsurface-6.0.5454-CICD-release.AppImage, and then simply run this file.