◆ install · macOS

Kuzy on Mac.

The native desktop app. Signed, notarized, and auto-updating. Apple Silicon or Intel — same binary recipe, separate DMGs.

◆ binary not visible from this build

We couldn't fetch the latest release metadata. Try the releases page directly, or build it locally:

◆ build from source
bash
git clone https://github.com/Kuzy-ai/kuzy.git
cd kuzy

# Python agent (CLI + Ink TUI core)
python3 -m pip install --user -e .

# Mac desktop app (Electron + React + Tailwind v4)
cd desktop
npm install
npm run dev

See desktop/README for the build flags, packaging steps, and keyboard shortcuts.

◆ requirements
macOS
13 Ventura or later
Architecture
Apple Silicon · Intel
Tooling
git · python3.11+ · node 20+
Disk
~600 MB (sources + node_modules)

Signed and notarized.

Every release is signed with our Apple Developer ID and notarized by Apple. Gatekeeper opens the DMG without warnings. Auto-update is built in, so upgrades land while you sleep.