OxideTerm 2.0.7 expands SSH configuration interoperability and startup controls,
fixes cross-platform terminal rendering defects, and improves workspace reliability.
✨ Highlights
- Added automatic SSH Config synchronization that imports new hosts and updates previously imported connections without overwriting same-name manual connections or user-managed metadata.
- Expanded imported SSH routes with recursive
ProxyJumpresolution and opt-in directProxyCommandexecution; shell operators remain rejected and command values stay out of persistence and diagnostics. - Added launch-at-login controls for Windows and Linux, with a direct link to the system Login Items settings for ad-hoc signed macOS builds.
🛠️ Fixes
- Prevented Vim terminal queries from being misclassified as Sixel images, eliminating the repeated black artifact blocks they could leave across supported platforms.
- Preserved a full-screen terminal application's hidden-cursor state instead of replacing it with the configured visible cursor shape.
- Fixed Windows DirectWrite text corruption caused by mutable shaping buffers being reused after their callback lifetime ended.
- Kept all four welcome-screen shortcut hints on one row in standard Windows layouts while preserving wrapping in narrow windows.
- Restored Host Tools when OxideSens AI is disabled and corrected saved-connection search focus so hidden inputs no longer intercept terminal keys.
- Fixed keyboard and IME input routing in portable connection-transfer dialogs.
- Preserved ACP agent context across tool-call continuations and restored the configured default-key fallback when agent authentication is unavailable.
- Added the complete ANSI palette to asciicast v2 recordings for compatibility with conforming players.
- Reported stale saved-connection actions explicitly instead of silently operating on missing entries.
🧰 Release Maintenance
- Made issue-quality checks recoverable and covered their policy decisions with focused tests.
- Published repository-owned release, SSH session-ownership, and secret-handling skills for contributors and coding agents.
- Simplified stable release notes so the GitHub Release title is not repeated in the body and change details appear before download links.
📥 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 Downloaded If SmartScreen warns, click More info -> Run anyway.
若 SmartScreen 弹出警告,点击 更多信息 -> 仍要运行。
sha256sums.txt remain available in the release assets below.
📌 Installation Tips / 安装提示
macOS
.dmg files may be quarantined by Gatekeeper. Run in Terminal:
xattr -cr ~/Downloads/OxideTerm_*.dmg
# or after install / 或安装后
xattr -cr /Applications/OxideTerm.app
Windows
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
- Documentation: https://oxideterm.app
- GitHub Issues: https://github.com/AnalyseDeCircuit/oxideterm/issues
- Changelog: https://github.com/AnalyseDeCircuit/oxideterm/blob/main/.github/release-notes/stable-changelog.md