MoonshotAI / MoonshotAI/kimi-code
Windows ARM64 Support
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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