electerm v3.10.0
New features/UI/Updates
- Support loong64 (LoongArch64) Linux (#4335)
- When user types exit in terminal, close the tab
- Add drag/drop file to terminal behavior setting
- Add command blacklist(and builtin blacklist), whitelist configurations with validation in MCP server
- Implement SSH host key verification and management
- Support editing log path for every terminal
Bug fixes
- Fix bookmark root level filter logic
- Resolve issue with macos ssh session input lag (#4330) by @forever765
- Use append mode for log file stream to preserve existing terminal logs
新功能 / 界面 / 更新
- 支持 loong64 (LoongArch64) Linux 架构 (#4335)
- 当用户在终端中输入 exit 时关闭标签页
- 添加拖放文件到终端的行为设置
- 在 MCP 服务器中添加命令黑名单(及内置黑名单)、白名单配置和验证
- 实现 SSH 主机密钥验证和管理
- 支持为每个终端编辑日志路径
Bug 修复
- 修复书签根级别过滤逻辑
- 解决 macOS SSH 会话输入延迟问题 (#4330) by @forever765
- 使用追加模式写入日志文件流以保留现有终端日志
Download下载: https://electerm.html5beta.com
Downloads
Files for electerm v3.10.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.10.0-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.10.0-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.10.0-linux-armv7l-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.10.0-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.10.0-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.10.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