electerm v3.15.0
New features/UI/Updates
- #4365 Support WSL path in Windows OS
- #4366 Make sure window server remote path always correct
- Web app: Support download/upload from browser
- Support record terminal feed to file
- Add save terminal log context menu for terminal
- UI: Improve server info panel UI
- UI: Improve AI chat UI
Bug fixes
- Fix terminal state sync with terminal info panel
- Fix switch tab server info panel not properly update issue
新功能/界面/更新
- #4365 支持 Windows 系统中的 WSL 路径
- #4366 确保窗口服务器远程路径始终正确
- Web 应用:支持从浏览器下载/上传文件
- 支持将终端输出录制到文件
- 添加终端右键菜单中的保存终端日志选项
- 界面:改进服务器信息面板界面
- 界面:改进 AI 聊天界面
问题修复
- 修复终端状态与终端信息面板同步的问题
- 修复切换标签页时服务器信息面板未正确更新的问题
Download下载: https://electerm.html5beta.com
Downloads
Files for electerm v3.15.0
Other ways to install
Microsoft Store
npm
npm i -g electermOther ways to install
Homebrew
brew install --cask electermnpm
npm i -g electermelecterm-3.15.0-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.15.0-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.15.0-linux-armv7l-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.15.0-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.15.0-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.15.0-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