[GH-ISSUE #1288] [BUG]: Won't launch on OS's that use libfuse3 #810

Closed
opened 2026-02-22 18:21:29 -05:00 by yindo · 1 comment
Owner

Originally created by @genefyx on GitHub (May 5, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1288

How are you running AnythingLLM?

AnythingLLM desktop app

What happened?

dlopen(): error loading libfuse.so.2

AppImages require FUSE to run.
You might still be able to extract the contents of this AppImage
if you run it with the --appimage-extract option.
See https://github.com/AppImage/AppImageKit/wiki/FUSE
for more information

Are there known steps to reproduce?

Currently using Vanilla OS, immutable OS, that that uses the updated libfuse3

Originally created by @genefyx on GitHub (May 5, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1288 ### How are you running AnythingLLM? AnythingLLM desktop app ### What happened? dlopen(): error loading libfuse.so.2 AppImages require FUSE to run. You might still be able to extract the contents of this AppImage if you run it with the --appimage-extract option. See https://github.com/AppImage/AppImageKit/wiki/FUSE for more information ### Are there known steps to reproduce? Currently using Vanilla OS, immutable OS, that that uses the updated libfuse3
yindo added the wontfixpossible bug labels 2026-02-22 18:21:29 -05:00
yindo closed this issue 2026-02-22 18:21:29 -05:00
Author
Owner

@timothycarambat commented on GitHub (May 5, 2024):

https://github.com/AppImage/AppImageKit/issues/1120

Wont be fixing this as it is out of scope. We provide the AppImage as a nice way to hopefully make Linux users lives easier, but that comes with its own issues already. You can use libfuse2 or the docker image to avoid FUSE altogether

@timothycarambat commented on GitHub (May 5, 2024): https://github.com/AppImage/AppImageKit/issues/1120 Wont be fixing this as it is out of scope. We provide the AppImage as a nice way to hopefully make Linux users lives easier, but that comes with its own issues already. You can use libfuse2 or the docker image to avoid FUSE altogether
yindo changed title from [BUG]: Won't launch on OS's that use libfuse3 to [GH-ISSUE #1288] [BUG]: Won't launch on OS's that use libfuse3 2026-06-05 14:37:18 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#810