AgentKit
DocsKitsCLI ReferenceDesktop App

Desktop app

Install the Desktop app

Download, verify, and open the exact AgentKit Desktop v2.12.0 package for a supported platform.

After this page, you will have opened a checksum-verified AgentKit Desktop v2.12.0 package. Desktop is a manual download in this release; the CLI installer does not install it.

Download the matching package

Download the artifact and its .sha256 sidecar from the official AgentKit v2.12.0 release.

PlatformArtifactBytesSHA-256
macOS Intelak-gui_2.12.0_darwin_amd64.zip12,921,704cffd269e5b3d8d599c3160761dcf7e6434f90555cdf96ac9b8cf6d0cb2fca70b
macOS Apple siliconak-gui_2.12.0_darwin_arm64.zip11,940,5641d32e52931de2a331bf1e3b25726eddac760b08d8d8e28810b4019e943beac27
Linux x64ak-gui_2.12.0_linux_amd64.AppImage84,810,232c66b0b2fd592c484958c82814f392b44ac8f4a7677ee184eb51d5fa182fbc72b
Windows x64ak-gui_2.12.0_windows_amd64.zip13,032,9611aa82c85a8abe6052d4683a9360adf0ae1ea816c07c5e73e92c6a775a69e39b6

There is no Desktop artifact for Linux ARM64 or Windows ARM64 in v2.12.0. Do not substitute the similarly named ak_2.12.1-beta.3_* archive: that is the CLI artifact and contains no Wails window.

Verify the download

Calculate the digest of the artifact itself and compare all 64 hexadecimal characters with the table and downloaded sidecar. Stop if the file size or digest differs.

macOS

shasum -a 256 ak-gui_2.12.0_darwin_arm64.zip

Replace arm64 with amd64 for an Intel Mac.

Linux

sha256sum ak-gui_2.12.0_linux_amd64.AppImage

Windows PowerShell

Get-FileHash .\ak-gui_2.12.0_windows_amd64.zip -Algorithm SHA256

The macOS and Linux sidecars include the build runner's original absolute path. Compare the digest value itself; do not expect a direct -c check of those sidecar files to find your download.

Install and open it

macOS

  1. Expand the matching zip.
  2. Move agentkit.app to /Applications.
  3. Open agentkit.app.

If Gatekeeper blocks the first launch, confirm the digest first. Then attempt to open the app once and use System Settings → Privacy & Security → Open Anyway for that exact app. If you deliberately use the command-line fallback for the verified bundle, run:

xattr -rd com.apple.quarantine /Applications/agentkit.app

SHA-256 verification confirms the downloaded bytes, but it is separate from Apple notarization. Do not assume this package is notarized. Keep Gatekeeper on; do not apply a system-wide exception.

Linux

Keep the AppImage in a user-controlled applications directory, then run:

chmod +x ak-gui_2.12.0_linux_amd64.AppImage
./ak-gui_2.12.0_linux_amd64.AppImage

If it reports a FUSE error, install your distribution's FUSE compatibility package and retry the same verified AppImage. Do not run it as root.

Windows

  1. Extract ak-gui_2.12.0_windows_amd64.zip to a user-controlled applications folder.
  2. Run ak-gui.exe from the extracted folder.

If SmartScreen appears, recheck the SHA-256 first. For the matching official artifact, choose More info → Run anyway. Keep endpoint protection enabled.

Install the CLI separately when needed

Desktop can manage its interface without an HTTP port, but terminal commands and Desktop's paired updater need the standard ak CLI installed separately. Follow CLI installation, then confirm:

ak --version

The CLI and Desktop should report the same release before you enable Desktop auto-update. Running ak gui from the standard CLI does not launch the separate Desktop installation.

Remove Desktop

There is no Desktop uninstaller in v2.12.0. Quit the app, optionally sign out from Profile to clear the local App session, then remove only the item you installed:

  • /Applications/agentkit.app on macOS;
  • The exact ak-gui_2.12.0_linux_amd64.AppImage on Linux; or
  • The extracted Desktop folder containing ak-gui.exe on Windows.

This does not remove the CLI, installed Kits, runtime files, or AgentKit state. ak uninstall is a managed-project removal command, not a Desktop uninstaller. Do not delete ~/.agentkit, %USERPROFILE%\.agentkit, .claude, or .codex wholesale. Continue with First launch.