5 Star 17 Fork 9

Gitee 极速下载/electerm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/electerm/electerm
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

English

electerm Tweet

GitHub version Build Status license JavaScript Style Guide Get it from the Snap Store Get it from the Microsoft Store GitHub Sponsors

开源终端/ssh/telnet/serialport/RDP/VNC/sftp客户端(linux, mac, win)。

Powered by manate

有经验的开发者也可以尝试运行于浏览器(支持移动设备)的web app版本: electerm-web 或者 docker image for electerm-web

在线演示: https://electerm-demo.html5beta.com

功能特性

  • 支持ssh,telnet,serialport,RDP,VNC,本地和远程文件管理,sftp文件传输,以及作为本地终端使用
  • 全局快捷键切换隐藏显示窗口(类似guake, 默认快捷键ctrl + 2)
  • 多平台支持(linux, mac, win)
  • 🇺🇸 🇨🇳 🇧🇷 🇷🇺 🇪🇸 🇫🇷 🇹🇷 🇭🇰 🇯🇵 🇸🇦 🇩🇪 🇰🇷 🇮🇩 🇵🇱 多国语言支持(electerm-locales, 欢迎提交代码)
  • 双击直接编辑远程文件.
  • 支持密码或者密匙登录.
  • 支持Zmodem(rz, sz).
  • 支持ssh隧道
  • 支持Trzsz(trz/tsz), 类似rz/sz, 兼容tmux.
  • 支持透明窗口(Mac, win).
  • 支持设置终端背景图片.
  • 支持代理服务器.
  • 支持预设快捷命令
  • 支持主题
  • 支持同步书签等数据到github/gitee私人gist
  • 支持快速输入命令到一个或者多个终端
  • AI助手集成(支持DeepSeek、OpenAI等AI API),协助命令建议、脚本编写、以及解释所选终端内容
  • 支持命令行使用: 请参阅wiki
  • 深度链接支持: 请参阅wiki

下载

安装

  • Mac OS用户: brew install --cask electerm
  • Snap: sudo snap install electerm --classic
  • 一些Linux发行版的内置软件商店(Ubuntu, Deepin, Mint...).
  • 不支持rpm, deb, or snap 的Linux发行版可以尝试 tar.gz版本.
  • Windows用户可以从windows store, 命令行安装工具 winget,以及scoop :
# winget https://github.com/microsoft/winget-cli
winget install electerm

# scoop https://github.com/lukesampson/scoop
scoop bucket add dorado https://github.com/chawyehsu/dorado
scoop install dorado/electerm
  • 从npm安装
npm i -g electerm

# after installation, it will immediately open for windows and linux,
# for macOS, it will open the drag to install panel

升级

  • 自动升级: 点击新版本的升级按钮.
  • 下载: 重新下载最新版安装.
  • Npm: 如果是从npm安装 再次运行npm i -g electerm 即可.
  • 如果从Linux发行版软件商店或者Snap安装,可能有自动升级机制.

主题配色

已知问题

https://github.com/electerm/electerm/wiki/Know-issues

疑难解答

https://github.com/electerm/electerm/wiki/Troubleshoot

讨论区

Discussion board

electerm-wechat-group-qr.jpg

支持

欢迎提交问题/建议, 展开讨论, 修复或者创建语言文件或者贡献代码。

赞助项目

github sponsor

https://github.com/sponsors/electerm

kofi

https://ko-fi.com/zhaoxudong

微信赞赏码

wechat donate

开发

# tested in ubuntu16.04+/mac os 10.13+ only
# needs nodejs/npm, suggest using nvm to install nodejs/npm
# https://github.com/creationix/nvm
# with nodejs 18.x

git clone git@github.com:electerm/electerm.git
cd electerm
npm i

# start webpack dev server, requires port 5570
npm start

# in a separate terminal session run app
npm run app

# code format check
npm run lint

# code format fix
npm run fix

测试

npm run b
npm run prepare-test
cp .sample.env .env

# edit .env, fill your test host/username/password, may only works in mac OS
npm run test

测试构建

# Tested only in ubuntu 20.04+ x64
# Install yarn first(to do yarn autoclean)
# See https://yarnpkg.com/en/docs/install

# Build linux only with -l
npm i
npm run b
./node_modules/.bin/electron-builder --linux tar.gz
# or replace tar.gz to rpm/deb/AppImage
# check dist/ folder

# build for linux arm/
./node_modules/.bin/electron-builder --linux --arm64

使用技巧

变更历史

Visit Releases.

许可证

MIT

The MIT License (MIT) Copyright (c) since 2017~ ZHAO Xudong <zxdong@gmail.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

electerm 是基于 electron/ssh2/node-pty/xterm/antd/subx 和其他 lib 的终端/ssh/sftp 客户端,适用于 Windows、m 展开 收起
JavaScript 等 5 种语言
MIT
取消

发行版

暂无发行版

近期动态

3年多前创建了仓库
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mirrors/electerm.git
git@gitee.com:mirrors/electerm.git
mirrors
electerm
electerm
master

搜索帮助