Skip to content
forked from hainproject/hain

An 'alt+space' launcher for Windows, built with Electron

Notifications You must be signed in to change notification settings

ToniPortal/haino

 
 

Repository files navigation

Haino

Release

An alt+space launcher for Windows, built with Electron.

I always dreamed of an alternative to Alfred on Windows, that is made with JavaScript. so, I made it.

Vision

It's a launcher with strict syntax (like terminal programs), it's not targeting to interpret natural language.
I believe the strict syntax can provide more powerful and fast response than to interpret natural language.

Features

  • Plugins in Pure JavaScript

Downloads

Go to Releases, then you can download prebuilt binaries.

Usage

Run and press alt+space anywhere.

How to make Plugins

Actually working in

Development Requirements

  • Node.js v8.9.x
  • npm v5.6.x

See engines property in package.json

Install/Build from Source

# Clone this repo
git clone https://github.com/hainproject/hain.git
# Go into the repo
cd hain
# Install dependencies
npm install

Run from Source

npm run dev

Build for Windows

npm run build

Contributing

See of basic app -> CONTRIBUTING.md

Credits

The basic app is named "hain" and copy that

License

MIT

About

An 'alt+space' launcher for Windows, built with Electron

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 50.2%
  • JavaScript 42.4%
  • CSS 7.4%