Vorno 0.11.2
First Signed Vorno Release
July 14, 2026
The first fully signed, notarized, and auto-updating Vorno release — the fork now ships like a real product.
⭐ Signed & notarized macOS builds
- Developer ID signing + Apple notarization — Vorno is now signed with a Developer ID certificate and notarized by Apple. No more right-click-to-open or Gatekeeper warnings; the app installs and launches like any Mac App Store-adjacent app.
- Auto-update just works — updates are published to the Vorno release feed (Swagatar-LLC/vorno-releases) and install in place via Squirrel.Mac. This release is the first to arrive over the built-in updater.
⭐ Tag-triggered release pipeline
- Pushing a
v*tag now builds, signs, notarizes, and publishes a release entirely on CI — no laptop builds. The gate verifies tag/version match and required secrets before spending build minutes.
⭐ Updates settings
- New "Updates" section in Settings — view the current feed, switch channels, toggle automatic update checks, and check for updates manually (PLAN-018). The update feed is runtime-configurable; changes apply without a restart.
⭐ WebUI in the packaged app
- The WebUI (browser access to your workspace) is now bundled into the packaged app with a supervisor, tray controls, autostart, and a configurable port (PLAN-020). Previously this required running from source.
Improvements
- Vorno branding (app name, bundle id
co.swagatar.vorno, FORK badge) is applied consistently across the packaged app (PLAN-019).
Bug Fixes
- Fixed packaging OOM by moving electron-builder to 26.15.3 (pinned exactly) — the 26.4.0 dependency collector walked bun's symlink store unboundedly.
- Fixed CI release builds running out of heap during the WebUI bundle step (
NODE_OPTIONSdefault inbuild-dmg.sh). - Fixed the embedded trigger server health-checking the configured port instead of the actually-bound port.