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.
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
Workaround that works
Extract and run unpacked:
./Eigent-1.0.1.AppImage --appimage-extractthen runsquashfs-root/AppRun.Running extracted also disables the in-app updater (
APPIMAGEenv 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/.cacheor a tmp dir), not the read-only mount.