Package Details: kimi-cli 1.44.0-1

Git Clone URL: https://aur.archlinux.org/kimi-cli.git (read-only, click to copy)
Package Base: kimi-cli
Description: Kimi Code CLI is your next CLI agent.
Upstream URL: https://github.com/MoonshotAI/kimi-cli
Licenses: Apache-2.0
Submitter: wimpy
Maintainer: Sherlock-Holo
Last Packager: Sherlock-Holo
Votes: 1
Popularity: 0.55
First Submitted: 2026-01-30 10:21 (UTC)
Last Updated: 2026-05-15 17:37 (UTC)

Dependencies (2)

Required by (2)

Sources (1)

Latest Comments

MiketsuSmasher commented on 2026-05-01 15:20 (UTC)

I've noticed that the kaos module actually is not exist in the final package, even the corresponding measures is applied in the PKGBUILD to ensure it is installed. The pykaos.pth is exists but it content is not portable, may depend on the location of venv dir that created and used during build. This caused the final package can only run normally on the builder's machine, but raise ModuleNotFoundError on other machines.

SteamedFish commented on 2026-03-15 14:43 (UTC)

I've noticed that the Web UI static files for Kimi are not being generated during the build process. While the CLI works correctly, the web interface returns {"detail":"Not Found"} because the static files are missing.

SteamedFish commented on 2026-03-15 10:52 (UTC)

Please add aarch64 support. I've tested it successfully; no changes are needed except modifying arch=('x86_64') to arch=('x86_64' 'aarch64') in the PKGBUILD.

abcfy2 commented on 2026-03-13 02:27 (UTC)

Run failed:

❯ kimi
╭─────────────────────────────────────────────── Traceback (most recent call last) ────────────────────────────────────────────────╮
│ /usr/lib/kimi-cli/lib/python3.14/site-packages/kimi_cli/cli/__init__.py:328 in kimi                                              │
│                                                                                                                                  │
│   325 │                                                                                                                          │
│   326 │   del version  # handled in the callback                                                                                 │
│   327 │                                                                                                                          │
│ ❱ 328 │   from kaos.path import KaosPath                                                                                         │
│   329 │                                                                                                                          │
│   330 │   from kimi_cli.agentspec import DEFAULT_AGENT_FILE, OKABE_AGENT_FILE                                                    │
│   331 │   from kimi_cli.app import KimiCLI, enable_logging                                                                       │
│                                                                                                                                  ...
ModuleNotFoundError: No module named 'kaos'