From 54bda893aaa669720e32b736d4a7189cc91caafc Mon Sep 17 00:00:00 2001 From: distorx Date: Thu, 21 May 2026 15:56:18 -0400 Subject: [PATCH] Document Linux/Wayland AppImage launch-crash workaround in README Add a note to the install section linking #2463, which covers the CEF-prewarm X_ConfigureWindow crash on Wayland and the sharun "Interpreter not found!" loader failure on Arch-based distros, both with env-var workarounds. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f34d7a4c1..07cf35d53 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,8 @@ 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. + # What is OpenHuman? OpenHuman is an open-source agentic assistant designed to integrate with you in your daily life. Each bullet links to the deeper writeup in the [docs](https://tinyhumans.gitbook.io/openhuman/).