Skip to content

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

  1. Download the latest Cleat-*.dmg from Releases.
  2. Open the DMG and drag Cleat.app to /Applications.
  3. The first launch is blocked by Gatekeeper because the build isn't signed yet:

    • Right-click Cleat.appOpen → confirm.
    • Or, from a terminal: xattr -d com.apple.quarantine /Applications/Cleat.app

A Homebrew cask is planned for v0.2. For now, use the DMG.

```bash

Not yet available

brew install --cask cleat

```

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

  1. Download Cleat-Setup.exe from Releases.
  2. Run it. SmartScreen will warn — choose More info → Run anyway (builds are unsigned until Phase 3).
  1. Download Cleat-windows-x64.zip from Releases.
  2. Extract anywhere and run cleat.exe.

Requirements: Windows 10 21H2 or newer. x64 only.

Next

You're installed — make your first connection.