Skip to content

ElhamDevelopmentStudio/kairo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

104 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kairo

Kairo - Understand how your software evolved. Timeline intelligence, context preservation, architecture evolution, and automatic documentation.

Kairo is a local-first development intelligence system. It observes project activity, stores it locally, and reconstructs useful project memory.

This README is only for setting up Kairo as a user.

Requirements

  • Node.js 22 or newer
  • Git

Install

npm install -g @kairohq/cli @kairohq/mcp

Initialize A Project

Run this inside the project you want Kairo to remember.

kairo init

kairo init creates local Kairo state, installs Claude Code and Codex capture hooks, and registers the local Kairo MCP server so those assistants can query project memory. No Kairo AI provider is required by default.

Ingest Existing History

kairo sweep

This reads existing git history and writes local Kairo state under .kairo/.

Check Setup

kairo doctor

Use With Codex Or Claude Code

After kairo init, use Codex or Claude Code normally from the project. When you ask about previous decisions, past fixes, architecture changes, or why something exists, the assistant can query Kairo through the MCP setup written by init.

kairo ask "what changed in the dashboard data source?" is only a manual CLI check; it is not required for assistant integrations.

Where To Read More

About

A local-first development intelligence system that continuously reconstructs how software projects evolve.

Resources

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors