v0.1.0 — Open Source

Your terminal,
powered by AI.

Type what you want in natural language. Kai translates it to the right shell command — instantly.

kai
$ show me disk usage sorted by size
> du -sh * | sort -rh
[Enter] execute   [Tab] edit   [Esc] cancel

Features

A terminal that understands you. No plugins, no configuration — just type.

🧠

AI-Default Input

Natural language is the default. Type what you want and Kai figures out the command. Japanese and English supported.

🛡️

Two-Step Execution

Every AI-generated command is shown for review before execution. Edit, confirm, or cancel — you stay in control.

Smart Classification

Known commands like ls, git, cd pass through instantly. No AI latency for what you already know.

🔒

Security Filter

API keys, passwords, and secrets are automatically stripped before being sent to the AI provider.

How it works

1

Type naturally

Describe what you want in plain language.

$ find large files over 100MB
2

Review the command

Kai generates the command and shows it for confirmation.

> find . -size +100M -type f
3

Execute

Press Enter to run, Tab to edit, or Esc to cancel.

[Enter] ✓ executed

Get started

Install Kai in seconds.

Homebrew
brew install spikenetworks/tap/kai
# First-time setup
kai login
Requirements
Rust 1.70+ · macOS or Linux