Install¶
Cleat ships as a single download per platform. There is no installer telemetry, no account creation, no online activation.
Early access
Cleat is pre-1.0. Builds are unsigned (code signing is on the roadmap for Phase 3) — you may need to bypass your OS gatekeeper the first time you launch it. Instructions per platform are below.
macOS¶
- Download the latest
Cleat-*.dmgfrom Releases. - Open the DMG and drag Cleat.app to
/Applications. -
The first launch is blocked by Gatekeeper because the build isn't signed yet:
- Right-click Cleat.app → Open → confirm.
- Or, from a terminal:
xattr -d com.apple.quarantine /Applications/Cleat.app
Requirements: macOS 12 Monterey or newer. Apple Silicon native; Intel Macs are not currently built.
Linux¶
bash
wget https://github.com/zimventures/cleat/releases/latest/download/cleat_amd64.deb
sudo apt install ./cleat_amd64.deb
bash
sudo dnf install https://github.com/zimventures/cleat/releases/latest/download/cleat.x86_64.rpm
bash
wget https://github.com/zimventures/cleat/releases/latest/download/Cleat-x86_64.AppImage
chmod +x Cleat-x86_64.AppImage
./Cleat-x86_64.AppImage
Requirements: glibc 2.35+ (Ubuntu 22.04 / Fedora 38 baseline). Wayland and X11 both supported via SDL3.
Windows¶
Requirements: Windows 10 21H2 or newer. x64 only.
Next¶
You're installed — make your first connection.