Skip to content

Orb Desktop 0.1.1

Choose a tag to compare

@josetseph josetseph released this 02 Aug 19:14
· 10 commits to main since this release

Orb Desktop 0.1.1

Fixes the macOS “Orb is damaged and can’t be opened” issue from 0.1.0 (broken Node helper symlinks from CI). Also tightens per-architecture Mac builds so arm64 and x64 artifacts no longer mix.

Downloads

Platform File
macOS (Apple Silicon) Orb-0.1.1-arm64-mac.dmg
macOS (Intel) Orb-0.1.1-x64-mac.dmg
Windows (x64) installer Orb Setup 0.1.1.exe (or similar)
Windows (x64) portable Orb 0.1.1.exe
Linux (x64) Orb-0.1.1.AppImage

Pick the Mac build that matches your chip: Apple Silicon (M1/M2/M3/M4) vs Intel.

Notes

  • Unsigned builds — macOS may still warn; if needed: xattr -cr /Applications/Orb.app then reopen. Windows SmartScreen: More info → Run anyway.
  • Prefer this release over 0.1.0 for Mac.
  • Linux and Windows remain x64 only.

What’s fixed

  • Remove broken npm/npx/corepack symlinks that pointed at the CI runner path
  • Each Mac CI job emits only its own architecture
  • Clearer artifact naming (-arm64-mac / -x64-mac)