The electrdp is a rdp client implemented with electron. It is based on mtsc.js which is a pure javascript Microsoft RDP (Remote Desktop Client) client using nodejs, node-rdpjs and socket.io.
electrdp support only 64bit platform(windows, linux, mac).
Install last release:
npm install --global-style
or
npm install
enter electrdp project's directory tree and run below code
npm start
for linux:
npm run pack:linux
for windows:
npm run pack:win
for mac:
npm run pack:mac
building is must on osx.
distribution is in dist directory.