Your clipboard, your devices.

 

Clipp synchronizes the clipboard between your Windows, macOS, iOS, and Linux devices without routing it through someone else's cloud.

Clipp on macOS showing recent clipboard text and image activity.
No cloud account Peer-to-peer design.
Local first Built for networks you control.
Open source Small enough to inspect.

Security model

Designed for devices you already trust.

 

Clipp is built for your own devices on your LAN or a trusted VPN.

Devices join the same Clipp network with a shared group name and secret. Open source cryptography built on trusted libraries, fully auditable source with digital signatures and GitHub attestation.

Read more here.

Nearby discovery

Finds trusted peers on the local network automatically, without an account system in the middle.

Direct transfers

Sends clipboard data peer-to-peer over encrypted TCP connections after an authenticated handshake.

Private by default

Keeps recent clipboard activity local your Clipp network and never communicates with remote servers of any kind.

Download

Windows, macOS, iOS, and Linux.

Static linking, native UI, a couple of megabytes in size. No giant frameworks, trackers, or telemetry.

Clipp on Windows showing network settings, a fingerprint, and connected peers.

Windows

Download manually

Portable zip amd64 arm64
MSIX installer amd64 arm64

 

or quick install via PowerShell

> irm https://clipp.net/install.ps1 | iex

Windows 10 (1809) or later, 64-bit only

macOS

Apple Silicon (.zip) Download

 

macOS 14 or later · Apple Silicon only.

Open the .zip file after downloading and drag Clipp to your Applications folder.

iOS

Download on the App Store

 

iOS 17 or later · free on the App Store

Linux

Download manually

.deb · Debian / Ubuntu amd64 arm64
.rpm · Fedora / RHEL / openSUSE amd64 arm64
Arch · .pkg.tar.zst amd64 arm64
Raw binary amd64 arm64

 

or quick install

$ curl -fsSL https://clipp.net/install.sh | sudo bash

Terminal client only (clipp key set then clipp copy / paste) · glibc 2.31+ · needs avahi-daemon

Tip: install with your package manager so Avahi is pulled in — e.g. sudo apt install ./clipp-linux-amd64.deb. Full instructions →