Download & Install
EUnifyer Desktop runs on macOS, Windows, and Linux. Head to the EUnifyer download page — it detects your computer and offers the right installer — then follow the steps for your platform below.
| Platform | Supported |
|---|---|
| macOS | macOS 12 (Monterey) or later · Apple Silicon (M1 or later) |
| Windows | Windows 10 22H2 or later · x64 and Arm64 |
| Linux | glibc 2.35+ · x86_64 · FUSE3 recommended for on-demand sync |
Every release also publishes a SHA256SUMS file on the
releases page
so you can verify your download.
macOS
Step 1 — Download
- On the download page , click Download for macOS.
- The file
EUnifyer_<version>_aarch64.dmgis saved to your Downloads folder.
The app is signed and notarized by Apple, so macOS opens it without any security warnings.
On an Intel Mac? The current build is for Apple Silicon (M1 or later). Intel support is coming soon.
Step 2 — Install
- Open the downloaded
.dmgfile (double-click it in Downloads). - Drag the EUnifyer icon onto the Applications folder.
- Eject the disk image (drag it to the Trash or click the eject icon in Finder).
Step 3 — Launch
- Open Applications and double-click EUnifyer, or find it with
Spotlight (
⌘ Space, type “EUnifyer”). - EUnifyer is a menu bar app — look for its icon in the top-right of your screen, next to the clock. Click it to open the app window.
- The first time it runs, it asks you to sign in — continue to Sign In.
Tip: EUnifyer can start automatically every time you log in (on by default). Change it later under Settings.
Windows
Step 1 — Download
- On the download page , click Download for Windows. Pick the x64 or Arm64 package to match your PC (most machines are x64).
- Both an
.exeinstaller and an.msipackage are available — the.exeis recommended for most users and needs no admin rights.
Step 2 — Install
- Run the downloaded
.exeinstaller. - If Windows SmartScreen warns you, click More info → Run anyway. The installer is currently unsigned — our code-signing certificate is in procurement, and this notice will disappear once it lands. The download is safe; you can confirm it by verifying the checksum.
- Follow the setup wizard to finish.
Step 3 — Launch
- Launch EUnifyer from the Start menu.
- EUnifyer runs in the system tray — look for its icon near the clock in the bottom-right of your taskbar (click the ^ arrow if it’s hidden). Click it to open the app window.
- The first time it runs, it asks you to sign in — continue to Sign In.
Tip: EUnifyer starts automatically when you sign in to Windows (on by default). Change it later under Settings.
Linux
Step 1 — Download
On the download page , choose the package for your distribution:
| Package | For |
|---|---|
.deb | Ubuntu, Debian, and derivatives |
.rpm | Fedora, openSUSE, and derivatives |
.AppImage | Any distribution — no installation required |
Step 2 — Install
Debian / Ubuntu (.deb):
sudo apt install ./EUnifyer_*_amd64.debFedora / openSUSE (.rpm):
sudo dnf install ./EUnifyer-*.x86_64.rpmAppImage (any distro):
chmod +x EUnifyer_*.AppImage
./EUnifyer_*.AppImageOn-demand sync (files that download only when opened) needs FUSE3. Install it with
sudo apt install fuse3on Debian/Ubuntu, or the equivalent for your distribution. Without FUSE3, your Drive still syncs as a normal folder.
Step 3 — Launch
- Launch EUnifyer from your applications menu (or run the AppImage).
- EUnifyer runs in the system tray. Click its icon to open the app window.
- The first time it runs, it asks you to sign in — continue to Sign In.
Verifying your download (optional)
Every release includes a SHA256SUMS file on the
releases page .
To confirm your download is intact, compare its checksum against the matching
line in SHA256SUMS:
# macOS / Linux
shasum -a 256 ~/Downloads/EUnifyer_*# Windows (PowerShell)
Get-FileHash "$env:USERPROFILE\Downloads\EUnifyer_*.exe" -Algorithm SHA256