Skip to content

Install

brcly edited this page Aug 14, 2026 · 2 revisions

Install

Before the library can help in-game, the host must meet DenuvOwO/LinUwUx CPU requirements (UMIP, and a hypervisor for CPUID faulting on some AMD/Deck systems). Overview: Prerequisites. Full steps: cs.rin.ru.

Prebuilt (recommended)

curl -fsSL https://raw.githubusercontent.com/brcly/linuwux-runtime/main/install.sh | sh
  • Library: ~/.local/lib/liblinuwux.so
  • Wrapper: ~/.local/bin/linuwux

Re-run the same command to update to the latest release (checksum-verified).

From source

git clone https://github.com/brcly/linuwux-runtime.git
cd linuwux-runtime
./build.sh --install

./build.sh alone builds dist/liblinuwux.so. With --install, it also installs into ~/.local and keeps that copy updated on later rebuilds.

Check

linuwux --version
# or
strings ~/.local/lib/liblinuwux.so | grep linuwux

Next

Configure per game — see Launching and Common mistakes.

Clone this wiki locally