A beautiful web browser written in javascript.
Windows users: Head over to the releases page and download the latest .exe.
To build yourself:
- Clone or download the repository.
npm i
⚠ WARNING: Thenpm i
command will also install the package 'ewc'. To build it, you will have to install the packages 'windows-build-tools' (npm i -g windows-build-tools --vs2015
inside an administrator powershell) and 'node-gyp'. The 'ewc' module is responsible for the background blur which currently only works on windows. I will add it as an optional dependency in the future to provide support for mac and linux.npm start
- Enjoy!