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.
| Platform | Artifact | Bytes | SHA-256 |
|---|---|---|---|
| macOS Intel | ak-gui_2.12.0_darwin_amd64.zip | 12,921,704 | cffd269e5b3d8d599c3160761dcf7e6434f90555cdf96ac9b8cf6d0cb2fca70b |
| macOS Apple silicon | ak-gui_2.12.0_darwin_arm64.zip | 11,940,564 | 1d32e52931de2a331bf1e3b25726eddac760b08d8d8e28810b4019e943beac27 |
| Linux x64 | ak-gui_2.12.0_linux_amd64.AppImage | 84,810,232 | c66b0b2fd592c484958c82814f392b44ac8f4a7677ee184eb51d5fa182fbc72b |
| Windows x64 | ak-gui_2.12.0_windows_amd64.zip | 13,032,961 | 1aa82c85a8abe6052d4683a9360adf0ae1ea816c07c5e73e92c6a775a69e39b6 |
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.zipReplace arm64 with amd64 for an Intel Mac.
Linux
sha256sum ak-gui_2.12.0_linux_amd64.AppImageWindows PowerShell
Get-FileHash .\ak-gui_2.12.0_windows_amd64.zip -Algorithm SHA256The 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
- Expand the matching zip.
- Move
agentkit.appto/Applications. - 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.appSHA-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.AppImageIf 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
- Extract
ak-gui_2.12.0_windows_amd64.zipto a user-controlled applications folder. - Run
ak-gui.exefrom 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 --versionThe 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.appon macOS;- The exact
ak-gui_2.12.0_linux_amd64.AppImageon Linux; or - The extracted Desktop folder containing
ak-gui.exeon 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.