From ebdd03e302ac852e12f4b7fc9e30a18739cb5f22 Mon Sep 17 00:00:00 2001 From: Ricardo Rivera Date: Sat, 23 May 2026 04:08:48 -0400 Subject: [PATCH] Document Linux/Wayland AppImage launch-crash workaround in README (#2465) Co-authored-by: Claude Opus 4.7 (1M context) Co-authored-by: Steven Enamakel <31011319+senamakel@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1feed7ac3..cc8fd6580 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ curl -fsSL https://raw.githubusercontent.com/tinyhumansai/openhuman/main/scripts irm https://raw.githubusercontent.com/tinyhumansai/openhuman/main/scripts/install.ps1 | iex ``` +> **Linux:** the AppImage can crash on launch under Wayland (and on Arch-based distros with `sharun: Interpreter not found!`) — see [#2463](https://github.com/tinyhumansai/openhuman/issues/2463) for the cause and env-var workarounds. Arch Linux package maintainers can use the [`openhuman-bin` AUR recipe](./packages/arch/openhuman-bin/); once published, Arch users can install it with `yay -S openhuman-bin`.