electerm v3.15.28
New features/UI/Updates
- MCP/AI Agent: Support run background command
- AI config: Support ai config name and show model name in chat history
- Terminal: Support osc52 clipboard escape sequences for TUI
Bug fixes
- #4371 Fix appx submit to ms store CI
- #4361 Fix protocol support for single app mode
- #4370 Handle Windows paths correctly in terminal navigation
- #4367 Fix rx/tx support for serialport session
- Fix some sftp operations when no sftp situation by @yulianjie
- Fix concurrent sftp transfer, make sure finish properly by @yulianjie
新功能/界面/更新
- MCP/AI 代理:支持运行后台命令
- AI 配置:支持 AI 配置名称并在聊天历史中显示模型名称
- 终端:支持 osc52 剪贴板转义序列用于 TUI
问题修复
- #4371 修复提交到 Microsoft Store 的 appx CI 问题
- #4361 修复单应用模式下的协议支持
- #4370 正确处理终端导航中的 Windows 路径
- #4367 修复串口会话的 rx/tx 支持
- 修复在没有 sftp 情况下的一些 sftp 操作,by @yulianjie
- 修复并发 sftp 传输,确保正确完成,by @yulianjie
Downloads
Files for electerm v3.15.28
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.28-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.15.28-linux-x86_64-legacy.AppImage
for all linux, just run it (glibc < 2.34)
electerm-3.15.28-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.15.28-linux-armv7l-legacy.AppImage
for all linux, just run it (glibc < 2.34)
electerm-3.15.28-linux-armv7l-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.15.28-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.15.28-linux-x86_64-legacy.AppImage
for all linux, just run it (glibc < 2.34)
electerm-3.15.28-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.15.28-linux-armv7l-legacy.AppImage
for all linux, just run it (glibc < 2.34)
electerm-3.15.28-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