electerm v1.80.2

Published 2025-04-22

Major update

  • Rewrite file transfer functions (#3880)

New features

  • Support random background pattern for terminal
  • File editor support search keyword and copy all content (#3893)
  • Support background setting for bookmark (#3868)

Bug fixes

  • Fix sftp ws API
  • #3877 Fix gotoFolderInTerminal context menu for file item
  • #3874 Fix duplicated history issue
  • #3873 Fix quick command drag/drop to sort
  • Fix command Injection risk when drag/drop file to terminal (reported by @d0ge)

Other updates

  • Add more tests
  • Update font-list to version 1.5.1
  • Improve AI config UI, AI API path set to required

主要更新

  • 重写文件传输功能 (#3880)

新功能

  • 终端支持随机背景图
  • 文件编辑器支持搜索关键字和复制全部内容 (#3893)
  • 支持书签背景设置 (#3868)

修复问题

  • 修复 sftp ws API
  • #3877 修复文件菜单中 gotoFolderInTerminal 问题
  • #3874 修复历史记录重复问题
  • #3873 修复快捷命令排序问题
  • 修复拖拽文件到终端时的命令注入风险 (由 @d0ge 报告)

其他更新

  • 增加更多测试
  • 更新 font-list 到 1.5.1 版本
  • 改善 AI 配置界面,AI API 路径设置为必填

Downloads

Files for electerm v1.80.2

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