@geminilight/mindos-linux-arm64-musl 1.1.45 → 1.1.47

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 CHANGED
@@ -153,6 +153,8 @@ npm install -g @geminilight/mindos@latest
153
153
  git clone https://github.com/GeminiLight/MindOS
154
154
  cd MindOS
155
155
  pnpm install
156
+ pnpm --filter @geminilight/mindos build
157
+ cd packages/mindos
156
158
  pnpm link --global # registers the `mindos` command globally
157
159
  ```
158
160
 
@@ -167,7 +169,7 @@ mindos onboard
167
169
  The setup wizard guides you through knowledge base path, template, ports, auth, AI provider, and start mode — all with sensible defaults. Config is saved to `~/.mindos/config.json`. See **[docs/en/configuration.md](docs/en/configuration.md)** for all fields.
168
170
 
169
171
  > [!TIP]
170
- > Choose "Background service" during onboard for auto-start on boot. Run `mindos update` anytime to upgrade.
172
+ > On macOS/Linux, choose "Background service" during onboard for auto-start on boot. On Windows CLI installs, use foreground mode; Windows auto-start is handled by the Desktop app. Run `mindos update` anytime to upgrade.
171
173
 
172
174
  Open the Web UI in your browser:
173
175
 
@@ -325,7 +327,7 @@ MindOS/
325
327
  | **Core** | |
326
328
  | `mindos onboard` | Interactive setup (config, template, start mode) |
327
329
  | `mindos start` | Start Web + MCP services |
328
- | `mindos start --daemon` | Start as background OS service |
330
+ | `mindos start --daemon` | Start as background OS service (macOS/Linux only) |
329
331
  | `mindos stop` / `restart` | Stop or restart running processes |
330
332
  | `mindos dev` | Start in dev mode |
331
333
  | `mindos build` | Build for production |
@@ -345,7 +347,7 @@ MindOS/
345
347
  | `mindos token` | Show auth token and MCP config |
346
348
  | `mindos config <sub>` | View/update config (show, set, validate) |
347
349
  | `mindos sync` | Show sync status (init, now, conflicts, on/off) |
348
- | `mindos gateway <sub>` | Manage background service (install, start, stop) |
350
+ | `mindos gateway <sub>` | Manage background service on macOS/Linux (install, start, stop) |
349
351
  | `mindos doctor` | Health check |
350
352
  | `mindos update` | Update to latest version |
351
353
 
package/README_zh.md CHANGED
@@ -153,6 +153,8 @@ npm install -g @geminilight/mindos@latest
153
153
  git clone https://github.com/GeminiLight/MindOS
154
154
  cd MindOS
155
155
  pnpm install
156
+ pnpm --filter @geminilight/mindos build
157
+ cd packages/mindos
156
158
  pnpm link --global # 将 mindos 命令注册为全局命令
157
159
  ```
158
160
 
@@ -167,7 +169,7 @@ mindos onboard
167
169
  配置向导会引导你完成知识库路径、模板、端口、认证、AI 服务商、启动模式等配置——所有选项都有合理默认值。配置自动保存到 `~/.mindos/config.json`。完整字段说明见 **[docs/zh/configuration.md](docs/zh/configuration.md)**。
168
170
 
169
171
  > [!TIP]
170
- > 选择"后台服务"模式可开机自启。随时运行 `mindos update` 升级到最新版本。
172
+ > macOS/Linux 可在 onboard 中选择"后台服务"实现开机自启。Windows CLI 安装请使用前台模式;Windows 自启动由 Desktop 客户端处理。随时运行 `mindos update` 升级到最新版本。
171
173
 
172
174
  在浏览器中打开 Web UI:
173
175
 
@@ -325,7 +327,7 @@ MindOS/
325
327
  | **核心** | |
326
328
  | `mindos onboard` | 交互式初始化(生成配置、选择模板) |
327
329
  | `mindos start` | 前台启动 app + MCP 服务 |
328
- | `mindos start --daemon` | 以后台 OS 服务方式启动 |
330
+ | `mindos start --daemon` | 以后台 OS 服务方式启动(仅 macOS/Linux) |
329
331
  | `mindos stop` / `restart` | 停止或重启服务 |
330
332
  | `mindos dev` | 开发模式启动 |
331
333
  | `mindos build` | 构建生产版本 |
@@ -345,7 +347,7 @@ MindOS/
345
347
  | `mindos token` | 查看认证令牌和 MCP 配置 |
346
348
  | `mindos config <sub>` | 查看/修改配置(show, set, validate) |
347
349
  | `mindos sync` | 同步状态(init, now, conflicts, on/off) |
348
- | `mindos gateway <sub>` | 管理后台服务(install, start, stop) |
350
+ | `mindos gateway <sub>` | 管理 macOS/Linux 后台服务(install, start, stop) |
349
351
  | `mindos doctor` | 健康检查 |
350
352
  | `mindos update` | 更新到最新版本 |
351
353
 
package/bin/mindos CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geminilight/mindos-linux-arm64-musl",
3
- "version": "1.1.45",
3
+ "version": "1.1.47",
4
4
  "description": "MindOS runtime package for linux-arm64-musl",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -2,7 +2,7 @@
2
2
  "schemaVersion": 1,
3
3
  "product": {
4
4
  "name": "@geminilight/mindos",
5
- "version": "1.1.45"
5
+ "version": "1.1.47"
6
6
  },
7
7
  "package": {
8
8
  "name": "@geminilight/mindos-linux-arm64-musl",