Versión "Semanal" Actual: 6.0.5436
2025-09-16
Las publicaciones en esta página son lo que consideramos las compilaciones de versiones actualizadas de Subsurface.
Esperamos que estas compilaciones sean razonablemente estables, estén probadas hasta cierto punto y, como el nombre sugiere, intentaremos actualizarlas una vez por semana (la frecuencia real puede variar).
Si estás buscando publicaciones más "de última hora", visita la página Últimas Versiones.
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 current 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.
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
.
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
Arch
To install the Subsurface CICD binaries on Arch Linux you can use the AUR package
https://aur.archlinux.org/packages/subsurface-appimage
which packages the AppImage.
Otras distribuciones de Linux x86_64
chmod +x Subsurface-6.0.5436-CICD-release.AppImage
, and then simply run this file.