electerm v5.5.25
New features/UI/Updates
- #4547 Support loading
.vvfile to fill the Spice bookmark create form - AI: Support create quick command with AI
- Add default local terminal bookmarks, quick commands and command history for first time user, local shells are detected so the seeded bookmarks always work
- UI: Improve right panel, support pin/dock, Esc to close, panel trigger icons stay lit while the panel is open
- UI: Side panels are full screen drawers on mobile, no pin/resize there
- UI: Enhance Unix timestamp tooltip with copy functionality and icon
- UX: Click apply icon in theme list now would preview right away
- Add FluxionAI as built-in AI preset
- Improve update check speed
Bug fixes
- Fix Linux appimage integration issue (#4546)
- Fix terminal background image render, user image would no longer be scaled down
新功能/界面/更新
- #4547 支持导入
.vv文件自动填充 Spice 书签创建表单 - AI:支持用 AI 创建快捷命令
- 为首次使用的用户预置本地终端书签、快捷命令和命令历史,并自动检测本机已安装的 shell,保证预置书签始终可用
- 界面:改进右侧面板,支持固定为停靠面板、Esc 关闭,面板打开时对应触发图标保持高亮
- 界面:移动端侧边面板改为全屏抽屉,不再提供固定/调整宽度功能
- 界面:Unix 时间戳悬浮提示支持复制按钮和图标
- 体验:主题列表中点击应用图标现在会立即预览主题
- 新增内置 AI 预设 FluxionAI
- 提升更新检查速度
问题修复
- 修复 Linux AppImage 桌面集成问题 (#4546)
- 修复终端背景图片渲染问题,用户图片不再被错误缩小
Download下载: https://electerm.org
Downloads
Files for electerm v5.5.25
Other ways to install
Microsoft Store
npm
npm i -g electermOther ways to install
Homebrew
brew install --cask electermnpm
npm i -g electermelecterm-5.5.25-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.5.25-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.5.25-linux-armv7l-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.5.25-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.5.25-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.5.25-linux-armv7l-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.5.25-linux-loongarch64-legacy.deb
for old world Debian, Ubuntu... (loongarch64)
Other ways to install
Snap Store
sudo snap install electerm --classichttps://snapcraft.io/electermFlatpak
flatpak remote-add --if-not-exists flatpark https://dl.flatpark.org/flatpark.flatpakrepo
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak install flatpark org.electerm.Electermflatpark.orgAPT 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