Skip to content

OxideTerm Native 2.0.9

Choose a tag to compare

@github-actions github-actions released this 21 Jul 17:29

OxideTerm 2.0.9 adds multi-vendor GPU and NPU monitoring, expands native Markdown
compatibility, and improves reliability across sidebars, remote editing, and terminals.

✨ Highlights

  • Added a GPU / NPU Host Tool with available per-device utilization, memory, temperature, power, health, and process visibility for NVIDIA, AMD ROCm, Hygon DCU, Huawei Ascend, Intel XPU, Moore Threads MUSA, and Cambricon accelerators.
  • Added safe native rendering for common inline and block HTML in Markdown, including headings, tables, lists, links, details, alignment, highlighting, and subscript or superscript content without executing active HTML.

🛠️ Fixes

  • Kept the right companion sidebar freely resizable after live Host Tool refreshes and removed the visible seam between the main workspace and sidebar.
  • Stopped high-frequency accelerator polling after a host proves that no supported device is available, while retaining manual refresh for re-detection.
  • Rebuilt IDE rename input around the shared text-input contract so the existing name, base-name selection, IME input, clipboard actions, validation, and localized errors behave consistently.
  • Preserved CRLF line endings when opening, editing, and saving remote text files through the SFTP editor.
  • Returned scrolled terminals to live output when the user types, without changing the viewport for terminal-owned protocol traffic.
  • Restored the OxideTerm icon in Windows installed-app and uninstall surfaces.

🧰 Release Maintenance

  • Split accelerator sampling into provider-owned adapters with focused parsing coverage for each supported vendor family.
  • Added a standalone CC BY 4.0 license alongside the bundled background resources.

📥 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