| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| desktop-win-x64-sha256.txt | 2026-04-13 | 97 Bytes | |
| latest-win.json | 2026-04-13 | 348 Bytes | |
| nexu-latest-win-x64.exe | 2026-04-13 | 347.4 MB | |
| nexu-setup-0.1.12-win-x64.exe | 2026-04-13 | 347.4 MB | |
| desktop-x64-sha256.txt | 2026-04-13 | 242 Bytes | |
| nexu-0.1.12-mac-x64.dmg | 2026-04-13 | 355.1 MB | |
| nexu-0.1.12-mac-x64.zip | 2026-04-13 | 350.2 MB | |
| desktop-arm64-sha256.txt | 2026-04-13 | 246 Bytes | |
| nexu-0.1.12-mac-arm64.dmg | 2026-04-13 | 330.5 MB | |
| nexu-0.1.12-mac-arm64.zip | 2026-04-13 | 325.9 MB | |
| README.md | 2026-04-13 | 6.2 kB | |
| v0.1.12 source code.tar.gz | 2026-04-13 | 111.9 MB | |
| v0.1.12 source code.zip | 2026-04-13 | 112.6 MB | |
| Totals: 13 Items | 2.3 GB | 0 | |
π Highlights
- πͺ Windows support is here β Nexu now officially supports Windows as a first-class desktop platform. Install, upgrade, local runtime, tray behavior, and SkillHub extraction all received a full stabilization pass. (#949, [#986], [#988], [#1021], [#1030], [#1073]) Thanks @PerishCode, @alchemistklk, @mrcfps, @lefarcen, and @Siri-Ray.
- βοΈ Refined desktop settings & update experience β Settings align with the workspace design system, the update flow consolidates into a single entry with real background download progress, and the balance / account area got a visual polish pass. (#984, [#1020], [#1022], [#1033], [#1056]) Thanks @Siri-Ray and @lefarcen.
- π¬ Feishu video direct delivery β LibTV video delivery now runs through a detached background waiter, making long-running sends smoother and less likely to block the foreground experience. (#973) Thanks @alchemistklk.
- π Channel reliability & diagnostics β Connect/disconnect flows surface clearer failure diagnostics with structured logging, and QQBot/DingTalk plugin packaging issues were fixed. (#1001, [#1003], [#1018], [#1037]) Thanks @lefarcen and @Siri-Ray.
- π Zero-credit model access β Users with zero credits can now continue chatting via free models. The platform automatically routes zero-credit requests to a configurable fallback model, so new users and users who have used up their credits still get a working experience out of the box.
π₯ Download now:
Platform Architecture Link macOS Apple Silicon nexu-0.1.12-mac-arm64.dmg (desktop-releases.nexu.io) macOS Intel nexu-0.1.12-mac-x64.dmg (desktop-releases.nexu.io) Windows x64 nexu-setup-0.1.12-win-x64.exe (desktop-releases.nexu.io)
β¨ What's New
- πͺ Windows desktop is now a first-class path β Packaging, user-data migration, local updates, tray behavior, and SkillHub catalog extraction all stabilized for daily Windows use. (#949, [#986], [#988], [#1021], [#1030])
- π Background auto-download with real progress β Updates download silently in the background; the settings page shows live progress when opened, and a single consolidated banner replaces the previous duplicate update UI. (#1020, [#1033])
- π§ Desktop settings aligned with workspace design β Account area, shell preferences, and model picker brought in line with the workspace visual language. (#984, [#1022], [#1034])
- π³ Credits & balance polish β Gifted credits now appear in the sidebar balance popup, and the popup renders via portal to fix clipping issues. (#985, [#990])
- π₯ Feishu video hardening β Long-running video delivery no longer blocks foreground flows. (#973)
- π Zero-credit model fallback β Zero-cost models bypass credit rejection; when credits are exhausted, requests automatically route to a free fallback model instead of failing.
π‘οΈ Stability & Reliability
- π Windows migration hardening β User-data path handling and migration logic stabilized to reduce upgrade regressions. (#1021)
- π§° Installer safety β Windows installer directory-selection pages hidden to prevent install-path-related data loss. Windows installer now retries gracefully when a running Nexu instance is detected. (#1030, [#1073])
- π§ OpenClaw config determinism β Skill lists and config serialization sorted deterministically, eliminating unnecessary runtime reloads from key reordering. (#1033)
- β‘ Skill install sync batching β Batch skill installs now trigger a single OpenClaw config sync instead of one per skill, eliminating the restart loop that left the agent stuck on "starting" during initial bootstrap. (#1074)
- π§ Structured channel diagnostics β All channel connect/disconnect flows now produce structured logs for easier production tracing. (#1003, [#1018])
- π¬ WeChat runtime fixes β Fixed prewarm drain behavior and raw ID session title issues. (#972)
- ποΈ Desktop shell polish β Improved Windows tray behavior, Mac sidebar toggle positioning, and renderer background keepalive. (#988, [#1002], [#958])
- π Desktop update failure recovery β Auto-updater now recovers gracefully from interrupted downloads and failed installs. (#1056)
π Bug Fixes
- Fixed QQBot and DingTalk plugin bundle dependency closures in packaged builds. (#1001, [#1037])
- Fixed controller overwriting agent-edited platform docs. (#999)
- Fixed dev controller startup wait and platform template injection. (#971)
- Preserved full X share copy and repo URL. (#975)
- Aligned settings model picker and analytics defaults. (#1034)
- Fixed desktop account area and dock behavior. (#1022)
- Fixed missing i18n translations for Home and Conversation pages. (#1049)
- Fixed welcome locale switching and added channel setup diagnostics. (#1054)
- Added logout confirmation dialogs in settings. (#1069)
π Documentation
- Added Korean localization for README and docs site. (#998) Thanks @qiongyu1999.
- Added model credit consumption guide in zh/en/ja. (#978) Thanks @qiongyu1999.
- Updated Feishu app permissions with expanded user scopes. (#997)
- Added EN & JA translations for first-pr and contributor-rewards guides. (#1043) Thanks @caiqiling958-cmd.
- Added WeChat contributor group QR code and i18n contributor sections. (#1042, [#1038], [#1036], [#1032]) Thanks @caiqiling958-cmd.
- Added Windows installation guide (zh/en/ja/ko). (#1039)
- Rewrote README (en/zh/ja/ko). (#1040)
π¨ For Developers
Click to expand
- π Fixed PostHog analytics identity and desktop metadata propagation. (#960) Thanks @mrcfps. - π Added Vaunt contributor achievement configuration. (#1015) Thanks @qiongyu1999. - π§ Added temporary Langfuse tracing passthrough. (#1019) - πͺ Aligned Windows desktop delivery pipeline with mainline. (#949) Thanks @PerishCode.Full Changelog: https://github.com/nexu-io/nexu/compare/v0.1.11...release/v0.1.12