Zrowser is a minimalist browser project β starting as a CLI app and evolving into a full GUI experience. It's not just a tool, it's an educational and exploratory journey into how browsers work under the hood.
- π₯οΈ Command-line interface (current)
- π¨ Planned graphical user interface (GUI)
- π§ Built for learning and experimenting
- π§ͺ Simple codebase to explore browser internals
- Node.js
- (Other dependencies will be listed here once added)
- Go to the Releases page
- Download the binary for your system
- Make it executable (if on Linux/macOS):
chmod +x zrowser ./zrowser
- clone the repo
git clone https://github.com/MJ-NMR/zrowser.git
- install the dependenses
npm install
- run the app
npm start