github AnalyseDeCircuit/oxideterm v0.21.0
OxideTerm v0.21.0

latest releases: v2.0.21, v2.0.20, v2.0.19...
4 months ago

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...

⚠️ No changelog entry found 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.md with 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.app

If you see "damaged and can't be opened" error, make sure to run the command above.


🪟 Windows 安装说明

  1. 下载 .msi.exe 安装包
  2. 如果 Windows Defender SmartScreen 弹出警告,点击 "更多信息" → "仍要运行"
  3. 按照安装向导完成安装

🪟 Windows Installation

  1. Download the .msi or .exe installer
  2. If Windows Defender SmartScreen shows a warning, click "More info" → "Run anyway"
  3. Follow the installation wizard

🐧 Linux 安装说明

AppImage (推荐)

chmod +x OxideTerm_*.AppImage
./OxideTerm_*.AppImage

Debian/Ubuntu (.deb)

sudo dpkg -i oxideterm_*.deb
sudo apt-get install -f  # 安装依赖

🐧 Linux Installation

AppImage (Recommended):

chmod +x OxideTerm_*.AppImage
./OxideTerm_*.AppImage

Debian/Ubuntu (.deb):

sudo dpkg -i oxideterm_*.deb
sudo apt-get install -f  # Install dependencies

🔗 Links

Don't miss a new oxideterm release

NewReleases is sending notifications on new releases.