PunktfunkPunktfunk

Install the Host

Pick the system you stream from. Each guide is one page with the install command, the groups to join, and how to start the host.

Install the host on the PC you stream from. Pick your system:

Streaming to a device instead? That's a client: Install a Client.

Guided install (preview)

On Linux, one command does what the pages above walk you through. It detects your distro, adds the repo, installs the host, joins the groups, opens the firewall if you run one, starts the host and the console, and tells you how to pair:

curl -fsSL https://punktfunk.unom.io/install.sh | sh

To read what runs first:

curl -fsSLO https://punktfunk.unom.io/install.shless install.shsh install.sh

The script downloads the punktfunk-setup installer for your architecture (x86_64 or aarch64), checks its sha256 and runs it. In a terminal it shows one screen with every choice filled in: press Enter to install, or edit a row. It then asks for a console password and where the console should listen. Without a terminal it takes the defaults.

It covers Ubuntu, Debian, Fedora, Arch and its derivatives, Bazzite / Fedora Atomic and SteamOS. On SteamOS it hands over to the on-device build. For NixOS and Windows it points you to their pages. It doesn't install GPU drivers: it warns when an NVIDIA GPU has no working driver. When Sunshine, Apollo or Vibeshine is running, it moves the management API off their port. Re-running it is safe.

Pass flags after sh -s -- at the end of the one-liner, for example … | sh -s -- --yes. Each option also has an environment twin (1 or 0 for on/off options). --help lists them all.

FlagEnvironmentWhat it does
-y, --yesPUNKTFUNK_INSTALL_YES=1No questions: take every default
--host, --clientWhat to install (default: host). --client alone installs only the client, as a Flatpak where your distro has no Punktfunk repo
--channel stable|canaryPUNKTFUNK_INSTALL_CHANNELPackage channel. On an installed box this switches channel; without it the box keeps its current one (Release Channels)
--gamestream / --no-gamestreamPUNKTFUNK_INSTALL_GAMESTREAMMoonlight compatibility (default off)
--clipboard / --no-clipboardPUNKTFUNK_INSTALL_CLIPBOARDShared clipboard (default on)
--punktfunk-group / --no-punktfunk-groupPUNKTFUNK_INSTALL_PUNKTFUNK_GROUPJoin the punktfunk group for the virtual Steam Deck controller (default on)
--linger / --no-lingerPUNKTFUNK_INSTALL_LINGERStart at boot with nobody logged in (default on for Bazzite, Nobara, Game Mode boxes and runs without a graphical session)
--console-cert / --no-console-certPUNKTFUNK_INSTALL_CONSOLE_CERTTrust the console's certificate in this box's browser (default on when a desktop is installed)
--web-bind lan|localhost|ADDRPUNKTFUNK_INSTALL_WEB_BINDWhere the console listens (default lan). Written to host.env as PUNKTFUNK_UI_BIND
--mgmt-port NPUNKTFUNK_INSTALL_MGMT_PORTWhere the management API moves when Sunshine or Apollo holds 47990 (default 47991)
--omarchy-setup / --no-omarchy-setupPUNKTFUNK_INSTALL_OMARCHY_SETUPRun punktfunk-omarchy setup on Omarchy (default on). --no-omarchy-setup also turns off the three rows below
--omarchy-toasts, --omarchy-idle, --omarchy-theme (and --no-…)PUNKTFUNK_INSTALL_OMARCHY_TOASTS, PUNKTFUNK_INSTALL_OMARCHY_IDLE, PUNKTFUNK_INSTALL_OMARCHY_THEMEOmarchy pairing and stream toasts, keep the screen awake while streaming, console follows the Omarchy theme
--no-startInstall and configure, but don't start the services
--dry-runPUNKTFUNK_INSTALL_DRY_RUN=1Print every command, change nothing
--demo PRESETWalk the whole flow against a canned machine, change nothing
--uninstallStop the services and remove the packages and repo. Your config stays
-v, --verboseEcho every command instead of one progress line

Good to know

  • Read Security & Safe Use once. A streaming host is remote control of the machine.
  • Sunshine, Apollo or Vibeshine installed? They can run side by side with one port moved: Switching from Sunshine. punktfunk-host detect-conflicts lists what it finds.
  • Three packages. punktfunk-host is the host, punktfunk-web the browser console, punktfunk-scripting the plugin runner that fills your game library. Every install line names all three, so a package manager that skips recommended packages still installs the console you pair with.
  • Stable by default. Every guide uses the stable channel. The latest main build is canary.
  • Updating and removing: Updating the Host, Uninstall.
  • No package for your system? Build from source.

On this page