@mindstudio-ai/local-model-tunnel 0.5.2 → 0.5.3

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.
Files changed (2) hide show
  1. package/README.md +8 -4
  2. 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 (recommended)
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
- npm install -g @mindstudio-ai/local-model-tunnel
25
+ irm https://msagent.ai/install-tunnel.ps1 | iex
24
26
  mindstudio-local
25
27
  ```
26
28
 
27
- Requires [Node.js 18+](https://nodejs.org).
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindstudio-ai/local-model-tunnel",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "Run local AI models with MindStudio",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",