Public website
Latest release: v0.2.0-beta.16

Kiwi Control is live with installers, measured proof, and raw evidence on one public surface.

The current beta ships macOS and Windows desktop installers, CLI wrappers, release metadata, and a measured A/B proof page. The proof is useful because it is concrete, but it is still one controlled run, not a universal benchmark.

Choose the installer that matches your desktop OS. The downloads page keeps the platform-specific kc steps and the current proof status.

Windows

Windows desktop release

Use the setup EXE as the intended Windows installer path for this beta. MSI is available as a secondary manual path while signing proof remains incomplete.

Download for Windows
Measured A/B proof

On one controlled greenfield run, the Kiwi-assisted workflow finished with lower measured Claude usage and lower wall-clock time.

Repo A used Claude Code directly. Repo B used Kiwi Control status, guide, graph, pack, and review first. Both runs built the same Markdown Notes Organizer task on the same machine with direct Claude JSON usage data captured from the CLI.

Measured on one controlled greenfield A/B run of the same task using direct Claude JSON usage data. This is useful product proof, not a universal benchmark.

37.3% lower Claude cost
24.3% fewer Claude turns
59.0% lower Claude wall-clock time
Get started now

Install, verify, and run the first useful commands.

The install guide covers download paths. The command guide covers exactly what to run after that.

CLI wrapper install

curl -fsSL https://kiwi-control.kiwi-ai.in/install.sh | bash
Windows PowerShell:
irm https://kiwi-control.kiwi-ai.in/install.ps1 | iex

Verify install

kiwi-control --help
kc --help
command -v kc
Windows PowerShell:
Get-Command kc

First repo flow

kc init
kc status
kc guide
kc graph build
kc review
kc ui
Architecture

A repo-first control plane, not another replacement agent.

Kiwi Control keeps authority in the repo, derives structured context in sj-core, exposes it through the kc CLI, and mirrors the same state in the desktop app. Claude Code, Codex, Cursor, and Copilot still do the coding work; Kiwi helps them start from a clearer map.

Token-efficiency is a major product goal, but the claim stays honest: less wandering is plausible because context is narrower and review state is explicit. The measured savings shown here come from one controlled run.

Repo authority sj-core kc CLI Desktop UI Agent workflow
Status 0.2.0-beta.16
Recommended path Latest public release: 0.2.0-beta.16. Download links, checksums, and the release manifest below all point to the current published release artifacts.
Next stop Inspect the proof page, then use the downloads page for the live installer surface.

Public release status

1. The public website is live now.
2. `/downloads/` is the single public installer entrypoint.
3. `/proof/` is the measured product-proof surface.

Desktop first, CLI available

Kiwi Control is designed for desktop-first install where a desktop artifact exists. On macOS the pkg installer is the intended default path for install-time kc setup, with DMG kept as a secondary beta path. On Windows the setup EXE is the intended installer path for the current beta, with MSI available as a secondary manual option.

The standalone CLI wrapper installs kiwi-control and kc only, then verifies kc --help. It does not install the desktop app unless explicitly requested and a real desktop artifact exists.

Trust still matters

Public hosting does not equal signing trust. macOS still needs signed/notarized/stapled proof and Windows installers are still unsigned for this beta.

Install/PATH success and release signing trust are separate claims. The proof page and downloads page keep those boundaries explicit.

What to do next

Try the live product surface

1. Open the proof page to inspect the measured A/B run and raw artifacts.
2. Download the installer that matches your OS from the downloads page.
3. Use the install guide for the exact desktop and CLI verification steps.
Current public truth

Release readiness stays explicit

This website reflects the current public release status.
The proof page ties product claims back to measured artifacts.
macOS trust status is still release-specific.
Windows trust status is still release-specific.