electerm v3.11.0
New features/UI/Updates
- Support agent mode for AI chat that can directly run command, create/open bookmark, check tabs etc (#4350)
- Add connection testing functionality to AI config form
- MCP widget: Add optional API key authentication and remove permissive CORS from MCP server (#4341) by @sebastiondev
- Improve app init load speed with lazy loading entry components
- Refactor terminal interactive handling to support multi event queue
- Enhance event listener management in WebSocket class
- Add milliseconds in time formatting of terminal log
- Support npm install electerm in loong64 linux
- Build loongarch64.deb (#4346)
Bug fixes
- Fix trust OS-installed CA certificates for WebDAV sync (#4347) by @forever765
- Fix can not run issue in snap (#4340)
- Fix RDP download logic, should not blink the icon after finish download
- Fix Alert message display in terminal error handler
新功能/界面/更新
- 支持 AI 聊天的代理模式,可以直接运行命令、创建/打开书签、检查标签页等 (#4350)
- 为 AI 配置表单添加连接测试功能
- MCP 组件:为 MCP 服务器添加可选API密钥认证并移除宽松的 CORS 设置 (#4341) by @sebastiondev
- 通过懒加载入口组件提升应用初始化加载速度
- 重构终端交互处理以支持多事件队列
- 增强 WebSocket 类中的事件监听器管理
- 在终端日志的时间格式中添加毫秒
- 支持在 loong64 linux 上通过 npm install electerm 安装
- 构建 loongarch64.deb (#4346)
问题修复
- 修复信任操作系统安装的 CA 证书用于 WebDAV 同步的问题 (#4347) by @forever765
- 修复 snap 中无法运行的问题 (#4340)
- 修复 RDP 下载逻辑,下载完成后图标不再闪烁
- 修复终端错误处理器中的 Alert 消息显示问题
Download下载: https://electerm.html5beta.com
Downloads
Files for electerm v3.11.0
Other ways to install
Microsoft Store
npm
npm i -g electermOther ways to install
Homebrew
brew install --cask electermnpm
npm i -g electermelecterm-3.11.0-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.11.0-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.11.0-linux-armv7l-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.11.0-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.11.0-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.11.0-linux-armv7l-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
Other ways to install
Snap Store
sudo snap install electerm --classichttps://snapcraft.io/electermAPT repository
curl -fsSL https://repos.electerm.org/deb/public.key | sudo gpg --dearmor -o /usr/share/keyrings/electerm.gpg
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/electerm.gpg] https://repos.electerm.org/deb stable main" | sudo tee /etc/apt/sources.list.d/electerm.list
sudo apt update
sudo apt install -y electermhttps://repos.electerm.org/debRPM repository
sudo rpm --import https://repos.electerm.org/rpm/public.key
sudo tee /etc/yum.repos.d/electerm.repo <<'EOF'
[electerm]
name=Electerm Repository
baseurl=https://repos.electerm.org/rpm/
enabled=1
gpgcheck=0
repo_gpgcheck=1
gpgkey=https://repos.electerm.org/rpm/public.key
EOF
sudo dnf install -y electermhttps://repos.electerm.org/rpmnpm
npm i -g electerm