Docs · install

Install the desktop app.

Two installers, one checksum manifest. The macOS build is signed and notarized; the Windows build isn’t code-signed yet, and this page doesn’t pretend otherwise.

01macOS

Signed, notarized, drag and drop

v0.1.1 · Apple Silicon · .dmg

  1. 01Download the disk image.
  2. 02Open it and drag UNBLOCK into Applications.
  3. 03Launch it. The build is signed and notarized, so macOS verifies it on first launch and it opens clean — no warnings to click through.
02Windows

Not code-signed yet — here is the honest path

v0.1.1 · x64 · .exe

This build isn’t code-signed yet, so SmartScreen will warn you about a new publisher. That’s the certificate’s absence, not a verdict on the file. If you want certainty before running anything, verify the checksum first — section 03.

  1. 01Download and run the installer.
  2. 02SmartScreen shows “Windows protected your PC”. Choose More info.
  3. 03Choose Run anyway. The installer proceeds normally from there.
03Checksums

Verify before you trust

Both installers are listed in the release’s checksum manifest. Hash the file you downloaded, then compare it with the matching line in SHA256SUMS.txt . The two strings must match exactly.

macOS — Terminal

Windows — PowerShell

04CLI

Prefer the terminal?

The CLI installer sets up the same system. Its source is public, so you can read exactly what it does before piping it to a shell: Kaeva-labs/unblock-install

Every asset above lives on the public release page. Running in agents instead? Connect over MCP.

desktop-v0.1.1 on GitHub