Releases: nipunyatawara-dev/Omnisync
Release list
OmniSync v0.3b (Beta)
This is Beta software. Feedback and bug reports are welcome via GitHub Issues.
Downloads
- Apple Silicon Macs:
OmniSync v0.3b-mac-arm64.dmg - Intel Macs:
OmniSync v0.3b-mac-x64.dmg
Not sure which Mac you have? Apple menu → About This Mac → Chip (Apple Silicon) or Processor (Intel).
What's new in v0.3b
Added
- Dashboard terminal with live output from diagnostics, git, and runner ops, plus manual command entry
- Contribution heatmap on the Timeline view
- Image previews in CodeViewer (PNG, GIF, JPG, WebP, BMP, ICO, SVG, AVIF)
- Runner prepare/build step before start (default
npm run build) - Isolated workspace child process env (
buildWorkspaceChildEnv)
Fixed
- PORT env leak into other Next.js apps during development
- Workspace child env pollution breaking
next dev/ Turbopack - Duplicate Electron IPC handler registration on window reopen
- macOS Dock reopen racing a cold Next.js restart
- Tooltips clipping outside the viewport
- Binary/image files being read as UTF-8 text in CodeViewer
Changed
- Electron main window lifecycle (
launchMainWindow, restore/focus existing window) - App port reads
NEXT_PUBLIC_OMNISYNC_PORTonly (default47821) - Viewport-aware tooltip positioning
Install instructions (unsigned build)
OmniSync is not signed with an Apple Developer ID (free app).
-
Download the correct
.dmgfor your Mac (see above) -
Open the
.dmg -
Drag OmniSync to Applications
-
Run this once in Terminal:
xattr -cr /Applications/OmniSync.app
OmniSync v0.2b (Beta)
This is Beta software. Feedback and bug reports are welcome via GitHub Issues.
Downloads
- Apple Silicon Macs (M1 / M2 / M3 / M4 / M5):
OmniSync v0.2b-mac-arm64.dmg - Intel Macs:
OmniSync v0.2b-mac-x64.dmg
Not sure which Mac you have? Apple menu → About This Mac → Chip (Apple Silicon) or Processor (Intel).
What's new in v0.2b
- macOS system permissions prompts and handling
- Improved shell environment detection for dev tools
- Profile management enhancements
Install instructions (unsigned build)
OmniSync is not signed with an Apple Developer ID (free app).
-
Download the correct
.dmgfor your Mac (see above) -
Open the
.dmg -
Drag OmniSync to Applications
-
Run this once in Terminal:
xattr -cr /Applications/OmniSync.app
OmniSync v0.1b (Beta)
This is a Beta software . Feedback and bug reports are welcome via GitHub Issues.
Downloads
- Apple Silicon Macs (M1 / M2 / M3 / M4/ M5):
OmniSync v0.1b-mac-arm64.dmg - Intel Macs:
OmniSync v0.1b-mac-x64.dmg
Not sure which Mac you have? Apple menu → About This Mac → Chip (Apple Silicon) or Processor (Intel).
What's included
- Multi-workspace profiles with one-click switching
- Clone from GitHub or register an existing local folder
- Integrated file tree, tabbed editor, and Markdown preview
- Git branch switcher with ahead/behind sync status
- Three-pane merge conflict resolver
- Environment diagnostics (Node engines, dependencies, git health)
- Built-in dev server runner with live stdout/stderr
- Launch targets: browser, Electron shell, Xcode, and popular IDEs
- Encrypted credential storage via the macOS keychain
Install instructions (unsigned build)
OmniSync is not signed with an Apple Developer ID (free app).
-
Download the correct
.dmgfor your Mac (see above) -
Open the
.dmg -
Drag OmniSync to Applications
-
Run this once in Terminal:
xattr -cr /Applications/OmniSync.app