Skip to content

[BUG] Linux AppImage hangs at ~80% on first launch (EROFS on read-only mount) #1743

Description

@leeknights13-ctrl

Summary

On first launch the Linux AppImage (v0.0.91 and v1.0.1) hangs at ~80%. It appears to patch its bundled Python venv inside the read-only AppImage mount, which fails on the read-only filesystem (EROFS).

Environment

  • Eigent v1.0.1 (and v0.0.91) Linux AppImage
  • OS: Pop!_OS 24.04 (COSMIC / Wayland)

Workaround that works

Extract and run unpacked:
./Eigent-1.0.1.AppImage --appimage-extract then run squashfs-root/AppRun.
Running extracted also disables the in-app updater (APPIMAGE env is unset when unpacked), so this isn't a clean long-term fix.

Expected

The AppImage launches directly — the first-run venv patch should target a writable location (e.g. $HOME/.cache or a tmp dir), not the read-only mount.

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions