Documentation
Install
Get OmniSync onto your machine. Official builds ship for macOS and Windows; macOS remains the most polished target.
Download
Use the download page for a one-click installer matched to your OS (macOS or Windows). You can also pick any artifact from GitHub Releases. Current release tag: v0.4b.
Download the installer
Prefer the download page when possible. It picks Windows x64 or the right macOS architecture for you. On Apple Silicon Macs, use the arm64 DMG; on Intel Macs, use the x64 DMG.
Install the app
- macOS · open the DMG and drag OmniSync into Applications (or launch from the disk image).
- Windows · run the NSIS
.exe. You can choose the install folder; shortcuts are added to the desktop and Start Menu.
Continue to setup
First launch opens the setup wizard. See Getting started for sign-in and workspace creation.
macOS Gatekeeper
OmniSync macOS builds ship unsigned by default. The first time you open the app, Gatekeeper may block it.
Windows SmartScreen
Windows builds are also unsigned by default. Microsoft Defender SmartScreen may warn that the app is unrecognized.
Platform packages
| Platform | Package | Example artifact | Notes |
|---|---|---|---|
| macOS (Apple Silicon) | DMG | OmniSync.v0.4b-mac-arm64.dmg | Preferred on M-series Macs |
| macOS (Intel) | DMG | OmniSync.v0.4b-mac-x64.dmg | For Intel Macs |
| Windows | NSIS installer | OmniSync.v0.4b-win-x64.exe | x64 · desktop and Start Menu shortcuts |
| Linux | AppImage | - | Buildable via electron-builder |
Build from source
If you prefer to run a local checkout instead of a release build:
git clone https://github.com/nipunyatawara-dev/Omnisync.git
cd Omnisync
npm install
npm run electronFull developer instructions live under Build from source.