@mindstudio-ai/local-model-tunnel 0.5.2 → 0.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ Local tunnel for MindStudio. Use your own locally-running AI models, and edit cu
|
|
|
4
4
|
|
|
5
5
|
## Quick Start
|
|
6
6
|
|
|
7
|
-
### macOS / Linux (
|
|
7
|
+
### macOS / Linux (Standlone Binary)
|
|
8
8
|
|
|
9
9
|
No dependencies required — this downloads a standalone binary:
|
|
10
10
|
|
|
@@ -17,14 +17,18 @@ To update, run the same command again. To uninstall, `rm /usr/local/bin/mindstud
|
|
|
17
17
|
|
|
18
18
|
The app will also prompt you to update automatically when a new version is available.
|
|
19
19
|
|
|
20
|
-
### Windows
|
|
20
|
+
### Windows (PowerShell)
|
|
21
|
+
|
|
22
|
+
No dependencies required — this downloads a standalone binary:
|
|
21
23
|
|
|
22
24
|
```
|
|
23
|
-
|
|
25
|
+
irm https://msagent.ai/install-tunnel.ps1 | iex
|
|
24
26
|
mindstudio-local
|
|
25
27
|
```
|
|
26
28
|
|
|
27
|
-
|
|
29
|
+
To update, run the same command again. To uninstall, delete `%USERPROFILE%\.mindstudio\bin\mindstudio-local.exe`.
|
|
30
|
+
|
|
31
|
+
The app will also prompt you to update automatically when a new version is available.
|
|
28
32
|
|
|
29
33
|
### Alternative: Install via npm (all platforms)
|
|
30
34
|
|