mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2026-03-02 22:57:05 -05:00
[FEAT] Include install flag options in EXE installer for CLI install #2555
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#2555
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 @johnwoodling on GitHub (Jun 10, 2025).
When installing the executable from the command line there are currently no options available.
exposing any required install parameters and some functional parameters would be helpful. Aligning these to Microsoft MSI flags would make the most sense for the windows installer.
some ideas:
/? - brings up installer options in a window
/l - for a log file on the install
/qn - quiet install
/x - triggers uninstall
/i - triggers install
/ju - triggers user install
/jm - triggers systemwide install
reference: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/msiexec
@effix1983 commented on GitHub (Jul 2, 2025):
this would be very useful in enterprise environment if the api key for the llm provide could be set during install and locked so the user couldnt change it.