[研究]Windows PowerShell線上安裝 LM Studio 0.0.24-1 Service
2026-09-14
https://lmstudio.ai/download?arch=arm64&os=linux
irm https://lmstudio.ai/install.ps1 | iex
|

Windows PowerShell
著作權 (C) Microsoft Corporation. 著作權所有,並保留一切權利。
PS C:\Users\Administrator> cd\
PS C:\> irm https://lmstudio.ai/install.ps1 | iex
Downloading llmster 0.0.24-1 Windows
Installing... (this might take a few moments)
Installing llmster...
(node:7016) ExperimentalWarning: Single executable application is an experimental feature and might change at any time
(Use `llmster --trace-warnings ...` to show where the warning was created)
(node:7016) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
Install completed at C:\Users\Administrator\.lmstudio\llmster\0.0.24-1.
Installation finished successfully! llmster is ready to launch.
To start the daemon, run:
lms daemon up
To add lms to your PATH, either restart your shell or run:
$env:PATH = "C:\Users\Administrator\.lmstudio\bin;$env:PATH"
PS C:\> PS C:\> $env:PATH = "C:\Users\Administrator\.lmstudio\bin;$env:PATH"
PS C:\>
PS C:\> lms daemon up
Waking up LM Studio service...
llmster started (PID: 5824).
PS C:\>
|
(完)
沒有留言:
張貼留言