Install with winget
winget
winget install Vercel.Hyper
Package Details
About Hyper
Hyper is an open-source terminal emulator built on HTML, CSS, and JavaScript using Electron. Designed for extensibility, it supports plugins and themes through npm, allowing you to fully customize its appearance and behavior. Features include SSH protocol support, split panes, and a rich ecosystem of community plugins.
Frequently Asked Questions
Can I customize Hyper's appearance?
Yes. Hyper has a large library of themes installable via npm. Edit the ~/.hyper.js config file to change fonts, colors, and plugin settings.
How do I install plugins for Hyper?
Open your Hyper config file (.hyper.js in your home directory) and add plugin names to the plugins array. Hyper automatically downloads them on next launch.
Is Hyper still actively maintained?
Development activity has slowed. Version 3.1.2 is stable for daily use, but for a more actively maintained alternative consider Windows Terminal or WezTerm.
Does Hyper support tabs and split panes?
Yes. Hyper supports multiple tabs and split panes through keyboard shortcuts and the menu, allowing multiple terminal sessions in one window.