Download
Peergos runs in any browser at peergos.net. The apps add folder sync, calendar and contact sync, a drive you can mount like any other, and hardware security keys. Version .
Windows
64-bit, Windows 10 and 11.
MSI INSTALLERSync, native drive mount, WebDAV, CalDAV and CardDAV, tray icon, Windows Hello and security keys.
macOS
Choose the one that matches your processor.
APPLE SILICON INTELSync and security keys. Mounting the drive and the CalDAV and CardDAV bridges have not landed on macOS yet.
Linux
Through Flatpak, on any distribution.
flatpak remote-add --if-not-exists peergos https://flatpak.peergos.org/peergos.flatpakrepo
flatpak install peergos org.peergos.Peergos
Codecs and the folder picker need one package each. Full instructions, and how to fix video playback and security keys.
Android
The whole interface, plus two way sync and a native mount.
APK
Calendars and contacts sync into the phone's own apps, both ways. Folder sync uses the Storage Access Framework, so it never asks for permission to read your whole device.
Checking what you downloaded
Android releases are signed with a certificate whose SHA-256 is
2c5b6153 7d0b18c8 e858ccf3 f485a8b0 fa3450b6 17c6211d 18507778 1f26f030
Check an APK against it with apksigner verify --print-certs <path to apk>.
Or build it yourself
Every one of these is built from the same source you can read, and the server is in there too, so you can skip all of the above and run your own.
The builds are reproducible. Build the same commit yourself and you get the same artefact we published, so you do not have to take our word for what is in the download. That is also why the build avoids npm and friends: everything is vendored, and a JVM is the only thing you need.