Terminal Emulators

Hyper – terminal emulator built with web technologies

Last Updated on September 1, 2020

Other Features

Here’s a brief list of Hyper’s other features:

  • Fast WebGL engine.
  • Automatically selects the Canvas or WebGL renderer to deliver a very smooth visual performance.
  • Customize Hyper for any workflow.
  • Customizable keymaps.
  • Emoji support.
  • Good proxy compatibility.
  • Cross-platform support – Hyper runs on Linux, macOS, and Windows.

There’s no true color support although this is planned in version 4.

Next page: Page 5 – Summary

Pages in this article:
Page 1 – Introduction / Installation
Page 2 – In Operation
Page 3 – Extensibility
Page 4 – Other Features
Page 5 – Summary

Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

5 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Liam Mapson
Liam Mapson
4 years ago

Everyone who’s “in the market for a terminal built on web technologies”, please raise your hand…

No doubt I’ve missed something important, but what?

Luke Baker
Editor
4 years ago
Reply to  Liam Mapson

It just means if you’re looking for a modern terminal….

Erpitt
Erpitt
4 years ago

If you might want to access a text based application from Linux on a remote network with a web server to provide access in this manner you might use this. Most young’uns wouldn’t know there’s trilliions of lines of code apps running out there that still manage huge petabytes of data all in text mode. IRS, Healthcare, lots of places. What I hate about articles on “Terminal Emulation” is they only deal with one emulation. VT100 compatible. If you want to write a true Terminal Emulator, emulate some terminals and do ADDS, IBM3090, or some other useful things instead of kiddie stuff.

Phil S
Phil S
4 years ago
Reply to  Erpitt

Erpitt, if you want ADDS, IBM3090 or whatever, and think there’s a need to emulate them, go ahead and write a terminal emulator that meets your needs. The VT100 was very successful, and for a good reason.