Skip to content

MetaPi v0.1.0-preview.5

Pre-release
Pre-release

Choose a tag to compare

@Slapq Slapq released this 17 Aug 16:40

MetaPi v0.1.0-preview.5

本预览版将 DeepSeek Harness 升级到完整的 0.1.0-rc.7 依赖图,并继续提供 Windows x64 双安装器。

DeepSeek Harness rc.7

  • 所有直接 DSH packages、required peer services、native packages 和 release staging 统一为 rc.7;
  • Windows 与 Linux Node staging 从 committed root lock 安装平台匹配的 exact graph,不允许 rc.6/rc.7 混装;
  • native preparation 仅执行已审查的 @deepseek-ai/dsh-subprocess-localkoffinode-pty install scripts;
  • MetaPi 已验证 rc.7 的 Session、Plugin Inventory、Model catalog、Settings 和 Runtime teardown;
  • standalone Linux Bun archive 的 DSH Runtime 仍明确为 UNSUPPORTED,需要 DSH 时使用 Node.js 源码发行。

Windows 下载

  • MetaPi-Setup.exe:内置 Node.js 24.19.0,适合未预装 Node.js 的机器;
  • MetaPi-Setup-NodeJS.exe:使用系统 Node.js;Node 缺失或版本较低时提示但不阻止安装;
  • 两版均内置 Windows Terminal 1.24.11911.0 portable distribution;
  • 桌面快捷方式默认使用内置 Windows Terminal;
  • metapi 加入当前用户 PATH,可在新开的 PowerShell、cmd、Git Bash、Windows Terminal 或 VS Code terminal 中运行;
  • 安装和升级保留 ~/.metapi,卸载保留 Profile、凭据、模型和 Session。

Linux 源码入口

npm install --ignore-scripts
npm run prepare:native-runtime
npm run build
./pi-test.sh

Linux DSH native modules 需要 Python 3、Make 和 C++ toolchain;Alpine 还需要 Linux headers。Linux ARM64 和 glibc 发行版尚未完成本版本实机验收。

限制

  • Windows 安装器仅支持 Windows 10 build 19041+ / Windows 11 x64;
  • Bash tool 在 Windows 上仍需要 Bash,推荐 Git for Windows;
  • 安装器当前未签名,可能显示 Unknown publisher 或 SmartScreen;
  • ARM64、自动更新、签名流水线和 scoped npm Bootstrap 不包含在本预览版。

Integrity

使用 SHA256SUMS.txt 验证下载文件:

Get-FileHash .\MetaPi-Setup.exe -Algorithm SHA256
Get-FileHash .\MetaPi-Setup-NodeJS.exe -Algorithm SHA256

This preview upgrades MetaPi to one complete DeepSeek Harness 0.1.0-rc.7 graph and ships refreshed Windows x64 installers. The full installer bundles Node.js; the smaller installer uses system Node.js. Both include portable Windows Terminal for the desktop shortcut and expose metapi through the current-user PATH. The installers remain unsigned.