electerm v3.9.5
New features/UI/Updates
- Add Unix timestamp tooltip for terminal time number selections.
- Support connection hopping in RDP session.
- Add option to skip SSL verification in WebDAV sync settings and support using system CA.
- Improve terminal connection failed message UI.
- UI: improve bookmark control icons and use a proper icon for keep-alive.
- Enhance NSIS installer to preserve shortcuts during upgrades.
- UX: no longer require entering an AI API key in the UI.
Bug fixes & Security
- Security: disallow unsafe props when opening deep links.
- Security: do not expose
process.envto the renderer process. - When a widget fails to start, clean the process and show a proper error message.
新功能 / 界面 / 更新
- 为终端时间数字选择添加 Unix 时间戳提示。
- 支持 RDP 会话中的连接跳转,改善 RDP 连通性。
- 在 WebDAV 同步设置中新增跳过 SSL 验证选项,并支持使用系统 CA。
- 改善终端连接失败提示的 UI 展示。
- 界面:优化书签控制图标,使用合适的 keep-alive 图标。
- 增强 NSIS 安装程序在升级时保留快捷方式(arm/x64)。
- 用户体验:不再需要在界面中输入 AI API Key。
Bug 修复 与 安全性
- 安全:打开深度链接时禁止不安全的 props。
- 安全:不再向渲染进程暴露
process.env。 - 当 widget 启动失败时,清理进程并显示合适的错误信息。
Download下载: https://electerm.html5beta.com
Downloads
Files for electerm v3.9.5
Other ways to install
Microsoft Store
npm
npm i -g electermOther ways to install
Homebrew
brew install --cask electermnpm
npm i -g electermelecterm-3.9.5-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.9.5-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.9.5-linux-armv7l-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.9.5-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.9.5-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.9.5-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