VALKYRIE

Install

Get Valkyrie the easy way.

Valkyrie now ships as one release payload. One download, one installer, one system.

What You’re Installing

Shell

The compositor, control tools, secure space, widgets, snapshots, automation, and the shell foundation.

Services

Phone interoperability, remote stack, pulse, media, mail, webwatch, halo, ipwatch, VPN tooling, and supporting daemons.

Apps

Mimir, Glimpse, Gather, FileMan, Sticky Board, Waypad, Refuge Web, Conduit, and the rest of the first-party surface layer.

Latest Release

Version: loading...

Quick Install

Run the installer as your normal user. It will request sudo only when it needs to place system files in /usr or /opt.

Install Valkyrie

One installer. Full Valkyrie stack.

curl -fsSL https://downloads.valkyrie-wl.org/install-valkyrie.sh -o /tmp/install-valkyrie.sh && chmod +x /tmp/install-valkyrie.sh && /tmp/install-valkyrie.sh
curl -fsSL https://downloads.valkyrie-wl.org/install-valkyrie.sh -o /tmp/install-valkyrie.sh && curl -fsSL https://downloads.valkyrie-wl.org/install-valkyrie.sh.sha256 -o /tmp/install-valkyrie.sh.sha256 && (cd /tmp && sha256sum -c install-valkyrie.sh.sha256) && /tmp/install-valkyrie.sh

Graphical Installer

Want a normal desktop installer instead of a shell flow? Launch the GTK installer on X11 or on an existing Wayland compositor. It downloads the release manifest, shows the full Valkyrie bundle, and uses a graphical privilege prompt for the system extraction step when pkexec is available.

Launch GUI Installer

Downloads the launcher, verifies the installer binary, and opens the graphical installer pointed at the Valkyrie release channel.

Direct binary download is available below. On Linux, browser downloads may drop the executable bit, so if double-click does not launch it, mark it executable first.

curl -fsSL https://downloads.valkyrie-wl.org/run-valkyrie-installer.sh | sh
curl -fsSL https://downloads.valkyrie-wl.org/run-valkyrie-installer.sh -o /tmp/run-valkyrie-installer.sh && curl -fsSL https://downloads.valkyrie-wl.org/run-valkyrie-installer.sh.sha256 -o /tmp/run-valkyrie-installer.sh.sha256 && (cd /tmp && sha256sum -c run-valkyrie-installer.sh.sha256) && sh /tmp/run-valkyrie-installer.sh