[GH-ISSUE #3071] [BUG]: Linux desktop installer gives incorrect path at competion (relative vs absolute path) #1969

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

Originally created by @Neilrw86 on GitHub (Jan 30, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3071

How are you running AnythingLLM?

AnythingLLM desktop app

What happened?

Small bug, but wanted to raise it. When the installer completes it gives "./home/{user}/AnythingLLMDesktop/start"
i.e. >>> AnythingLLMDesktop is ready to run with ./home/neil/AnythingLLMDesktop/start.

The path should be presented as absolute (i.e. /home/[user]) or relative (i.e ~/) , but as it is, this path doesnt work.

Are there known steps to reproduce?

$ curl -fsSL https://cdn.useanything.com/latest/installer.sh | sh

Originally created by @Neilrw86 on GitHub (Jan 30, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3071 ### How are you running AnythingLLM? AnythingLLM desktop app ### What happened? Small bug, but wanted to raise it. When the installer completes it gives "./home/{user}/AnythingLLMDesktop/start" i.e. >>> AnythingLLMDesktop is ready to run with ./home/neil/AnythingLLMDesktop/start. The path should be presented as absolute (i.e. /home/[user]) or relative (i.e ~/) , but as it is, this path doesnt work. ### Are there known steps to reproduce? $ curl -fsSL https://cdn.useanything.com/latest/installer.sh | sh
yindo added the possible bug label 2026-02-22 18:27:28 -05:00
yindo closed this issue 2026-02-22 18:27:28 -05:00
Author
Owner

@timothycarambat commented on GitHub (Jan 30, 2025):

Good catch! https://github.com/Mintplex-Labs/anything-llm/commit/08f90d946e1fd15edcbd1d9c4ca74b9296ac0bd1

@timothycarambat commented on GitHub (Jan 30, 2025): Good catch! https://github.com/Mintplex-Labs/anything-llm/commit/08f90d946e1fd15edcbd1d9c4ca74b9296ac0bd1
yindo changed title from [BUG]: Linux desktop installer gives incorrect path at competion (relative vs absolute path) to [GH-ISSUE #3071] [BUG]: Linux desktop installer gives incorrect path at competion (relative vs absolute path) 2026-06-05 14:43:45 -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#1969