electerm v1.18.0

Published 2022-02-06

UI:

  • Improve setting/bookmark panel UI
  • Improve tabs UI
  • Update pinned side panel UI, now will not cover terminal

Updates:

  • Improve performance(may still having performance issue, please feedback)
  • Improve some wording by @ic-768

Known issues:

  • [rz] When upload file with rz command, for file > 1M, may not end properly, and may not update progress, but still upload in background.
  • When use edit with... from context menu, editor only support apps in system path, means editor name without path
  • Check more from https://github.com/electerm/electerm/wiki/Know-issues

Downloads

Files for electerm v1.18.0

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