Shell
The compositor, control tools, secure space, widgets, snapshots, automation, and the shell foundation.
Install
Valkyrie now ships as one release payload. One download, one installer, one system.
The compositor, control tools, secure space, widgets, snapshots, automation, and the shell foundation.
Phone interoperability, remote stack, pulse, media, mail, webwatch, halo, ipwatch, VPN tooling, and supporting daemons.
Mimir, Glimpse, Gather, FileMan, Sticky Board, Waypad, Refuge Web, Conduit, and the rest of the first-party surface layer.
Version: loading...
Run the installer as your normal user. It will request sudo only when it needs to place system files in /usr or /opt.
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
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.
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