Skip to content

Releases: WaveSpeedAI/wavespeed-desktop

v2.1.2

26 Mar 02:13

Choose a tag to compare

chore: bump version to 2.1.2

Nightly Build (20260326)

26 Mar 04:37

Choose a tag to compare

Pre-release

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: .dmg or .zip
  • Linux: .AppImage or .deb

v2.1.1

24 Mar 07:24

Choose a tag to compare

ci: add 7zip-bin to desktop-only deps ignore list

v2.1.0

24 Mar 07:12
c48599f

Choose a tag to compare

✨ 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

18 Mar 17:09
1f5bd7c

Choose a tag to compare

Merge pull request #86 from WaveSpeedAI/dev

refactor: consolidate template UI and enhance template management

v2.0.22

13 Mar 11:17

Choose a tag to compare

style: format code with Prettier

2.0.20

12 Mar 09:57

Choose a tag to compare

refactor: show raw model_id in tabs, remove formatModelDisplay

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

2.0.19

12 Mar 09:03

Choose a tag to compare

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

12 Mar 08:09

Choose a tag to compare

v2.0.18

bump version

v2.0.17

09 Mar 08:39

Choose a tag to compare

chore: bump version to 2.0.17

Made-with: Cursor