Hyper: AppImage for Linux

Created on 26 Jul 2016  路  5Comments  路  Source: vercel/hyper

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.

linux

Most helpful comment

screenshot from 2016-07-26 21-36-38

All 5 comments

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:

image

screenshot from 2016-07-26 21-36-38

Was this page helpful?
0 / 5 - 0 ratings

Related issues

leo picture leo  路  3Comments

ConstantinChirila picture ConstantinChirila  路  3Comments

sarneeh picture sarneeh  路  3Comments

yvan-sraka picture yvan-sraka  路  3Comments

eoinmurray picture eoinmurray  路  3Comments