Skip to content
This repository has been archived by the owner on Jun 29, 2019. It is now read-only.

Port to OSX #76

Open
BLamy opened this issue Mar 30, 2016 · 3 comments
Open

Port to OSX #76

BLamy opened this issue Mar 30, 2016 · 3 comments

Comments

@BLamy
Copy link

BLamy commented Mar 30, 2016

Personally, I'd like to see this application take full advantage of the fact that it's written in electron. I see this application as having much more potential in the long run than Alfred.

@ewnd9
Copy link
Contributor

ewnd9 commented Apr 1, 2016

@BLamy you could try to run the linux port #48 It should work on mac too

@Shugabuga
Copy link

Shugabuga commented May 14, 2016

- Thanks to @ewnd9 , @Metrakit, and @appetizermonster for their help! -

Hain on the Mac seems to work (minus a few features, including filesystem navigation), but you can't sudo any commands. If you need sudo to use the -g flag, follow this tutorial.

The commands below below should do the trick of installing everything (if this is in your ~ directory):

  1. git clone https://github.com/appetizermonster/hain.git && cd hain && npm install && npm run build
  2. npm install -g electron-packager && electron-packager ~/hain Hain --platform=mas --arch=all && ./run.js

Hain should run when you are done! (Activate with Option + Space)

@pjvandehaar
Copy link

pjvandehaar commented Sep 22, 2018

(Note to future readers: Instructions for building on OSX are now at https://github.com/hainproject/hain#installbuild-from-source)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants