Private Β· Encrypted Β· No third parties

Download Companion

The desktop companion enables secure, end-to-end encrypted file transfer between your phone and computer β€” without uploading files to any server.

Fetching latest…
πŸͺŸ
Windows
Windows 10 / 11 Β· 64-bit
↓ Download
🍎
macOS
macOS 12+ Β· Intel Β· Apple Silicon via Rosetta
↓ Download
🐧
Linux
Ubuntu 20.04+ Β· Debian Β· 64-bit
↓ Download
πŸ§‘β€πŸ’»
Build from source
Go 1.22+ required Β· All platforms
↓ Source

Installation

Windows β€” Run the downloaded .exe. If Windows SmartScreen appears, click More info β†’ Run anyway. The app lives in your system tray.
macOS β€” Open Terminal and run:
chmod +x companion-macos-amd64 && ./companion-macos-amd64
If Gatekeeper blocks it: System Settings β†’ Privacy & Security β†’ Open Anyway.
Linux β€” Open Terminal and run:
chmod +x companion-linux-amd64 && ./companion-linux-amd64
Requires a system tray (GNOME with AppIndicator extension, KDE, XFCE).

Build from source

Download companion-source.zip, extract it, then:

Prerequisites
β€’ All platforms: Go 1.22+
β€’ Linux only: sudo apt install libgtk-3-dev libayatana-appindicator3-dev
β€’ macOS only: Xcode Command Line Tools (xcode-select --install)

Build
cd go-companion
go mod tidy
go build ./cmd/companion

The compiled binary appears in the current directory. Run it and it appears in your system tray.
← Back to Web Connect