Skip to content

OxideTerm Native 2.0.2

Choose a tag to compare

@github-actions github-actions released this 16 Jul 15:21

OxideTerm 2.0

OxideTerm 2.0 is the stable, GPU-rendered desktop workspace for SSH, terminals, files, forwarding, host operations, remote desktop, and OxideSens AI.

Use this channel for daily work. It includes the desktop app, signed update metadata, and the recommended update path for most users.

Download for your system

Operating system x64 ARM64
Windows Setup (.exe) Setup (.exe)
macOS DMG (Intel) DMG (Apple Silicon)
Linux AppImage · DEB · RPM AppImage · DEB · RPM

Portable archives, signatures, and sha256sums.txt remain available in the release assets below.

What This Release Is

  • The stable OxideTerm 2.0 desktop build.
  • Intended for daily SSH, SFTP, terminal, port forwarding, remote desktop, serial, file, and OxideSens workflows.
  • Published with updater metadata for the stable channel.
  • Suitable for users who do not want preview-channel churn.

2.0.2

OxideTerm 2.0.2 improves application privacy controls, terminal session ownership,
and visual consistency across the native workspace.

Highlights

  • Added application locking with macOS Touch ID and Windows Hello unlock support, plus a setting to hide the lock action from the activity bar.
  • Improved terminal, pane, tab, and SSH node ownership so independent consumers keep shared sessions alive and terminal endpoints remain traceable.
  • Added animated authentication selection while preserving the existing connection form appearance and reduced-motion behavior.

Fixes

  • Fixed modal backdrops so confirmations dim the complete application window instead of only the current content surface.
  • Refined plugin manager typography, selected connection styling, sidebar selection motion, and other native workspace details.
  • Improved terminal graphics cache ownership, rendering state, session cleanup, and transfer integration.
  • Fixed local terminal background lifecycle handling and several tab, split-pane, SFTP, forwarding, cloud-sync, and plugin host edge cases.
Installation Tips / 安装提示

macOS

Downloaded .dmg files may be quarantined by Gatekeeper. Run in Terminal:

xattr -cr ~/Downloads/OxideTerm_*.dmg
# or after install / 或安装后
xattr -cr /Applications/OxideTerm.app

Windows

If SmartScreen warns, click More info -> Run anyway.

若 SmartScreen 弹出警告,点击 更多信息 -> 仍要运行

Linux

# AppImage
chmod +x OxideTerm_*_linux_*.AppImage && ./OxideTerm_*_linux_*.AppImage

# Debian/Ubuntu
sudo dpkg -i OxideTerm_*_linux_*.deb && sudo apt-get install -f

# Fedora/RHEL-compatible systems
sudo dnf install ./OxideTerm_*_linux_*.rpm

Links