The one-command install stops hiding on the hub page #433
@@ -7,6 +7,14 @@ For **Arch Linux** and Arch-based distros (CachyOS, EndeavourOS, …). The host
|
||||
binary repo and updates with `pacman -Syu` like everything else. SteamOS is different — it has
|
||||
[its own page](/docs/steamos-host).
|
||||
|
||||
**One command instead?** The [guided installer](/docs/install#guided-install-preview) (preview) does
|
||||
everything on this page — it detects the distro, installs the host, joins the groups, opens the
|
||||
firewall and starts it:
|
||||
|
||||
<Installer />
|
||||
|
||||
The steps below are the same thing by hand, and stay the documented path.
|
||||
|
||||
## 1. GPU driver
|
||||
|
||||
- **NVIDIA:** `sudo pacman -S --needed nvidia-utils` (NVENC and the zero-copy path; Arch's `ffmpeg`
|
||||
|
||||
@@ -8,6 +8,14 @@ Plasma — so this is the most appliance-like setup. One host streams **both** o
|
||||
Steam **Gaming Mode** and the **KDE desktop**, and follows the box when you switch, even mid-stream.
|
||||
Nothing in the config picks a mode.
|
||||
|
||||
**One command instead?** The [guided installer](/docs/install#guided-install-preview) (preview) does
|
||||
everything on this page — it detects the distro, installs the host, joins the groups, opens the
|
||||
firewall and starts it:
|
||||
|
||||
<Installer />
|
||||
|
||||
The steps below are the same thing by hand, and stay the documented path.
|
||||
|
||||
## 1. Install the host
|
||||
|
||||
The host installs as a **systemd system extension** — it overlays `/usr` from
|
||||
|
||||
@@ -10,6 +10,14 @@ package needs 2.39) — [build from source](/docs/build-from-source) there, or u
|
||||
> KDE (KWin 6.3) is below the floor, and a Cinnamon desktop (Linux Mint, LMDE) can only host through
|
||||
> gamescope. [What each desktop can do, and what Linux Mint 22 can't](/docs/requirements#cinnamon-linux-mint-and-lmde).
|
||||
|
||||
**One command instead?** The [guided installer](/docs/install#guided-install-preview) (preview) does
|
||||
everything on this page — it detects the distro, installs the host, joins the groups, opens the
|
||||
firewall and starts it:
|
||||
|
||||
<Installer />
|
||||
|
||||
The steps below are the same thing by hand, and stay the documented path.
|
||||
|
||||
## 1. GPU driver
|
||||
|
||||
- **NVIDIA:** the driver lives in `non-free`, which a default install doesn't enable. Enable it,
|
||||
|
||||
@@ -6,6 +6,14 @@ description: Install the Punktfunk host on Fedora 43 or newer from the RPM repo
|
||||
For **Fedora 43 or newer** (Workstation or KDE). Bazzite and other Fedora Atomic spins have
|
||||
[their own page](/docs/bazzite).
|
||||
|
||||
**One command instead?** The [guided installer](/docs/install#guided-install-preview) (preview) does
|
||||
everything on this page — it detects the distro, installs the host, joins the groups, opens the
|
||||
firewall and starts it:
|
||||
|
||||
<Installer />
|
||||
|
||||
The steps below are the same thing by hand, and stay the documented path.
|
||||
|
||||
## 1. GPU driver
|
||||
|
||||
- **NVIDIA:** the driver and an NVENC-capable FFmpeg both come from **RPM Fusion** — Fedora's own
|
||||
|
||||
@@ -13,6 +13,7 @@ repositories on Linux and from a signed installer on Windows — pick your syste
|
||||
<Card title="Debian 13+ (and LMDE)" href="/docs/debian" description="The same apt repo as Ubuntu." />
|
||||
<Card title="Fedora 43+" href="/docs/fedora" description="dnf — add the RPM repo, then one dnf install for host, console and plugin runner." />
|
||||
<Card title="Arch / CachyOS" href="/docs/arch" description="pacman — a signed binary repo, then one full -Syu for all three packages." />
|
||||
<Card title="Omarchy" href="/docs/omarchy" description="The Arch repo, plus one setup command for ufw, autostart and the app menu." />
|
||||
<Card title="Bazzite / Fedora Atomic" href="/docs/bazzite" description="A systemd sysext — no layering, no reboot." />
|
||||
<Card title="SteamOS (Steam Deck as host)" href="/docs/steamos-host" description="One script, built on-device." />
|
||||
<Card title="NixOS" href="/docs/nixos" description="A flake input and a NixOS module, with a binary cache." />
|
||||
|
||||
@@ -14,6 +14,14 @@ Omarchy already ships Sunshine as an installable service and preinstalls moonlig
|
||||
box](#sunshine-on-the-same-box) before you turn anything on.
|
||||
</Callout>
|
||||
|
||||
**One command instead?** The [guided installer](/docs/install#guided-install-preview) (preview) does
|
||||
everything on this page — it detects the distro, installs the host, joins the groups, opens the
|
||||
firewall and starts it:
|
||||
|
||||
<Installer />
|
||||
|
||||
The steps below are the same thing by hand, and stay the documented path.
|
||||
|
||||
## 1. GPU driver
|
||||
|
||||
Same as Arch:
|
||||
|
||||
@@ -14,7 +14,7 @@ install command, the group to join, and nothing else:
|
||||
|
||||
| Linux | Windows |
|
||||
|---|---|
|
||||
| [Ubuntu](/docs/ubuntu) · [Debian](/docs/debian) · [Fedora](/docs/fedora) · [Arch / CachyOS](/docs/arch) · [Bazzite](/docs/bazzite) · [SteamOS](/docs/steamos-host) · [NixOS](/docs/nixos) | [Windows 11](/docs/windows-host) |
|
||||
| [Ubuntu](/docs/ubuntu) · [Debian](/docs/debian) · [Fedora](/docs/fedora) · [Arch / CachyOS](/docs/arch) · [Omarchy](/docs/omarchy) · [Bazzite](/docs/bazzite) · [SteamOS](/docs/steamos-host) · [NixOS](/docs/nixos) | [Windows 11](/docs/windows-host) |
|
||||
|
||||
Not sure your machine qualifies? [Requirements](/docs/requirements) is the checklist.
|
||||
|
||||
|
||||
@@ -9,6 +9,14 @@ For **Ubuntu 26.04 or newer**, Desktop or Server, GNOME or KDE.
|
||||
> virtual display, and there is no gamescope for it. Use 26.04.
|
||||
> [Why, in detail](/docs/requirements#the-floor-for-a-working-host).
|
||||
|
||||
**One command instead?** The [guided installer](/docs/install#guided-install-preview) (preview) does
|
||||
everything on this page — it detects the distro, installs the host, joins the groups, opens the
|
||||
firewall and starts it:
|
||||
|
||||
<Installer />
|
||||
|
||||
The steps below are the same thing by hand, and stay the documented path.
|
||||
|
||||
## 1. GPU driver
|
||||
|
||||
- **NVIDIA:** install the recommended driver and its GL/EGL userspace (Wayland needs it), then
|
||||
|
||||
Reference in New Issue
Block a user