MoonshotAI / MoonshotAI/kimi-code

希望 Kimi Computer Use 支持 Intel Mac

Open
#2,734 2 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
7.5k
Forks
1.2k
Avg merge
11h 53m
Merged PRs (30d)
350

Description

版本 / 平台

  • kimi --version:0.34.0
  • 设备:uname -mprs… x86_64(Intel Mac)

复现

curl -fsSL https://cdn.kimi.com/kimi-computer-use/latest/setup_macos.sh | bash

输出:

==> 下载 KimiCU.app.zip(latest)...
######################################################################## 100.0%
==> 解压并安装到 /Applications ...
==> 停止正在运行的旧进程 ...
==> 注册后台服务 ...
bash: line 40: /Applications/KimiCU.app/Contents/MacOS/kimi-cu: Bad CPU type in executable

Bad CPU type in executable 是 Mach-O 里没有 x86_64 slice —— KimiCU 的 helper 二进制只打了 arm64,Intel Mac 直接被内核拒绝。

Kimi Code 内 /plugins 走的也是同一份 zip,失败被吞掉,只在 detect 里看到 app/service 状态异常。

期望

KimiCU 出 universal2 或单独的 x86_64 build,让 Intel Mac 也能装上。

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with setup_macos.sh and the KimiCU.app.zip packaging used by the installer and the /plugins path. Check how the helper binary is built and bundled, then verify that the resulting app includes an x86_64 slice and that installation and service detection work on an Intel Mac.

Written by the indexing model from the issue text.

Assessment

Tech stack
bash, macos
Domain
cli, operating-systems, release
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.