▲ ~

Installation

latest version: v3.4.1
64-bitarm64
macOS (.app) v3.4.1 v3.4.1
Windows (.exe) v3.4.1N/A
Debian (.deb) v3.4.1 v3.4.1
Fedora (.rpm) v3.4.1 v3.4.1
More Linux distros (.AppImage) v3.4.1 v3.4.1

Project Goals

The goal of the project is to create a beautiful and extensible experience for command-line interface users, built on open web standards. In the beginning, our focus will be primarily around speed, stability and the development of the correct API for extension authors.

In the future, we anticipate the community will come up with innovative additions to enhance what could be the simplest, most powerful and well-tested interface for productivity.

Extensions

Extensions are available on npm. We encourage everyone to include hyper in the keywordsfield in package.json.

$ npm search hyper

Then edit .hyper.js and add it to plugins

module.exports = {

  config: { /*... */ },

  plugins: [
    "hyperpower"
  ]

};

Hyper will show a notification when your modules are installed to .hyper_plugins.