Uusin kehitysversio (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.

Viimeisimmät tähän julkaisuun tehdyt muutokset ovat:

Jos et hae aivan viimeisintä versiota, harkitse Nykyistä versiota.

Tämä Subsurfacen Windows-asennusohjelma ei ole allekirjoitettu ja todennäköisesti Windows pyytää sinua hyväksymään ohjelman asennuksen.
Subsurface macOS DMG:tä ei ole allekirjoitettu. MacOS pakottaa sinut suorittamaan muutaman ylimääräisen vaiheen ennen kuin voit asentaa tai ajaa tämän ohjelman. Voit yksinkertaistaa prosessia napsauttamalla suoritettavaa tiedostoa ohjauspainikkeella (tai kahdella sormella) ja valitsemalla sen avaamisen.

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.

Lyhyt kuvaus sivulatauksesta löytyy esimerkiksi tästä androidcentralin artikkelista.

iOS on tällä hetkellä ainoa käyttöjärjestelmä, jossa sivulataus tai allekirjoittamattomien binäärien asennus on mahdotonta (tämä saattaa muuttua EU-alueella, mutta ei muualla). Tämän vuoksi emme voi tehdä tänne saataville uusia iOS-versioita Subsurfacesta. Yritämme siirtää uudet versiot julkiseen TestFlight-tiliimme. Jos haluat aivan viimeisimmän version, voit kirjautua Subsurfacen mobiiliversion TestFlight-sivustolle.

Linux

Subsurfacen tiimi tarjoaa asennuspaketit Ubuntulle ja Fedoralle. Tarjolla ovat myös Snap-pakettiformaatti ja geneerinen "AppImage", jonka pitäisi toimia suurimmassa osassa muissa x86_64 Linux-distroissa.

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 ja yhteensopivat distrot

Käyttääksesi näitä binäärejä Ubuntussa, lisää Subsurfacen Päivittäin julkaistun version PPA järjestelmääsi:

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

ja sen jälkeen asenna Subsurface sudo apt install subsurface

Fedora

Asentaaksesi Subsurfacen CICD binäärit Fedoralle, anna komento

sudo dnf copr enable dirkhh/Subsurface-test

ja sen jälkeen asenna Subsurface komennolla dnf install subsurface

Muut x86_64 Linux distrot

Snap-kanava, joka sisältää viimeisimmän versiomme.
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.