You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ pnpm run package:win
72
72
- Release assets are published through GitHub Actions.
73
73
- The primary downloadable asset is `OpenClaw-Setup-<version>.exe`.
74
74
- For the first public versions, unsigned Windows builds may trigger SmartScreen warnings.
75
-
-**Bundled OpenClaw** version is stored in `resources/bundle-manifest.json` as `bundledOpenClawVersion` (updated by `pnpm run prepare-bundle` from `build/openclaw`). The pin lives in root `package.json` as `openclawBundleVersion`. Desktop **v0.6.0** ships OpenClaw **2026.3.31** alongside shell semver `0.6.0+openclaw.2026.3.31`.
75
+
-**Bundled OpenClaw** version is stored in `resources/bundle-manifest.json` as `bundledOpenClawVersion` (updated by `pnpm run prepare-bundle` from `build/openclaw`). The pin lives in root `package.json` as `openclawBundleVersion`. Desktop **v0.6.1** ships OpenClaw **2026.3.31** alongside shell semver `0.6.1+openclaw.2026.3.31`.
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,17 +48,17 @@ If you've been searching for *how to install OpenClaw on Windows*, *how to run O
48
48
## Quick Start
49
49
50
50
1. Download the latest installer from [Releases](https://github.com/agentkernel/openclaw-desktop/releases/latest)
51
-
2. Run the Windows setup (filename follows `package.json`, e.g. `OpenClaw-Setup-0.6.0+openclaw.2026.3.31.exe`)
51
+
2. Run the Windows setup (filename follows `package.json`, e.g. `OpenClaw-Setup-0.6.1+openclaw.2026.3.31.exe`)
52
52
3. Finish the setup wizard (provider → channel → gateway)
53
53
4. Launch from Start Menu or Desktop shortcut
54
54
55
55
**System:** Windows 10/11 x64 · ~350 MB free space · Internet for API calls
56
56
57
-
## OpenClaw Desktop v0.6.0
57
+
## OpenClaw Desktop v0.6.1
58
58
59
-
-**Shell version:**`0.6.0+openclaw.2026.3.31` (semver + bundled OpenClaw pin in build metadata).
59
+
-**Shell version:**`0.6.1+openclaw.2026.3.31` (semver + bundled OpenClaw pin in build metadata).
60
60
-**Bundled OpenClaw (npm):****2026.3.31** — same runtime as `npm install openclaw@2026.3.31` (current npm `latest`); pinned in [`package.json`](package.json) as `openclawBundleVersion`.
61
-
-**Desktop highlights (recent train):****v0.6.0** fixes Control UI build leaving a stub `package.json` in the bundle and `prepare-bundle` skipping copy when the version marker matched — see [CHANGELOG **0.6.0**](CHANGELOG.md). Feishu `registerFull` guard covers `dist/extensions/feishu/index.js`; MiniMax wizard**M2.7-only**; Control UI from GitHub tag sources for Electron.
61
+
-**Desktop highlights (recent train):****v0.6.1** fixes embedded Control UI **500 / device-identity** failures with OpenClaw 2026.3.x by persisting `gateway.controlUi.dangerouslyDisableDeviceAuth` (see [CHANGELOG **0.6.1**](CHANGELOG.md)). **v0.6.0** fixed stub `package.json` / `prepare-bundle` resync ([**0.6.0**](CHANGELOG.md)). Feishu `registerFull` guard; MiniMax **M2.7-only**; Control UI from GitHub tag sources for Electron.
62
62
63
63
### Upstream OpenClaw 2026.3.31 (summary)
64
64
@@ -94,6 +94,7 @@ Each release **pins** the bundled OpenClaw npm version in root [`package.json`](
-**State & config:** Same as upstream: `%USERPROFILE%\.openclaw`, main config `openclaw.json`. Use **`OPENCLAW_*`** env vars (`CLAWDBOT_*` / `MOLTBOT_*`, `.moltbot`, etc. were removed upstream).
96
96
-**Control UI:** The npm package does not ship `dist/control-ui/`; we fetch GitHub tag **`v<version>`** sources (`ui/` plus repo-root `src/`, etc.) and run Vite. CI builds static assets on Linux and merges them into the Windows installer.
97
+
-**Embedded console auth:** For **local** gateways (not `remote`), the shell auto-maintains `gateway.controlUi.allowInsecureAuth` and `dangerouslyDisableDeviceAuth` in `openclaw.json` so OpenClaw **2026.3.x** Control UI works inside the Electron iframe (see [CHANGELOG 0.6.1](CHANGELOG.md)). If you switch to remote gateway or hand-edit these keys, follow upstream docs.
97
98
-**Bundled plugin list:** Upstream ships built-in channel/provider plugins under **`dist/extensions/*`**; the desktop shell scans that path and still falls back to legacy top-level `extensions/`.
98
99
-**Breaking changes:** Plugin SDK (`openclaw/plugin-sdk/*`), browser/install behavior, and other breaking items are covered in [upstream OpenClaw releases](https://github.com/openclaw/openclaw/releases) and [upstream docs](https://docs.openclaw.ai/) for the version you ship. Installer-only users usually need no action; **custom/third-party plugin** authors should follow upstream migration guides.
99
100
@@ -131,8 +132,8 @@ OpenClaw Desktop is a **community-maintained Windows distribution** for the Open
|**Installer**|`OpenClaw-Setup-0.6.0+openclaw.2026.3.31.exe` (see [Releases](https://github.com/agentkernel/openclaw-desktop/releases/latest) for exact asset) |
|**Installer**|`OpenClaw-Setup-0.6.1+openclaw.2026.3.31.exe` (see [Releases](https://github.com/agentkernel/openclaw-desktop/releases/latest) for exact asset) |
136
137
|**Platform**| Windows 10/11 x64 |
137
138
|**Includes**| Electron shell, portable Node.js, bundled OpenClaw |
138
139
|**Extras**| SHA-256 checksum, `latest.yml` for in-app updates |
@@ -213,7 +214,7 @@ pnpm run prepare-bundle
213
214
pnpm run package:win # Output: dist/OpenClaw-Setup-<version>.exe
214
215
```
215
216
216
-
**Bundled OpenClaw:** Pinned in `package.json` (`openclawBundleVersion`). After `prepare-bundle`, see `bundledOpenClawVersion` in [`resources/bundle-manifest.json`](resources/bundle-manifest.json) (currently **2026.3.31** for desktop **v0.6.0**). Local checks: `pnpm run check-openclaw-versions` (omit `OPENCLAW_SKIP_NPM_LATEST_CHECK` to also compare against npm `latest`).
217
+
**Bundled OpenClaw:** Pinned in `package.json` (`openclawBundleVersion`). After `prepare-bundle`, see `bundledOpenClawVersion` in [`resources/bundle-manifest.json`](resources/bundle-manifest.json) (currently **2026.3.31** for desktop **v0.6.1**). Local checks: `pnpm run check-openclaw-versions` (omit `OPENCLAW_SKIP_NPM_LATEST_CHECK` to also compare against npm `latest`).
0 commit comments