Happier Docs
Providers

Kimi

Configure Kimi in Happier via ACP-backed local runtime integration.

Happier supports Kimi as a local CLI-backed provider.

Requirements

  • Kimi CLI installed locally.
  • Binary available on PATH (or set HAPPIER_KIMI_PATH).

Install Kimi

If you use hstack, you can install Kimi with the providers installer:

hstack providers install kimi
kimi --version

Or install manually (macOS / Linux):

curl -LsSf https://code.kimi.com/install.sh | bash
kimi --version

Windows (PowerShell):

Invoke-RestMethod https://code.kimi.com/install.ps1 | Invoke-Expression
kimi --version

Start Kimi with Happier

happier kimi

Notes

  • Resume/model/mode/permission behavior is capability-driven.
  • Tool calls are normalized to canonical Happier tool renderers.

Troubleshooting

If Kimi is not detected:

  1. Verify kimi --version works.
  2. Restart Happier.
  3. Set HAPPIER_KIMI_PATH if needed.

On this page