Releases: WaveSpeedAI/wavespeed-desktop
Releases · WaveSpeedAI/wavespeed-desktop
v2.1.2
Nightly Build (20260326)
Nightly Build
Automated nightly build from main branch.
Build Date: 20260326
Commit: 485029f
This is a pre-release build and may be unstable.
Downloads
- Windows:
.exe(installer) or.zip - macOS:
.dmgor.zip - Linux:
.AppImageor.deb
v2.1.1
v2.1.0
✨ New Features
- Subgraph / Group Nodes — Replace the old iterator with subgraph group containers. Nodes can be grouped into collapsible subgraphs with exposed I/O ports and breadcrumb navigation.
- Trigger Nodes — New trigger node types for workflows:
- HTTP Trigger — Expose workflows as REST API endpoints via a built-in HTTP server, compatible with OpenClaw and other AI agent frameworks as a skill server.
- Directory Trigger — Auto-execute workflows per media file in a watched folder for batch processing.
- HTTP Response Node — Customize API response output for HTTP-triggered workflows.
- Multi-Run (Gacha) — Run a single node multiple times (batch 1–99x) and select the best output from a results carousel.
- Improved Workflow Import — New import dialog with error handling and self-import guard.
- Models Filter UI — Redesigned filter-by-type buttons with better layout, state persistence, and animations.
- i18n — Full 18-language locale sync for all new trigger, group, and HTTP response nodes.
v2.0.23
v2.0.22
2.0.20
refactor: show raw model_id in tabs, remove formatModelDisplay Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2.0.19
fix: use Electron net.fetch for all downloads to respect system proxy Replace Node.js http/https with Electron's net.fetch (Chromium network stack) for all file downloads in the main process. This ensures system proxy settings are respected, fixing ECONNRESET errors behind proxies. - electron/main.ts: shared downloadToFile() helper, 3 handlers migrated - workflow/utils/save-to-assets.ts: workflow asset downloads - workflow/utils/file-storage.ts: workflow media downloads - workflow/nodes/output/file.ts: file export node - workflow/nodes/free-tool/shared/media-utils.ts: free-tool media downloads Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2.0.18
v2.0.18 bump version