electermelecterm

ターミナル/SSH/SFTP/FTP/Telnet/シリアルポート/RDP/VNC/Spiceクライアント(Linux、Mac、Windows対応)

GitHub versionBuild StatusJavaScript Style GuideGet it from the Snap StoreGitHub Sponsors
v3.3.8
2026-04-16
Free & Open Source • Latest Version: v3.3.8

Windows x64

electerm-3.3.8-win-x64-installer.exe
Windows installer (recommended)
electerm-3.3.8-win-x64-portable.tar.gz
Portable archive
electerm-3.3.8-win-x64.tar.gz
Just extract and run

Windows ARM64

electerm-3.3.8-win-arm64-installer.exe
Windows installer (recommended)
electerm-3.3.8-win-arm64.tar.gz
Just extract and run

Windows 7 Legacy

electerm-3.3.8-win7.tar.gz
Legacy Windows 7 compatible

Mac OS x64

electerm-3.3.8-mac-arm64.dmg
for Apple Silicon Macs (M1, M2, etc.)
electerm-3.3.8-mac-x64.dmg
for Intel Macs
electerm-3.3.8-mac10-x64.dmg
for macOS 10.x

Linux x86_64

electerm-3.3.8-linux-amd64.deb
for Debian, Ubuntu...
electerm-3.3.8-linux-amd64.snap
for all linux that support snap
electerm-3.3.8-linux-x64.tar.gz
for all linux, just extract
electerm-3.3.8-linux-x86_64.AppImage
for all linux, just run it
electerm-3.3.8-linux-x86_64.rpm
for Red Hat, Fedora...

Linux x86_64 Legacy

electerm-3.3.8-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.3.8-linux-x64-legacy.tar.gz
for all linux, just extract (glibc < 2.34)
electerm-3.3.8-linux-x86_64-legacy.AppImage
for all linux, just run it (glibc < 2.34)
electerm-3.3.8-linux-x86_64-legacy.rpm
for Red Hat, Fedora... (glibc < 2.34)

Linux ARM64

electerm-3.3.8-linux-aarch64.rpm
for Red Hat, Fedora...
electerm-3.3.8-linux-arm64.AppImage
for all linux, just run it
electerm-3.3.8-linux-arm64.deb
for Debian, Ubuntu...
electerm-3.3.8-linux-arm64.tar.gz
for all linux, just extract

Linux ARM64 Legacy

electerm-3.3.8-linux-aarch64-legacy.rpm
for Red Hat, Fedora... (glibc < 2.34)
electerm-3.3.8-linux-arm64-legacy.AppImage
for all linux, just run it (glibc < 2.34)
electerm-3.3.8-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.3.8-linux-arm64-legacy.tar.gz
for all linux, just extract (glibc < 2.34)

Linux ARMv7

electerm-3.3.8-linux-armv7l.AppImage
for all linux, just run it
electerm-3.3.8-linux-armv7l.deb
for Debian, Ubuntu...
electerm-3.3.8-linux-armv7l.rpm
for Red Hat, Fedora...
electerm-3.3.8-linux-armv7l.tar.gz
for all linux, just extract

Linux ARMv7 Legacy

electerm-3.3.8-linux-armv7l-legacy.AppImage
for all linux, just run it (glibc < 2.34)
electerm-3.3.8-linux-armv7l-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.3.8-linux-armv7l-legacy.rpm
for Red Hat, Fedora... (glibc < 2.34)
electerm-3.3.8-linux-armv7l-legacy.tar.gz
for all linux, just extract (glibc < 2.34)

Alternative Downloads

All releases are also available on:

Release Notes

v3.3.82026-04-16
### New features/UI/Updates
♥ Widget: Add batch operation widget, remove old batch op (#4285)
♥ #4288 Support key up/down to select bookmark in bookmark tree, support press enter to open selected bookmark
♥ Support ESC to close bookmark search panel
♥ Improve bookmark search: hide no match categories
♥ Update nedb version, support latest nodejs/electron
♥ Check update every hour instead of only on app start
♥ Support auto sync time interval and direction(download/upload)
♥ #4281 Improve add button dropdown auto focus speed
♥ Use vite 8
♥ Support `npm i -g electerm` to deploy electerm binary and run electerm command in all OS (#4287)
### Bug fixes
♥ #4283 Fix terminal log format
♥ UI: Fix notification z-index
♥ #4286 Fix conflict modal' time format error
♥ Fix npm install security issue
♥ #4284 Fix ssh failed session cause memory leak issue
♥ Fix bookmark search auto focus issue
♥ #4282 Fix refresh sftp address trigger show address history dropdown issue
♥ Fix click keyword can not trigger normal click function issue in bookmark tree
♥ Fix keyword search in bookmark tree
♥ Fix error message for web app
-----
### 新功能/界面/更新
♥ 组件:添加批量操作组件,移除旧的批量操作 (#4285)
♥ #4288 支持上/下键在书签树中选择书签,支持回车打开选中的书签
♥ 支持 ESC 关闭书签搜索面板
♥ 优化书签搜索:隐藏无匹配项的分类
♥ 更新 nedb 版本,支持最新的 nodejs/electron
♥ 每小时检查更新,而不是仅在应用启动时检查
♥ 支持自动同步时间间隔和方向(下载/上传)
♥ #4281 优化添加按钮下拉菜单的自动聚焦速度
♥ 使用 vite 8
♥ 支持 `npm i -g electerm` 在所有操作系统上部署 electerm 二进制文件并运行 electerm 命令 (#4287)
### Bug 修复
♥ #4283 修复终端格式
♥ 界面:修复通知框 z-index 问题
♥ #4286 修复冲突模态框时间格式错误
♥ 修复 npm install 安全问题
♥ #4284 修复 ssh 失败会话导致内存泄漏问题
♥ 修复书签搜索自动聚焦问题
♥ #4282 修复刷新 sftp 地址触发显示地址历史下拉菜单问题
♥ 修复点击关键字无法触发正常点击功能的问题
♥ 修复书签树关键字搜索问题
♥ 修复 web 应用错误信息显示问题

微信群

WeChat Group QR Code

Join our WeChat community for support and updates

Features


→ Works as a terminal/file manager or ssh/sftp/ftp/telnet/serialport/RDP/VNC client

→ Support Window 7+(X64/ARM64), Mac OS 10.15+(x64/arm64), Linux(x64/arm64), even old Linux with glibc 2.17+ like UOS/Kylin/Ubuntu 18.04 etc

→ Global hotkey to toggle window visibility (similar to guake, default is ctrl + 2)

→ Multi platform(linux, mac, win)

→ 🇺🇸 🇨🇳 🇧🇷 🇷🇺 🇪🇸 🇫🇷 🇹🇷 🇭🇰 🇯🇵 🇸🇦 🇩🇪 🇰🇷 🇮🇩 🇵🇱 Multi-language support(electerm-locales, contributions/fixes welcome)

→ Double click to directly edit (small) remote files.

→ Auth with publicKey + password.

→ Support Zmodem(rz, sz).

→ Support ssh tunnel.

→ Support Trzsz(trz/tsz), similar to rz/sz, and compatible with tmux.

→ Transparent window(Mac, win).

→ Terminal background image.

→ Global/session proxy.

→ Quick commands

→ UI/terminal theme

→ Sync bookmarks/themes/quick commands to github/gitee secret gist

→ Quick input to one or all terminals.

→ AI assistant integration (supporting DeepSeek, OpenAI, and other AI APIs) to help with command suggestions, script writing, and explaining selected terminal content

→ Deep link support: Open connections with URLs like telnet://192.168.2.31:34554 or ssh://user@host:22 - see Deep link support wiki

→ Command line usage: checkwiki

Links


✴ Electerm Video guide

✴ GitHub

✴ electerm-web

✴ electerm-web-docker

✴ electerm-locales

✴ Windows Store

✴ Snap Store

✴ Debian Repository

✴ https://atomgit.com/electerm/electerm

✴ Know issues

✴ Troubleshoot

✴ Discussion

✴ Sponsor Electerm

✴ Themes

✴ electerm cloud

✴ manate

✴ Simple games for kids

✴ China vs Rest of the World

✴ AI Configuration Guide

✴ Autorun Electerm When Login to OS

✴ Batch Operation

✴ Command line usage / 命令行使用

✴ Connecting to Servers with Special Character Encoding (GBK Example)

✴ Connection Hopping Behavior Change since v1.50.65 (v1.50.65版本后连接跳转行为变化)

✴ Contributors

✴ Create bookmark by AI

✴ Create Personal Access Token

✴ Create Secret Gist

✴ Custom CSS examples(自定义CSS样例)

✴ Custom Sync Server

✴ Deep Link Support for Electerm

✴ Default Profile

✴ Develop in windows

✴ Gitee Data Sync Warning

✴ How Electerm Gets the Current Working Directory (pwd) in Terminal When "SFTP Follow Terminal Path" Is Enabled / Electerm 如何在启用 "SFTP 跟随终端路径" 时获取终端中的当前工作目录 (pwd)

✴ How to Use SSH Tunnel

✴ In Windows Can Not Access Port 30975 Issue

✴ Known Issues

✴ MCP Widget Usage Guide

✴ Privacy Notice

✴ proxy format 代理格式

✴ Quick Command Templates

✴ Sponsor electerm

✴ SSH Agent / SSH Agent (中文)

✴ SSH Certificate Authentication Guide for electerm

✴ Terminal Keywords Highlight Regular Expression Examples

✴ Troubleshoot

✴ Upgrading from 1.x to 2.x: Data Loss Issue and Recovery

✴ VNC Connection Feature (Beta) / VNC 连接功能 (Beta)

✴ Warning About SFTP Follow SSH Path Function

✴ Workspace Feature / 工作区功能

Star History


Star History Chart