Skip to content

[Bug]: AppImage not working on Ubuntu 24.04 LTS #782

@BlueriteSoul

Description

@BlueriteSoul

Quick Check ✨

  • I've taken a look at existing issues and discussions
  • I've checked the hardware requirements in the docs
  • This issue relates to GAIA UI (Open-WebUI)

Which version of GAIA are you using?

0.17.2

Details to help us reproduce the issue

Steps to reproduce

Download and run AppImage:

chmod +x gaia-agent-ui-.AppImage
./gaia-agent-ui-
.AppImage --disable-gpu

Observe backend startup:

Starting GAIA Agent UI on http://localhost:4200
Open your browser to http://localhost:4200
App attempts to load embedded UI (Chromium/Electron shell)

UI does not appear / crashes with errors like:

qt.qpa.plugin: Could not find the Qt platform plugin "wayland"
ERROR: ui/gfx/x/connection.cc: Cannot send request of length ...
[appimagelauncher] child exited with code 5

API endpoint returns:

{
"message": "GAIA Agent UI API is running. Frontend not built yet.",
"hint": "Run 'npm run build' in src/gaia/apps/webui/ to build the frontend."
}

My CPU: https://www.amd.com/en/products/processors/laptop/ryzen/200-series/amd-ryzen-7-260.html

What actually happened?

Actual behavior
Backend starts correctly
Web UI is not built or not bundled
Electron/Chromium wrapper fails to render UI
AppImage behaves like a dev backend rather than a packaged application
User is forced to manually open http://localhost:4200

What did you expect to happen?

Expected behavior

The AppImage should:

Launch a working desktop UI out-of-the-box
Not require manual frontend build steps
Not depend on external Node.js build steps or source tree structure
Fall back gracefully to browser mode if embedded UI fails

How did you install GAIA?

Installer

Which mode are you running?

None

What's your CPU?

Other (please specify in comments)

What about your GPU setup?

Integrated GPU (iGPU) only

AMD GPU Driver Version

DRM 3.64, 6.19.11-arch1-1, Mesa 26.0.4-arch1.1, radeonsi, ACO

NPU Driver Version

No response

Lemonade Version (if applicable)

No response

What's your operating system?

Arch Linux (fully updated)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions