>_ Metacode

AI 命令行编码助手,开箱即用。

v0.1.0-alpha.1
🍎

macOS

Apple Silicon (M1/M2/M3/M4)
↓ 下载 .tar.gz
aarch64-apple-darwin
🐧

Linux

x86_64 (静态链接)
↓ 下载 .tar.gz
x86_64-unknown-linux-musl
🪟

Windows

x86_64
↓ 下载 .zip
x86_64-pc-windows-msvc

⚡ 一键安装

macOS / Linux

curl -fsSL https://metacode.pages.dev/install.sh | sh

Windows (PowerShell)

irm https://metacode.pages.dev/install.ps1 | iex

📖 手动安装

macOS / Linux

tar -xzf metacode-*.tar.gz && chmod +x metacode && ./metacode

Windows

解压 zip → 双击 metacode.exe 或在终端运行 .\metacode.exe