Getting started

Install Kition

Download for macOS / Windows and finish first-run.

Download

Kition is a standalone desktop app β€” no browser, no Docker, no Node toolchain required. The installer bundles the Electron shell plus a local Go sidecar, and weighs in around 250 MB unpacked.

Grab the right installer for your platform from kition.ai/download. Every build is signed: Apple Developer ID on macOS, EV code-signing cert on Windows.

  • macOS (Apple Silicon): Kition-arm64.dmg
  • macOS (Intel): Kition-x64.dmg
  • Windows: Kition-Setup.exe (per-user, defaults to %LOCALAPPDATA%\Programs\Kition)
  • Windows portable: Kition-portable.zip (no registry writes)

Install β€” macOS

Double-click the .dmg and drag Kition into Applications. macOS Gatekeeper will prompt the first time β€” click Open. The build is notarized, so you should not see the scary "cannot verify developer" dialog.

If you downloaded an internal or dev build instead, Gatekeeper may block it. Right-click the app icon and choose Open to bypass once.

  • Disk usage runs about 480 MB once installed
  • On Apple Silicon, prefer the arm64 build β€” Rosetta perf is noticeably worse
  • On a multi-user Mac, install per-account under ~/Applications/

Install β€” Windows

Run Kition-Setup.exe. The installer is per-user by default β€” no admin elevation, nothing written to Program Files. That makes it survivable on locked-down work machines.

If SmartScreen calls the binary "uncommon", click More info β†’ Run anyway. Reputation builds up after a few days of EV signing.

  • Default location: %LOCALAPPDATA%\Programs\Kition
  • Machine-wide install: Kition-Setup.exe /allusers (admin required)
  • Portable build: unzip Kition-portable.zip anywhere, run Kition.exe
  • AV may scan slowly on first launch β€” whitelist the install dir

First launch

First launch shows a short onboarding: pick a vault folder, choose a theme, optionally wire up an AI provider. The vault defaults to ~/Documents/Kition and can be moved any time from Settings β†’ Vault.

When onboarding closes, the app starts the Go sidecar in the background on a random loopback port. That sidecar runs the agent, the table database, and the file index β€” none of it talks to the network unless you have explicitly configured a provider.

  • First-pass indexing takes a few seconds to a minute depending on vault size
  • The system tray icon switches vaults and shows sidecar status
  • Bottom-right status dot: green means the sidecar is ready

Common install issues

  • "App is damaged" (macOS): xattr -cr /Applications/Kition.app clears the quarantine xattr
  • macOS startup hangs on a white window: delete ~/Library/Application Support/Kition/Cache/ and relaunch
  • Windows installer 0x80070643: leftover older install β€” uninstall cleanly via Settings β†’ Apps first
  • Sidecar fails to start: firewall is blocking loopback β€” allow Kition.exe
  • Corporate SSL MITM: see configure-provider for the custom CA setup

Verify the install

Want to confirm the sidecar is actually alive? Help β†’ About shows the version and the sidecar port. Or open Settings β†’ Diagnostics and run the self-check β€” it probes keychain access, vault write permissions, and provider connectivity.

Related articles

Ready when you are.

Kition is a local-first AI workspace. Markdown documents, structured tables, and an AI agent β€” running on your own machine, against the model provider you choose.