Skip to content
/ hain Public
forked from hainproject/hain

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

License

Notifications You must be signed in to change notification settings

MrGRA/hain

 
 

Repository files navigation

Hain

Build status Join the chat at https://gitter.im/appetizermonster/hain

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.

Features

  • Searching Executable files very fast with Fuzzy Matching
  • Plugins in Pure JavaScript

Downloads

Go to Releases, then you can download prebuilt binaries.

Alternatively, you can install Hain from the command prompt via Chocolatey:

cinst Hain -pre

Usage

Run and press alt+space anywhere

How to make Plugins

See Plugin Documentation

Install/Build from Source

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

Run from Source

npm run dev

Build from Source

npm run build

Contributing

See CONTRIBUTING.md

Credits

The name "Hain" is named by Hyunseop Lee, it means "a Servant" in Korean.
The app icon & gif are designed by Yunsung Lee.
It uses npmsearch.com for searching packages for now.

License

MIT

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.5%
  • C++ 3.9%
  • Other 0.6%