- terminal/ssh/sftp client(linux, mac, win) based on electron/node-pty/xterm/antd and other libs, it works as a combination of
guake
andxshell
- it is still on its early stage, more feature/test will be added.
- work as a terminal or ssh/sftp client(similar to xshell)
- hotkey to bring window back to front(simliar to guake, default is
ctrl + 2
) - support multi platform(linux, mac, win)
- support multi-language(https://github.com/electerm/electerm-locales)
https://github.com/electerm/electerm/issues
# tested on ubuntu16.04 only
# with node 8.6+
git clone git@github.com:electerm/electerm.git
cd electerm
npm i
# server
npm run s
# client
npm run c
# app
npm run dev
# 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 run release -l
# visit dist/
MIT