Skip to content

Releases: WaveSpeedAI/wavespeed-desktop

v1.0.41

29 Dec 04:16

Choose a tag to compare

Nightly Build (20251230)

30 Dec 03:41

Choose a tag to compare

Pre-release

Nightly Build

Automated nightly build from main branch.

Build Date: 20251230
Commit: edc5ab8

This is a pre-release build and may be unstable.

Downloads

  • Windows: .exe (installer) or .zip
  • macOS: .dmg or .zip
  • Linux: .AppImage or .deb

1.0.40

28 Dec 05:09

Choose a tag to compare

v1.0.40

bump version to 1.0.40

1.0.39

28 Dec 04:19
9d5f2bd

Choose a tag to compare

v1.0.39

Restrict deploy to tagged builds (#25)

1.0.38

25 Dec 14:33

Choose a tag to compare

v1.0.38

Limit nightly release to scheduled builds

1.0.37

25 Dec 05:36

Choose a tag to compare

v1.0.37

Improve file reorder drag and mask visibility

1.0.36

24 Dec 16:53

Choose a tag to compare

v1.0.36

Bump version to 1.0.36

1.0.35

24 Dec 08:00
1b4f9a4

Choose a tag to compare

Fix/linux and upload issues (#16)

* Fix Linux sandbox issue on Ubuntu 24.04+

- Add after-install.sh script to set SUID bit on chrome-sandbox
- Add --no-sandbox to .desktop file via executableArgs
- Users can launch from application menu or use --no-sandbox flag in terminal

Fixes #13

🤖 Generated with [Claude Code](https://claude.com/claude-code)

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

* Fix large file upload issues

- Add maxBodyLength and maxContentLength to allow large file uploads
- Add dynamic timeout based on file size (min 120s, +1s per MB, max 600s)
- Fixes uploads failing for files larger than ~10MB

🤖 Generated with [Claude Code](https://claude.com/claude-code)

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

* Harden chrome-sandbox permissions setup

---------

Co-authored-by: Haorui Jiang <143785706+HiramJiang@users.noreply.github.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: C <ichengzeyi@gmail.com>

1.0.34

22 Dec 16:01

Choose a tag to compare

v1.0.34

Improve progress accuracy, error reset, and face tools thresholds

1.0.33

22 Dec 07:21

Choose a tag to compare

Fix Face Swapper UI preview and ONNX tensor memory leaks

UI fix:
- Add React keys to face preview canvases to prevent stale content
  when switching between faces

Memory leak fixes:
- Add disposeTensor() helper to properly release ONNX tensors
- Fix tensor disposal in faceSwapper.worker.ts (detect, embed, swap, enhance)
- Fix tensor disposal in faceEnhancer.worker.ts (YOLO detect, GFPGAN enhance)
- Fix tensor disposal in imageEraser.worker.ts (LaMa inpaint)

Prevents "failed to allocate buffer" errors when processing multiple images.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

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