# oxideterm

> All-in-one terminal workspace — local shells, SSH, SFTP, remote IDE, AI agent, and file manager in a single native binary. Built with Tauri 2 and pure Rust SSH (no OpenSSL). Smart reconnect, MCP, RAG,

- **URL**: https://www.freshcrate.ai/projects/oxideterm
- **Author**: AnalyseDeCircuit
- **Category**: MCP Servers
- **Latest version**: `v1.5.2` (2026-06-01)
- **License**: GPL-3.0
- **Source**: https://github.com/AnalyseDeCircuit/oxideterm
- **Homepage**: https://oxideterm.app
- **Language**: Rust
- **GitHub**: 592 stars, 27 forks
- **Registry**: github
- **Tags**: `agent`, `bring-your-own-key`, `filemanager`, `launchpad`, `mcp`, `rag`, `react`, `redb`, `rust`

## Description

All-in-one terminal workspace — local shells, SSH, SFTP, remote IDE, AI agent, and file manager in a single native binary. Built with Tauri 2 and pure Rust SSH (no OpenSSL). Smart reconnect, MCP, RAG, plugins, 30+ themes, 11 languages.

## Recent releases

| Version | Date | Urgency | Changes |
| --- | --- | --- | --- |
| `v1.5.2` | 2026-06-01 | High | ---  <details><summary>📦 Installation Tips / 安装提示</summary>  #### macOS  Downloaded `.dmg` files are quarantined by Gatekeeper. Run in Terminal: 下载的 `.dmg` 文件会被 Gatekeeper 隔离，请在终端执行：  ```bash xattr -cr ~/Downloads/OxideTerm_*.dmg # or after install / 或安装后 xattr -cr /Applications/OxideTerm.app ```  #### Windows  If SmartScreen warns, click **More info → Run anyway**. 若 SmartScreen 弹出警告，点击 **更多信息 → 仍要运行**。  #### Linux  ```bash # AppImage chmod +x OxideTerm_*_linux_*.AppImage && ./OxideTerm_*_linu |
| `v1.4.8` | 2026-05-25 | High | ---  <details><summary>📦 Installation Tips / 安装提示</summary>  #### macOS  Downloaded `.dmg` files are quarantined by Gatekeeper. Run in Terminal: 下载的 `.dmg` 文件会被 Gatekeeper 隔离，请在终端执行：  ```bash xattr -cr ~/Downloads/OxideTerm_*.dmg # or after install / 或安装后 xattr -cr /Applications/OxideTerm.app ```  #### Windows  If SmartScreen warns, click **More info → Run anyway**. 若 SmartScreen 弹出警告，点击 **更多信息 → 仍要运行**。  #### Linux  ```bash # AppImage chmod +x OxideTerm_*_linux_*.AppImage && ./OxideTerm_*_linu |
| `v1.4.5` | 2026-05-19 | High | <details><summary>📦 Installation Tips / 安装提示</summary>  #### macOS  Downloaded `.dmg` files are quarantined by Gatekeeper. Run in Terminal: 下载的 `.dmg` 文件会被 Gatekeeper 隔离，请在终端执行：  ```bash xattr -cr ~/Downloads/OxideTerm_*.dmg # or after install / 或安装后 xattr -cr /Applications/OxideTerm.app ```  #### Windows  If SmartScreen warns, click **More info → Run anyway**. 若 SmartScreen 弹出警告，点击 **更多信息 → 仍要运行**。  #### Linux  ```bash # AppImage chmod +x OxideTerm_*_linux_*.AppImage |
| `v1.4.3` | 2026-05-13 | High | ---  <details><summary>📦 Installation Tips / 安装提示</summary>  #### macOS  Downloaded `.dmg` files are quarantined by Gatekeeper. Run in Terminal: 下载的 `.dmg` 文件会被 Gatekeeper 隔离，请在终端执行：  ```bash xattr -cr ~/Downloads/OxideTerm_*.dmg # or after install / 或安装后 xattr -cr /Applications/OxideTerm.app ```  #### Windows  If SmartScreen warns, click **More info → Run anyway**. 若 SmartScreen 弹出警告，点击 **更多信息 → 仍要运行**。  #### Linux  ```bash # AppImage chmod +x OxideTerm_*_linux_*.AppI |
| `v1.4.2` | 2026-05-10 | High | <details><summary>📦 Installation Tips / 安装提示</summary>  #### macOS  Downloaded `.dmg` files are quarantined by Gatekeeper. Run in Terminal: 下载的 `.dmg` 文件会被 Gatekeeper 隔离，请在终端执行：  ```bash xattr -cr ~/Downloads/OxideTerm_*.dmg # or after install / 或安装后 xattr -cr /Applications/OxideTerm.app ```  #### Windows  If SmartScreen warns, click **More info → Run anyway**. 若 SmartScreen 弹出警告，点击 **更多信息 → 仍要运行**。  #### Linux  ```bash # AppImage chmod +x OxideTerm_*_linux_*.AppImage && |
| `v1.4.0` | 2026-05-05 | High | ### 🐛 Bug 修复  #### Store 间同步缺失导致 `connectionState=undefined` 死锁  **问题现象**： - SSH 重连成功后，SFTPView 和 TransferQueue 卡在 "Waiting for connection" - 控制台显示 `connectionState=undefined, isConnectionReady=false` - StateDrift 日志显示 `Auto-fixed 1 drift(s)` 但 UI 无反应  **根本原因**： `sessionTreeStore.connectNodeInternal()` 和 `syncDrift()` 只更新 `rawNodes`， 不同步 `appStore.connections`，而 SFTPView/TransferQueue 依赖后者判断连接状态。  ``` 旧数据流（断裂）:   [Backend] SSH Connected     → [sessionTreeStore] rawNodes 更新 ✅     → [appStore] co |
| `v1.3.5` | 2026-04-26 | High | <!-- Release notes generated using configuration in .github/release.yml at v1.3.5 -->    **Full Changelog**: https://github.com/AnalyseDeCircuit/oxideterm/compare/v1.3.3...v1.3.5   ---  <details><summary>📦 Installation Tips / 安装提示</summary>  #### macOS  Downloaded `.dmg` files are quarantined by Gatekeeper. Run in Terminal: 下载的 `.dmg` 文件会被 Gatekeeper 隔离，请在终端执行：  ```bash xattr -cr ~/Downloads/OxideTerm_*.dmg # or after install / 或安装后 xattr -cr /Applications/OxideTerm.app ```  #### Windows  If Sm |
| `v1.3.0` | 2026-04-22 | High | <!-- Release notes generated using configuration in .github/release.yml at v1.3.0 -->    **Full Changelog**: https://github.com/AnalyseDeCircuit/oxideterm/compare/v1.2.7...v1.3.0   ---  <details><summary>📦 Installation Tips / 安装提示</summary>  #### macOS  Downloaded `.dmg` files are quarantined by Gatekeeper. Run in Terminal: 下载的 `.dmg` 文件会被 Gatekeeper 隔离，请在终端执行：  ```bash xattr -cr ~/Downloads/OxideTerm_*.dmg # or after install / 或安装后 xattr -cr /Applications/OxideTerm.app ```  #### Windows  If Sm |
| `v1.2.7` | 2026-04-20 | High | <!-- Release notes generated using configuration in .github/release.yml at v1.2.7 -->    **Full Changelog**: https://github.com/AnalyseDeCircuit/oxideterm/compare/v1.2.6...v1.2.7   ---  <details><summary>📦 Installation Tips / 安装提示</summary>  #### macOS  Downloaded `.dmg` files are quarantined by Gatekeeper. Run in Terminal: 下载的 `.dmg` 文件会被 Gatekeeper 隔离，请在终端执行：  ```bash xattr -cr ~/Downloads/OxideTerm_*.dmg # or after install / 或安装后 xattr -cr /Applications/OxideTerm.app ```  #### Windows  If Sm |
| `v1.2.6` | 2026-04-19 | High | <!-- Release notes generated using configuration in .github/release.yml at v1.2.6 -->    **Full Changelog**: https://github.com/AnalyseDeCircuit/oxideterm/compare/v1.2.5...v1.2.6   ---  <details><summary>📦 Installation Tips / 安装提示</summary>  #### macOS  Downloaded `.dmg` files are quarantined by Gatekeeper. Run in Terminal: 下载的 `.dmg` 文件会被 Gatekeeper 隔离，请在终端执行：  ```bash xattr -cr ~/Downloads/OxideTerm_*.dmg # or after install / 或安装后 xattr -cr /Applications/OxideTerm.app ```  #### Windows  If Sm |

## Citation

- HTML: https://www.freshcrate.ai/projects/oxideterm
- Markdown: https://www.freshcrate.ai/projects/oxideterm.md
- Dependencies JSON: https://www.freshcrate.ai/api/projects/oxideterm/deps

_Generated by freshcrate.ai. Indexes github releases for AI-agent ecosystem packages._
