Skip to content

OxideTerm Native 2.0.8

Choose a tag to compare

@github-actions github-actions released this 20 Jul 10:32

OxideTerm 2.0.8 unifies application proxy routing, strengthens SSH forwarding and
SFTP transfer ownership, and makes network configuration easier to understand.

✨ Highlights

  • Reorganized Network & Proxy settings around one reusable upstream proxy and explicit routing choices for SSH connections, application requests, and update checks.
  • Added system, direct, and shared-proxy routing for application HTTP traffic, covering OxideSens, cloud sync, plugin services, and runtime downloads.

🛠️ Fixes

  • Preserved explicitly requested remote-forwarding ports when SSH servers return an empty allocation field, while continuing to use server-assigned ports for dynamic allocation.
  • Kept local, dynamic, and remote forwarding work owned by their rules so stopping a forward also cancels its listeners, handshakes, bridges, and server registration cleanly.
  • Corrected remote-forward health checks to validate the local target and restored uploads to virtual SFTP gateways that reject temporary sibling files.
  • Preserved active SFTP transfer ownership across session replacement and reconnects, including paused, cancelled, and resumable transfer state.
  • Corrected the disabled OxideSens prompt so it points to Settings → OxideSens instead of the former AI settings label.

🧰 Release Maintenance

  • Moved proxy policy, settings conversion, credential hydration, and HTTP client construction into a dedicated network-proxy crate with focused security and compatibility tests.
  • Moved local directory, project probing, and plugin-settings persistence rules out of the GPUI application layer into their owning domain crates.
  • Added end-to-end SSH forwarding coverage for explicit remote ports and shutdown behavior.

📥 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