wikibrowser is a minimal, floating browser app that offers quick access to reference materials without obstructing the window behind it.
Download wikibrowser from the [releases page]https://github.com/mcbrideke/wiki-browser/releases/tag/v1.0), or learn more on the website.
wikibrowser has these features:
- Search bar and simple page navigation
- Page zoom
- Position locking
- Opacity control
- Click through control
- Simple ad blocking
- Color light and dark themes
- Note pad
wikibrowser does not currently have:
- Tabs
- Bookmarks
- Video optimization
- Server storage
- Mac or Linux builds
- non-windowed mode support
For development:
- Install Node.
- Run
npm installto install dependencies. - Start wikibrowser in development mode by running
npm run electron:serve. - Build with
npm run electron:build