K
KinLab
Menu
Pre-release · early access by requestChannel: Alpha · planned

Install

Kin is open source, so you can build it from source today. The guided one-line installer opens with the first release channel (Alpha). The first public channel. Early and fast-moving; opt in to try it before beta.

Platforms

macOS

Apple Silicon and Intel.

Linux

x86_64 and aarch64.

Windows

Native support is in progress.

Quickstart

Build the open-source CLI from source today, then run kin setup to wire the daemon, editor, and agent integration. The one-line installer ships with the Alpha channel.

git clone https://github.com/firelock-ai/kin
cd kin
cargo build --release
./target/release/kin setup

Surfaces

Guided setup

A guided install path that wires the CLI, daemon, editor, and agent integration in one flow.

Editor extension

A lightweight VS Code extension for semantic search, entity exploration, and review.

Agent MCP server

An MCP server that exposes semantic tools to any AI agent (published to npm).

Want a walkthrough of connecting to the hosted workspace once you have the tooling installed?