Hyper is built entirely on webtech and aims to be customizable to the extreme.
Hyper by itself does nothing, all of it's power is concentrated on widgets that extends it's capacity.
Visit my Discord server
Usage preview
Widget installation preview
Widget development preview
- git clone this repository.
- navigate to the now clonned repository.
- on your terminal, install the dependencies
yarn #or npm i
- start hyper
yarn start #or npm run start
- Download the latest release
- Run hyper.exe
- Agree to install some default widgets
or
Download widgets from community
You can download the example widget and start from there.
Making themes are simple as making a new folder under your hyperfolder (~/.hyperbar/themes) and including a index.css file there, you can also duplicate the default theme and edit from there.