Skip to content

OxideTerm Native 2.0.12

Choose a tag to compare

@github-actions github-actions released this 26 Jul 15:20

OxideTerm 2.0.12 substantially expands native remote desktop and SSH Agent workflows, adds richer asset and first-run appearance controls, and fixes several terminal, connection, and cloud-sync interactions.

✨ Highlights

  • Expanded native RDP and VNC support with persisted session options, negotiated capability reporting, stronger VNC security policies, improved display and input handling, audio redirection, and richer clipboard interoperability.
  • Added saved RDP and VNC assets to the session manager, including editing, selection, custom icons with independent foreground and background colors, and cloud synchronization alongside existing connection resources.
  • Completed SSH Agent authentication and forwarding across supported endpoint types, including OpenSSH certificate identities, ForwardAgent and IdentityAgent imports, macOS Agent discovery, Windows named-pipe discovery, connection-pool isolation, and visible forwarding rejection errors.
  • Expanded first-run appearance setup with bundled and custom terminal fonts, light and dark themes, background guidance, animation controls, and a continuous corner-radius slider.
  • Added built-in light palettes and made password and private-key passphrase fields revealable while users enter or edit their own credentials.

🛠️ Fixes

  • Fixed abnormal character spacing when the bundled JetBrains Mono font is selected on macOS by aligning embedded font metadata with the runtime family name.
  • Preserved SSH Agent authentication and asset appearance settings when editing saved connections and other managed resources.
  • Kept file-manager path completion navigation intact and added a terminal setting for recognizing local file paths as clickable links.
  • Made keybindings explicitly removable without forcing a replacement shortcut.
  • Corrected the cloud-sync automatic-upload toggle so the form reflects and saves the selected behavior consistently.

🧰 Release Maintenance

  • Hardened GPUI draw lifetimes and platform dispatch behavior, expanded platform-focused checks, and documented the maintained GPUI-CE patch set.
  • Added recoverable issue-maintenance automation and refined contribution and issue templates around the repository's current support policy.

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

📌 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