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.

  1. 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.

  2. 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.
  3. 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

PlatformPackageExample artifactNotes
macOS (Apple Silicon)DMGOmniSync.v0.4b-mac-arm64.dmgPreferred on M-series Macs
macOS (Intel)DMGOmniSync.v0.4b-mac-x64.dmgFor Intel Macs
WindowsNSIS installerOmniSync.v0.4b-win-x64.exex64 · desktop and Start Menu shortcuts
LinuxAppImage-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 electron

Full developer instructions live under Build from source.