OxideTerm v0.21.0
tauri-app@0.21.0 release:notes /Users/runner/work/oxideterm/oxideterm
node scripts/release-notes.cjs 0.21.0 --stdout
📝 Generating release notes for v0.21.0...
Expected format in docs/changelog/YYYY-MM.md:
YYYY-MM-DD: Title (v0.21.0)
============================================================
OxideTerm v0.21.0 Release Notes
⚠️ No changelog entry found for this version.
Please update
docs/changelog/YYYY-MM.mdwith release notes.
📦 Downloads
| Platform | File | Notes |
|---|---|---|
| macOS (Universal) | OxideTerm_x.y.z_universal.dmg |
Requires xattr -cr |
| macOS (Intel) | OxideTerm_x.y.z_x64.dmg |
Requires xattr -cr |
| macOS (Apple Silicon) | OxideTerm_x.y.z_aarch64.dmg |
Requires xattr -cr |
| Windows (64-bit) | OxideTerm_x.y.z_x64-setup.exe |
Installer |
| Windows (64-bit) | OxideTerm_x.y.z_x64_en-US.msi |
MSI package |
| Linux (AppImage) | OxideTerm_x.y.z_amd64.AppImage |
Portable |
| Linux (Debian) | oxideterm_x.y.z_amd64.deb |
Debian/Ubuntu |
🔧 Installation Instructions
🍎 macOS 安装说明
重要:从网络下载的 .dmg 文件会被 macOS Gatekeeper 隔离。
在终端中执行以下命令移除隔离属性:
# 对于 .dmg 文件
xattr -cr ~/Downloads/OxideTerm_*.dmg
# 或者安装后对应用执行
xattr -cr /Applications/OxideTerm.app如果出现 "已损坏,无法打开" 错误,请确保执行上述命令。
🍎 macOS Installation
Important: Downloaded .dmg files are quarantined by macOS Gatekeeper.
Run this command in Terminal to remove the quarantine attribute:
# For .dmg files
xattr -cr ~/Downloads/OxideTerm_*.dmg
# Or for the installed app
xattr -cr /Applications/OxideTerm.appIf you see "damaged and can't be opened" error, make sure to run the command above.
🪟 Windows 安装说明
- 下载
.msi或.exe安装包 - 如果 Windows Defender SmartScreen 弹出警告,点击 "更多信息" → "仍要运行"
- 按照安装向导完成安装
🪟 Windows Installation
- Download the
.msior.exeinstaller - If Windows Defender SmartScreen shows a warning, click "More info" → "Run anyway"
- Follow the installation wizard
🐧 Linux 安装说明
AppImage (推荐):
chmod +x OxideTerm_*.AppImage
./OxideTerm_*.AppImageDebian/Ubuntu (.deb):
sudo dpkg -i oxideterm_*.deb
sudo apt-get install -f # 安装依赖🐧 Linux Installation
AppImage (Recommended):
chmod +x OxideTerm_*.AppImage
./OxideTerm_*.AppImageDebian/Ubuntu (.deb):
sudo dpkg -i oxideterm_*.deb
sudo apt-get install -f # Install dependencies