Would you be interested to provide an AppImage for Linux? electron-builder now has support for it that makes it really easy to do.
On Ubuntu 16.04, I ran
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs icnsutils graphicsmagick
wget https://github.com/zeit/hyperterm/archive/master.zip
unzip master.zip
cd *-master/
npm install
npm run dist -- --linux=AppImage
and it produced a working AppImage.

0.7.0 shipped an AppImage. Can you please test it?
Please reopen this issue or new ones if you encounter problems
Sorry, my mistake. Thanks for providing the AppImage! Downloaded, tested, works.
amazing. Could you supply a high resolution screenshot of it with a few tabs open and uname -a | pokemonsay?
Kinda like this:


Most helpful comment