Skip to content

OxideTerm Native 2.0.6

Choose a tag to compare

@github-actions github-actions released this 18 Jul 21:47

OxideTerm 2.0

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.

2.0.6

OxideTerm 2.0.6 improves terminal input and command-mark reliability, adds
customizable settings navigation, and expands Linux window-manager integration.

Highlights

  • Added drag-and-drop settings navigation so pages and groups can be reordered, regrouped, saved, or restored to the default layout.
  • Added a Linux-only option to hide the application titlebar for tiling compositors while leaving macOS and Windows behavior unchanged.

Fixes

  • Prevented the terminal command bar from crashing when IME composition creates overflow inside its compact input surface.
  • Restored the blinking caret before the placeholder when an empty terminal command bar is focused.
  • Reset visual command marks when saved history is cleared or terminal resizing reflows the grid, while preserving completed command facts.
  • Improved Fish Shell command capture and command-line placement when shell integration events arrive without the usual prompt-start event.

Release Maintenance

  • Refreshed the terminal, SFTP, port-forwarding, and Mini IDE documentation screenshots.
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