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.
Vision
It's a launcher with strict syntax (like terminal programs), it's not targeting to interpret natrual language.
I believe the strict syntax can provide more powerful and fast response than to interpret natural language.
Features
- Searching Executable files very fast with Fuzzy Matching
- 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
Install/Build from Source
# Clone this repo
git clone https://github.com/hainproject/hain.git
# Go into the repo
cd hain
# Install dependencies
npm installRun from Source
npm run devBuild for Windows
npm run buildBuild for Linux
npm run build-debianBuild for macOS
gulp build-darwinContributing
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
