WaterWolf is a fast, minimal browser that protects your privacy using AI features (fork of Min). It includes an interface designed to minimize distractions, and features such as:
- Full-text search for visited pages
- Ad and tracker blocking
- Automatic reader view
- Tasks (tab groups)
- Bookmark tagging
- Password manager integration
- Dark theme
Download WaterWolf from the releases page, or learn more on the website.
You can find prebuilt binaries for WaterWolf here. Alternatively, skip to the section below for instructions on how to build WaterWolf directly from source.
If you want to develop WaterWolf:
- Install Node.
- Run
npm installto install dependencies. - Start WaterWolf in development mode by running
npm run start. - After you make changes, press
alt+ctrl+rto reload the browser UI.
In order to build WaterWolf from source, follow the installation instructions above, then use one of the following commands to create binaries:
npm run buildWindows
Thanks for taking the time to contribute to WaterWolf!
If you're experiencing a bug or have a suggestion for how to improve WaterWolf, please open a new issue.