electerm v1.37.36

Published 2023-12-06

Bug fixes

  • #3142 Fix ignore skip release function
  • #3149 #3135 Fix drag windows cause db too big
  • #3143 Fix tab tooltip could be dragged issue
  • Fix bookmarked local path mya not work in windows

Other updates

  • Reduce bundle size by remove language files

Downloads

Files for electerm v1.37.36

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