electerm v5.1.6
New features/UI/Updates
- UI: add transfer count badge and widget count badge
- Support left sidebar customization
- Add touch-only shortcut bar with edit functionality
- Support hide left sidebar
- Improve mobile mode UI
Bug fixes
- Fix transparent terminal selection (#4468) by @YangAtC
- Fix symlink support for non sftp server
- Fix terminal rendering extra lines at start issue (#4461) by @testerxydw
Security
- Security: strip dangerous props for MCP tool call (reported by @manus-use)
新功能/界面/更新
- UI:添加传输数量徽标和组件数量徽标
- 支持自定义左侧边栏
- 添加仅触摸模式的快捷栏,支持编辑功能
- 支持隐藏左侧边栏
- 改进移动端模式界面
Bug 修复
- 修复透明终端选区问题 (#4468) by @YangAtC
- 修复非 sftp 服务器的符号链接支持
- 修复终端在开始时渲染多余行的问题 (#4461) by @testerxydw
安全
- 安全:移除 MCP 工具调用中的危险属性(由 @manus-use 报告)
Download下载: https://electerm.org
Downloads
Files for electerm v5.1.6
Other ways to install
Microsoft Store
npm
npm i -g electermOther ways to install
Homebrew
brew install --cask electermnpm
npm i -g electermelecterm-5.1.6-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.1.6-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.1.6-linux-armv7l-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.1.6-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.1.6-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.1.6-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