Twinclone driftless

Download

Fetching the latest version…

macOS

Apple silicon · signed & notarized · auto-updates after install.

Windows

64-bit installer · auto-updates after install. SmartScreen may ask once: “More info → Run anyway” (the installer isn’t code-signed yet).

Linux

64-bit. Debian/Ubuntu: the .deb registers our apt repository, so updates arrive with apt upgrade. Anything else: the AppImage, which auto-updates in-app.

Prefer to add the apt repository by hand?
curl -fsSL https://releases.twinclone.app/twinclone-archive-keyring.gpg \
  | sudo tee /usr/share/keyrings/twinclone-archive-keyring.gpg >/dev/null
sudo tee /etc/apt/sources.list.d/twinclone.sources >/dev/null <<'EOF'
Types: deb
URIs: https://releases.twinclone.app
Suites: stable
Components: main
Architectures: amd64
Signed-By: /usr/share/keyrings/twinclone-archive-keyring.gpg
EOF
sudo apt update && sudo apt install twinclone

Trouble downloading, or need an older build? [email protected]