Union.Manifold v3.7.2
Union.Manifold 3.7.2 is ready! If the app is already installed, just restart it and accept the update prompt — otherwise grab the download for your operating system below.
📦 Downloads
- 🪟 Windows 10/11 — Download the installer
- 🍎 Mac (Apple Silicon / M-series) — Download the disk image
- 🍎 Mac (Intel) — Download the disk image
- 🐧 Linux — Download the AppImage
That is all most people need. Prefer a native Linux package? A .deb, .rpm, and Arch package are attached too — expand the section below.
Other downloads & technical files (for advanced users)
Everything else attached to this release lives here. Safe to ignore unless you know you need it.
Other ways to install on Linux
- Debian / Ubuntu: the .deb package attached to this release
- Fedora / openSUSE: the .rpm package attached to this release (stable-named copy: union-manifold-x86_64.rpm)
- Arch Linux: union-manifold-x86_64.pkg.tar.zst plus its detached PGP signature - import its signing key (union-manifold-signing-key.asc in the repository) once, then pacman -U accepts the download URL
Files that power automatic updates
- latest.json - a small index file installed apps check to discover that a new version exists.
- *.sig files - short digital signatures that let the app verify each download really came from this project.
macOS app archives
- Union.Manifold_aarch64.app.tar.gz and Union.Manifold_x64.app.tar.gz (used internally by the updater)
What changed in 3.7.2
Fixed
- The app no longer closes outright when a background task faults during an
active download: release builds previously aborted the entire process on
any background panic (on Windows this hit as soon as a download actually
started). Panics are now contained to the failing task, the download
surfaces an error instead, and the exact fault location is written to the
app log (logs/app-logs.txtin the app data folder) — if the app still
closes on you, that file tells us precisely where.