Min is a smarter, faster web browser. It includes features such as:
- Information from DuckDuckGo in the search bar.
- Built-in ad and tracker blocking
- Fuzzy search
- Full-text search for bookmarks
- Reading list
- Tabs improvements (tabs open to the right, and fade out when inactive).
More information, and prebuilt binaries are available here.
If you just want to run Min, you can download binaries here.
If you want to develop Min:
- Install Node and Grunt.
- Run
npm install
to install dependencies. - Build a copy of the JS by running
grunt
.- You can also have Grunt watch for changes and automatically rebuild by running
grunt watch:scripts
.
- You can also have Grunt watch for changes and automatically rebuild by running
- Download a copy of Electron from here.
- Start Min by running
/Path/To/Electron /Path/To/Min
.
If you are using OS X, install Homebrew, then run brew install fakeroot dpkg
.
Then run grunt build
.