Punktfunk herunterladen

Punktfunk besteht aus zwei Hälften: einem Host auf dem Gaming-PC, von dem du streamst, und einem Client auf dem Gerät, auf dem du spielst.

Hol dir eine Client-App

Apple

iPhone · iPad · Apple TV · Mac

Android

Smartphone · Android TV

Linux

Flatpak – ein Befehl, jede Distro

Weitere Installationsoptionen
flatpak install --user https://flatpak.unom.io/io.unom.Punktfunk.flatpakref

Windows

Signiertes MSIX-Paket

Steam Deck

Nativ im Gaming-Modus, über Decky

Community

webOS (LG TV)

Von der Community, als .ipk sideloaden

Host einrichten

Ein Installationsbefehl pro System, direkt aus der Doku. Alles Weitere – GPU-Treiber, Controller-Zugriff, Starten – steht in der einseitigen Anleitung hinter jeder Karte.

Geführte Installation für Linux

Vorschau

Ein Befehl: erkennt deine Distribution, richtet das Repo ein, installiert den Host, verlegt einen Port, falls Sunshine oder Apollo schon da ist, öffnet die Firewall, startet ihn und sagt dir, wie du koppelst. Vor allem Optionalen fragt er nach.

curl -fsSL https://punktfunk.unom.io/install.sh | sh
Was er tut – und wie du ihn vorher liest

Debian 13+ / Ubuntu 26.04+

apt

Anleitung
sudo install -d -m 0755 /etc/apt/keyrings
curl -fsSL https://git.unom.io/api/packages/unom/debian/repository.key | sudo tee /etc/apt/keyrings/punktfunk.asc >/dev/null
echo "deb [signed-by=/etc/apt/keyrings/punktfunk.asc] https://git.unom.io/api/packages/unom/debian stable main" | sudo tee /etc/apt/sources.list.d/punktfunk.list
sudo apt update
sudo apt install punktfunk-host

Arch Linux / CachyOS

pacman

Anleitung
curl -fsS https://git.unom.io/api/packages/unom/arch/repository.key | sudo pacman-key --add -
sudo pacman-key --lsign-key E0CA04465C99C936E0B0C6510A317015A34DDD69
grep -q '^\[punktfunk\]' /etc/pacman.conf || printf '\n[punktfunk]\nServer = https://git.unom.io/api/packages/unom/arch/$repo/$arch\n' | sudo tee -a /etc/pacman.conf >/dev/null
sudo pacman -Syu punktfunk-host

Fedora 43+

dnf

Anleitung
sudo tee /etc/yum.repos.d/punktfunk.repo >/dev/null <<'REPO'
[punktfunk]
name=punktfunk
# fedora-44 on Fedora 44; bazzite on Fedora 43 (a plain Fedora 43 build of the same package)
baseurl=https://git.unom.io/api/packages/unom/rpm/fedora-44
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://git.unom.io/api/packages/unom/rpm/repository.key
       https://git.unom.io/api/packages/unom/generic/punktfunk-keys/1/RPM-GPG-KEY-punktfunk
REPO
sudo dnf install punktfunk

Bazzite / Fedora Atomic

sysext

Anleitung
curl -fsSLO https://git.unom.io/unom/punktfunk/raw/branch/main/packaging/bazzite/punktfunk-sysext.sh
sudo bash punktfunk-sysext.sh install

NixOS

nix

Anleitung
# flake input: inputs.punktfunk.url = "git+https://git.unom.io/unom/punktfunk";
# then: imports = [ punktfunk.nixosModules.default ]; services.punktfunk.host.enable = true;

SteamOS (Steam Deck as host)

script

Anleitung
git clone https://git.unom.io/unom/punktfunk ~/punktfunk
bash ~/punktfunk/scripts/steamdeck/install.sh

Windows 11 (22H2+)

winget

Anleitung
winget source add -n punktfunk https://winget.punktfunk.unom.io -t Microsoft.Rest
winget install unom.PunktfunkHost

Kommst du von Sunshine, Apollo oder Vibeshine?

Sie können neben Punktfunk weiterlaufen, während du es ausprobierst – ein Port ist umzuziehen – und die Anleitung sagt, was beim Umstieg wohin gehört.

Umstiegsanleitung