mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2026-03-02 22:57:05 -05:00
[FEAT]: Windows Desktop uninstall.exe option to delete all application info #1706
Labels
No labels
Desktop
Docker
Integration Request
Integration Request
OS: Linux
OS: Mobile
OS: Windows
UI/UX
blocked
bug
bug
core-team-only
documentation
duplicate
embed-widget
enhancement
feature request
github_actions
good first issue
investigating
needs info / can't replicate
possible bug
question
stage: specifications
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anything-llm#1706
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @geeklimit on GitHub (Nov 8, 2024).
How are you running AnythingLLM?
AnythingLLM desktop app
What happened?
Uninstaller doesn't clean up (at least) 2 folders that can take up the bulk of the application's disk usage, resulting in GBs of disk space being taken up after uninstall:
The %APPDATA% one is the biggest concern because it is where very large files are stored. (models, mostly)
There is no option to choose to remove these files in the uninstaller.
Are there known steps to reproduce?
No response
@timothycarambat commented on GitHub (Nov 8, 2024):
This is the applications entire storage. Since everything is by default local we persist that directory so between version updates we don't wipe everything away. We can add a custom macro to the uninstaller though to delete the appdata as well - but you will lose all documents, progress, and models. It is dependent on what your storage holds
This is documented as well on https://docs.anythingllm.com/installation-desktop/uninstall#uninstalling-on-windows