Releases: GAIR-NLP/SII-CLI
Releases · GAIR-NLP/SII-CLI
Latest Build (v0.0.72)
🚀 SII CLI - Latest Build (Auto-generated)
Version: 0.0.72
Build Date: 2026-03-07 20:22:22 UTC
Commit: cfbe5c127911997863d62e4392202bd1ae148d30
🎯 快速下载(推荐小白用户)
🪟 Windows & 🐧 Linux 用户
直接下载可执行文件,无需解压!
| 平台 | 直接下载 | 说明 |
|---|---|---|
| 🪟 Windows | sii-windows.exe |
双击运行 ⭐ |
| 🐧 Linux | sii-cli-linux |
添加执行权限后运行 ⭐ |
首次使用提示:
- Windows: 双击即可,可能会显示 SmartScreen 警告 → 点击"更多信息" → "仍要运行/保留"
- Linux:
chmod +x sii-cli-linux && ./sii-cli-linux --help
🍎 macOS 用户(推荐 DMG)
推荐使用 DMG 安装器,体验更好:
| 处理器类型 | DMG 文件 | 说明 |
|---|---|---|
| Intel Mac | sii-cli-macos-x64-v0.0.72.dmg |
⭐ 推荐 |
| Apple Silicon | sii-cli-macos-arm64-v0.0.72.dmg |
⭐ 推荐 |
安装步骤:
- 双击 DMG 文件挂载
- 拖动 "SII CLI.app" 到 Applications 文件夹
- 首次运行:在 Applications 中找到 "SII CLI",右键点击 → "打开" → 点击"打开"按钮
- 之后就可以正常使用了
由于应用未经 Apple 官方签名,macOS 可能会显示安全警告。这是正常现象。
解决方案:
方法 1:通过系统设置允许(最推荐) 👍
- 尝试打开应用(会被阻止)
- 前往
系统设置→隐私与安全性 - 向下滚动,找到被阻止的 "SII CLI" 应用
- 点击
仍要打开按钮 - 在弹出的对话框中再次确认
打开 - ✅ 完成!之后可正常使用
方法 2:使用右键打开
- 在 Applications 中找到 "SII CLI"
- 按住 Control 键点击(或右键点击)应用图标
- 选择
打开 - 在弹出的对话框中点击
打开按钮
方法 3:使用终端命令
# 移除隔离属性
xattr -cr "/Applications/SII CLI.app"💡 为什么会有安全警告?
- Apple 要求开发者年费购买开发者证书并签名应用
- 我们的项目是开源的,所有代码可在 GitHub 上查看
- 这不影响应用的安全性和功能
📦 完整安装包(高级用户)
🐧 Linux (x64)
# Download and extract
wget https://github.com/GAIR-NLP/sii-cli/releases/download/latest/sii-cli-linux-v0.0.72.tar.gz
tar -xzf sii-cli-linux-v0.0.72.tar.gz
# Install (requires sudo)
cd sii-cli-linux-package
sudo ./install.sh🍎 macOS (Intel & Apple Silicon)
# Download the appropriate version:
# - Intel Mac: sii-cli-macos-x64-v0.0.72.zip
# - Apple Silicon: sii-cli-macos-arm64-v0.0.72.zip
# - DMG installer: sii-cli-macos-v0.0.72.dmg
# For ZIP files:
unzip sii-cli-macos-*.zip
# Drag "SII CLI.app" to Applications folder
# For DMG:
# Double-click to mount and drag to Applications🪟 Windows (x64)
# Download sii-cli-windows-v0.0.72.zip
# Extract and run install-windows.bat
# Or double-click sii-cli.exe to run directly🔌 VSCode Extension
# Download the VSIX file:
# - sii-cli-vscode-ide-companion-0.0.72.vsix
# Install in VS Code:
# 1. Open VS Code
# 2. Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X)
# 3. Click "..." menu → "Install from VSIX..."
# 4. Select the downloaded .vsix file
# Or via command line:
code --install-extension sii-cli-vscode-ide-companion-0.0.72.vsix✨ Features
- 🎯 Standalone executables (no Node.js required)
- 🖥️ Cross-platform support (Linux/macOS/Windows)
- 🎨 Native system integration
- 📦 Easy installation with provided scripts
- 🔌 VSCode extension for enhanced IDE integration
- ⚡ Direct executable downloads (no extraction needed)
📝 Notes
- macOS binaries are unsigned (no Apple Developer certificate)
- First run on macOS: Right-click → Open, then click "Open" in the security dialog
- Or remove quarantine:
xattr -cr "SII CLI.app"orxattr -cr sii-cli-macos* - Windows may show SmartScreen warning: Click "More info" → "Run anyway"