Hyper is a terminal emulator built entirely on open web standards like HTML, CSS, and JavaScript. This foundation makes it an incredibly beautiful, fast, and stable tool for command-line users. The project's primary goal is to provide a powerful and well-tested interface for productivity that is both simple to use and endlessly customizable.
It is fully configurable through a single, easy-to-edit .hyper.js
file. You have granular control over the entire user experience, allowing you to modify:
The true power of Hyper lies in its extensibility. The terminal can be enhanced with a vast ecosystem of plugins and themes available directly from npm. Since extensions are universal Node.js modules, developers can easily create and share new functionality, from simple visual themes to complex new features that integrate with the underlying React and Redux architecture.