.deb package, and a portable .tar.gz, each for x64 and arm64. Pick by distribution, not by preference: the AppImage runs anywhere, the .deb is only for Debian and Ubuntu, and the tarball is for package maintainers. Every build is listed on the download page.
Which download to pick
Installing the
.deb on a distribution without dpkg and apt does not work and can leave the package half-installed. If that happened, sudo dpkg --remove capy cleans it up, then use the AppImage.
AppImage
Download the AppImage for your architecture, mark it executable, and run it:Arch Linux
Thecapy-bin package installs the stable release under /opt/capy with a capy launcher and a desktop entry:
pacman like any other package, and the in-app updater stays inactive so the two never fight over the install. Any AUR helper works in place of yay.
Debian and Ubuntu
Install the.deb with apt so its dependencies resolve:
Portable tarball
The.tar.gz unpacks to a directory containing the capy executable and its resources, with nothing else assumed about the system. It is the input for downstream packages such as capy-bin, and it never self-updates: whoever unpacked it delivers the next version, and Check for Updates says so. The same applies to an AppImage you extracted with --appimage-extract; run the AppImage file itself to get updates.