MoonshotAI / MoonshotAI/kimi-code

Windows ARM64 Support

Open
#1,921 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

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

Description

What feature would you like to see?

当尝试在 WOA 设备上安装 kimi code cli 时,提示缺少对应的架构支持:

PS C:\Users\balzac> irm https://code.kimi.com/kimi-code/install.ps1 | iex
==> Detected target: win32-arm64 arm64
==> Resolving latest version from https://code.kimi.com/kimi-code/latest
==> Latest version: 0.27.0
==> Fetching manifest https://code.kimi.com/kimi-code/binaries/0.27.0/manifest.json
error: platform win32-arm64 arm64 not found in manifest

[process exited with code 1 (0x00000001)]
You can now close this terminal with Ctrl+D, or press Enter to restart.

希望日后可以提供 Windows ARM64 支持


The setup script reports that build support for architecture win32-ARM64 is not provided:

PS C:\Users\balzac> irm https://code.kimi.com/kimi-code/install.ps1 | iex
==> Detected target: win32-arm64 arm64
==> Resolving latest version from https://code.kimi.com/kimi-code/latest
==> Latest version: 0.27.0
==> Fetching manifest https://code.kimi.com/kimi-code/binaries/0.27.0/manifest.json
error: platform win32-arm64 arm64 not found in manifest

[process exited with code 1 (0x00000001)]
You can now close this terminal with Ctrl+D, or press Enter to restart.

I hope that support for Windows ARM64 could be provided in future.

Additional information

OS version: Windows 11 insider Preview Build 28120.2387

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 by tracing the Windows install.ps1 flow, the manifest at binaries/0.27.0/manifest.json, and the win32-arm64 arm64 target reported in the issue. Support is complete when the manifest includes a Windows ARM64 build and the setup script installs kimi code successfully on Windows 11 ARM64.

Written by the indexing model from the issue text.

Assessment

Domain
cli, operating-systems
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.