electerm v1.72.6

Published 2025-03-08

Major updates

  • Support broadcast input to all visible terminals (#3825)
  • Support command suggestions, get suggestions from AI API, move AI config to general setting panel (#3823)

New features/Updates

  • Add keyword filter in sftp list
  • Add ai suggestions cache component
  • Add Ctrl+Enter shortcut for AI chat submit

UI Improvements

  • Improve terminal icons UI

Code refactoring and improvements

  • Replace div with <> to reduce dom elements

重大更新

  • 支持向所有可见终端同步输入 (#3825)
  • 支持命令建议,从AI API获取建议,将AI配置移至通用设置页面 (#3823)

新功能/更新

  • 为sftp列表添加关键字过滤
  • 添加ai建议缓存组件
  • 为AI聊天提交添加Ctrl+Enter快捷键

界面改进

  • 改进终端图标UI

代码重构和改进

  • 用 <> 替换 div 以减少dom元素

Downloads

Files for electerm v1.72.6

electerm-1.72.6-win-x64-installer.exe
Windows installer (recommended)
electerm-1.72.6-win-x64-portable.tar.gz
Portable archive
electerm-1.72.6-win-x64.tar.gz
Just extract and run
electerm-1.72.6-win7.tar.gz
Legacy Windows 7 compatible
electerm-1.72.6-win-x64-installer.exe
Windows installer (recommended)
electerm-1.72.6-win-x64-portable.tar.gz
Portable archive
electerm-1.72.6-win-x64.tar.gz
Just extract and run
electerm-1.72.6-win7.tar.gz
Legacy Windows 7 compatible
Other ways to install
npm
npm i -g electerm
electerm-1.72.6-mac-arm64.dmg
for Apple Silicon Macs (M1, M2, etc.)
electerm-1.72.6-mac-x64.dmg
for Intel Macs
Other ways to install
Homebrew
brew install --cask electerm
npm
npm i -g electerm
electerm-1.72.6-linux-amd64.deb
for Debian, Ubuntu...
electerm-1.72.6-linux-amd64.snap
for all linux that support snap
electerm-1.72.6-linux-x64.tar.gz
for all linux, just extract
electerm-1.72.6-linux-x86_64.AppImage
for all linux, just run it
electerm-1.72.6-linux-x86_64.rpm
for Red Hat, Fedora...
electerm-1.72.6-linux-aarch64.rpm
for Red Hat, Fedora...
electerm-1.72.6-linux-arm64.AppImage
for all linux, just run it
electerm-1.72.6-linux-arm64.deb
for Debian, Ubuntu...
electerm-1.72.6-linux-arm64.tar.gz
for all linux, just extract
electerm-1.72.6-linux-armv7l.AppImage
for all linux, just run it
electerm-1.72.6-linux-armv7l.deb
for Debian, Ubuntu...
electerm-1.72.6-linux-armv7l.rpm
for Red Hat, Fedora...
electerm-1.72.6-linux-armv7l.tar.gz
for all linux, just extract
electerm-1.72.6-linux-amd64.deb
for Debian, Ubuntu...
electerm-1.72.6-linux-amd64.snap
for all linux that support snap
electerm-1.72.6-linux-x64.tar.gz
for all linux, just extract
electerm-1.72.6-linux-x86_64.AppImage
for all linux, just run it
electerm-1.72.6-linux-x86_64.rpm
for Red Hat, Fedora...
electerm-1.72.6-linux-aarch64.rpm
for Red Hat, Fedora...
electerm-1.72.6-linux-arm64.AppImage
for all linux, just run it
electerm-1.72.6-linux-arm64.deb
for Debian, Ubuntu...
electerm-1.72.6-linux-arm64.tar.gz
for all linux, just extract
electerm-1.72.6-linux-armv7l.AppImage
for all linux, just run it
electerm-1.72.6-linux-armv7l.deb
for Debian, Ubuntu...
electerm-1.72.6-linux-armv7l.rpm
for Red Hat, Fedora...
electerm-1.72.6-linux-armv7l.tar.gz
for all linux, just extract
Other ways to install
Snap Store
sudo snap install electerm --classic
https://snapcraft.io/electerm
APT 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 electerm
https://repos.electerm.org/deb
RPM 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 electerm
https://repos.electerm.org/rpm
npm
npm i -g electerm