Kimi Sidekick is an MIT-licensed repository for the Windows desktop shell around Kimi Web.
The main deliverable is apps/kimi-shell, a Tauri v2 + React desktop application that
combines startup handoff, install and upgrade flows, a multi-tab control center, IM Bridge
operations, diagnostics, and Windows packaging into one workspace-oriented app.
apps/kimi-shell: desktop app source, packaging config, screenshots, and release notestasks: local task tracking, investigation notes, and engineering review materialsKimi Code Web and Kimi Chat, with Workspace Grid presets, resizable saved layouts, embedded external Webview panes, WebviewWindow fallback, and view switchingkimi-code server runtimeKimi Code Web, Kimi Chat, and additional grid panes mounted inside one shell, reducing refresh-heavy workflow switchingMain workspace with the persistent Code/Chat shell and desktop-level navigation:

Assistant settings groups first-run tasks and common environment fixes into focused expandable bars:

Install and Upgrade keeps PowerShell preflight, dependency readiness, and upgrade entry points in one place:

Control Center brings overview, quick setup, diagnostics, and operational entry points into one tabbed workspace:

IM Bridge provides channel controls, current binding/session switching, and working-directory management for bridge-driven workflows:

Requirements:
Common commands:
pnpm -C apps/kimi-shell install
pnpm -C apps/kimi-shell tauri dev
pnpm -C apps/kimi-shell build
pnpm -C apps/kimi-shell tauri build
Production installer artifacts are generated under:
apps/kimi-shell/src-tauri/target/release/bundle/nsisapps/kimi-shell/src-tauri/target/release/bundle/msiRelease notes are stored under:
apps/kimi-shell/docsPushing a vX.Y.Z tag matching apps/kimi-shell/package.json runs the Windows release workflow. It publishes NSIS/MSI installers, updater signatures, and latest.json; the two Tauri signing Secrets must be configured before tagging.
This repository is released under the MIT License. See LICENSE.