1.38.70 β€’ Published 11 days ago

electerm v1.38.70

Weekly downloads
30
License
MIT
Repository
github
Last release
11 days ago

δΈ­ζ–‡

electerm Tweet

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

Open-sourced terminal/ssh/telnet/serialport/sftp client(linux, mac, win).

For experienced developers, you may try the web app version running in browser(including mobile device): electerm-web

Online demo: https://electerm-demo.html5beta.com

Features

  • Works as a terminal/file manager or ssh/telnet/serialport/sftp client
  • 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.
  • Command line usage: check wiki

Download

Install

  • For Mac user: brew install --cask electerm
  • With snap: sudo snap install electerm --classic
  • For some Linux distribution, you can find it from OS default App store(Ubuntu, Deepin, Mint...).
  • For some linux OS, the rpm, deb, or snap release may not work, you can try the tar.gz release.
  • For Windows users, you can install it from windows store, command-line installer winget and scoop is also recommended:
# 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
  • Install from 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

Upgrade

  • Auto upgrade: When a new version is released, you will get an upgrade notification after you start electerm again. You can then click the upgrade button to upgrade.
  • Download: Just download the latest edition, reinstall.
  • Npm: If you install from npm, just run npm i -g electerm again.
  • If use Snap or some other distribution system, these systems may provide upgrades.

Themes

Known issues

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

Troubleshoot

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

Discussion

Discussion board

Support

Would love to hear from you, please tell me what you think, submit an issue, Start a new discussion, create/fix language files or create pull requests, all welcome.

Sponsor this project

github sponsor

https://github.com/sponsors/electerm

kofi

https://ko-fi.com/zhaoxudong

wechat donate

wechat donate

Dev

# 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

Test

npm run prepare-build
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

Test build

# Tested only in ubuntu 16.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 prepare-build
./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

Use

Change log

Visit Releases.

License

MIT

1.38.70

11 days ago

1.38.65

24 days ago

1.38.60

26 days ago

1.38.50

28 days ago

1.38.43

1 month ago

1.38.42

1 month ago

1.38.40

1 month ago

1.38.41

1 month ago

1.38.30

2 months ago

1.38.19

2 months ago

1.38.11

3 months ago

1.38.6

3 months ago

1.38.8

3 months ago

1.37.126

4 months ago

1.37.121

4 months ago

1.37.110

4 months ago

1.37.106

4 months ago

1.37.93

4 months ago

1.37.96

4 months ago

1.37.92

4 months ago

1.37.88

4 months ago

1.37.78

4 months ago

1.37.80

4 months ago

1.37.68

5 months ago

1.37.66

5 months ago

1.37.60

5 months ago

1.37.58

5 months ago

1.37.38

5 months ago

1.37.46

5 months ago

1.37.36

5 months ago

1.37.1

5 months ago

1.37.6

5 months ago

1.37.16

5 months ago

1.34.26

7 months ago

1.35.0

5 months ago

1.35.6

5 months ago

1.34.30

7 months ago

1.37.20

5 months ago

1.34.38

6 months ago

1.34.39

6 months ago

1.34.46

6 months ago

1.34.48

6 months ago

1.36.1

5 months ago

1.34.58

6 months ago

1.34.63

6 months ago

1.34.68

6 months ago

1.33.6

7 months ago

1.33.26

7 months ago

1.33.36

7 months ago

1.34.0

7 months ago

1.34.6

7 months ago

1.34.10

7 months ago

1.30.9

8 months ago

1.34.8

7 months ago

1.34.20

7 months ago

1.33.0

7 months ago

1.32.28

8 months ago

1.32.6

8 months ago

1.32.36

8 months ago

1.32.38

8 months ago

1.31.1

8 months ago

1.32.46

7 months ago

1.29.4

8 months ago

1.29.5

8 months ago

1.29.2

8 months ago

1.28.1

9 months ago

1.28.0

9 months ago

1.28.3

9 months ago

1.28.4

9 months ago

1.27.20

9 months ago

1.27.5

10 months ago

1.27.30

9 months ago

1.26.0

10 months ago

1.26.1

10 months ago

1.26.2

10 months ago

1.25.50

11 months ago

1.25.41

1 year ago

1.25.16

1 year ago

1.25.22

1 year ago

1.25.20

1 year ago

1.25.30

1 year ago

1.25.14

1 year ago

1.25.6

1 year ago

1.25.12

1 year ago

1.25.10

1 year ago

1.23.28

2 years ago

1.23.22

2 years ago

1.23.20

2 years ago

1.23.32

1 year ago

1.24.13

1 year ago

1.23.15

2 years ago

1.23.2

2 years ago

1.23.3

2 years ago

1.23.6

2 years ago

1.23.4

2 years ago

1.23.8

2 years ago

1.22.33

2 years ago

1.21.88

2 years ago

1.22.27

2 years ago

1.22.24

2 years ago

1.21.91

2 years ago

1.21.93

2 years ago

1.22.20

2 years ago

1.22.30

2 years ago

1.22.1

2 years ago

1.22.8

2 years ago

1.21.48

2 years ago

1.21.40

2 years ago

1.21.57

2 years ago

1.21.73

2 years ago

1.21.74

2 years ago

1.21.18

2 years ago

1.21.9

2 years ago

1.21.14

2 years ago

1.21.16

2 years ago

1.21.20

2 years ago

1.20.10

2 years ago

1.20.6

2 years ago

1.20.4

2 years ago

1.21.34

2 years ago

1.19.0

2 years ago

1.18.8

2 years ago

1.19.5

2 years ago

1.18.3

2 years ago

1.16.28

3 years ago

1.14.0

3 years ago

1.13.2

3 years ago

1.10.4

3 years ago

1.3.28

4 years ago

1.0.32

4 years ago

0.27.99

4 years ago

0.27.44

5 years ago

0.27.25

5 years ago

0.26.30

5 years ago

0.26.10

5 years ago

0.26.9

5 years ago

0.26.8

5 years ago

0.26.6

5 years ago

0.26.4

5 years ago

0.25.35

5 years ago

0.24.25

6 years ago

0.24.3

6 years ago

0.23.5

6 years ago

0.23.1

6 years ago

0.22.23

6 years ago

0.21.1

6 years ago

0.21.0

6 years ago

0.20.0

6 years ago

0.19.0

6 years ago

0.18.5

6 years ago

0.17.0

6 years ago

0.16.31

6 years ago

0.16.28

6 years ago

0.16.27

6 years ago

0.16.24

6 years ago

0.16.19

6 years ago

0.16.4

6 years ago

0.16.3

6 years ago

0.16.2

6 years ago

0.16.1

6 years ago

0.1.0

9 years ago