Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/antd/subx and other libs.
ctrl + 2
)brew install --cask electerm
sudo snap install electerm --classic
rpm
, deb
, or snap
release may not work, you can try the tar.gz
release.# 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 i -g electerm
# after installation, it will immediately open for windows and linux,
# for macOS, it will open the drag to install panel
npm i -g electerm
again.https://github.com/electerm/electerm/wiki/Know-issues
https://github.com/electerm/electerm/wiki/Troubleshoot
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.
# 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 16+
git clone [email protected]: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 pre-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 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 pre-test
npm run release -l
# check dist/ folder
Visit Releases.
MIT