Kavi

Getting Started

Everything you need to install, configure, and run your first Kavi session

This section walks you through going from zero to a working Kavi setup. By the end, you will have Kavi installed, your project initialized, and your first AI-assisted task completed through the TUI.

Prerequisites

Before you begin, make sure you have:

  • Node.js (v25 or later)
  • git (any recent version)
  • Claude CLI -- installed and authenticated (claude --version should work)
  • Codex CLI -- installed (codex --version should work)

Path Through the Docs

Need Help?

If something does not work as expected, run kavi doctor to diagnose common issues. It checks for missing dependencies, authentication problems, and configuration errors.

On this page