支持 Windows CLI
使用的 Kraken 版本 | What version of kraken are you using
重现步骤 | Steps To Reproduce
node 12.0.0版本 执行npm i @openkraken/cli -g命令报了个tar解压错误。。应该是kraken-win32-0.7.1.tar.gz下载的有问题,所以解压失败。
重现代码 | Code example:
预期结果 | Expected results:
实际结果 | Actual results:

你好 @sds0917 Kraken 目前暂时没有提供可运行在 Windows 平台的 CLI 程序。
诉求收到,我们会尽快支持
意思是只能mac os下开发?
目前可以通过集成到 Android/iOS 的方式进行, 体验的话除了 CLI 也可以使用 Android 下的 PlaygroundApp https://openkraken.com/guide#kraken-playground
好,等等看,感谢。
联名请求官方尽快推出Windows CLI
联名请求官方尽快推出Windows CLI
有木有Windows支持的时间表😀
This technology is really impressive, Could you please indicate when windows cli will be available? Do you have any roadmap or plan on this?
I also tested cli v 0.10 on WSL 2 ubuntu (Linux emulator on windows), failed as well (tar xzf error)
I have the same problems when install on windows.
C:\Users\Liu.D.H>npm i @openkraken/cli -g
npm ERR! code 1
npm ERR! path C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\@openkraken\cli
npm ERR! command failed
npm ERR! command C:\Windows\system32\cmd.exe /d /s /c node install.js
npm ERR! % Total % Received % Xferd Average Speed Time Time Time Current
npm ERR! Dload Upload Total Spent Left Speed
100 301 100 301 0 0 692 0 --:--:-- --:--:-- --:--:-- 693
npm ERR! tar: Error opening archive: Unrecognized archive format
npm ERR! node:child_process:894
npm ERR! throw err;
npm ERR! ^
npm ERR!
npm ERR! Error: Command failed: tar xzf C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\@openkraken\cli\kraken-win32-0.11.1.tar.gz -C ./build
npm ERR! at checkExecSyncError (node:child_process:820:11)
npm ERR! at execSync (node:child_process:891:15)
npm ERR! at Object.<anonymous> (C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\@openkraken\cli\install.js:15:1)
npm ERR! at Module._compile (node:internal/modules/cjs/loader:1112:14)
npm ERR! at Module._extensions..js (node:internal/modules/cjs/loader:1166:10)
npm ERR! at Module.load (node:internal/modules/cjs/loader:988:32)
npm ERR! at Module._load (node:internal/modules/cjs/loader:834:12)
npm ERR! at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
npm ERR! at node:internal/main/run_main_module:17:47 {
npm ERR! status: 1,
npm ERR! signal: null,
npm ERR! output: [ null, null, null ],
npm ERR! pid: 21868,
npm ERR! stdout: null,
npm ERR! stderr: null
npm ERR! }
npm ERR!
npm ERR! Node.js v18.4.0
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Liu.D.H\AppData\Local\npm-cache\_logs\2022-09-09T00_34_31_866Z-debug-0.log
C:\Users\Liu.D.H>
Why not windows?