mirror of
https://github.com/zen-browser/desktop
synced 2026-04-25 17:15:00 +02:00
58 lines
758 B
Markdown
58 lines
758 B
Markdown
|
|
# 🌀 Zen Browser
|
|
|
|
Experience tranquillity while browsing the web without people tracking you!
|
|
|
|
# Compatibility
|
|
|
|
Zen is currently built using firefox version `128.0`!
|
|
|
|
* Checkout the latest [releases notes](https://get-zen.vercel.app/release-notes)!
|
|
|
|
## 🚀 Run Locally
|
|
|
|
Clone the project
|
|
|
|
```bash
|
|
git clone https://github.com/zen-browser/desktop.git
|
|
cd desktop
|
|
```
|
|
|
|
Install dependencies
|
|
|
|
```bash
|
|
npm i
|
|
```
|
|
|
|
Download and bootstrap the browser
|
|
|
|
```
|
|
npm run init
|
|
```
|
|
|
|
Start building the browser
|
|
|
|
```
|
|
npm run build
|
|
```
|
|
|
|
Finally, run the browser!
|
|
|
|
```
|
|
npm start
|
|
```
|
|
|
|
## Contributing
|
|
|
|
Contributions are always welcome!
|
|
|
|
See `contributing.md` for ways to get started.
|
|
|
|
Please adhere to this project's `code of conduct`.
|
|
|
|
|
|
## License
|
|
|
|
[MPL LICENSE](,/LICENSE)
|
|
|