https://github.com/arjunj132/dinobrowse
A browser :electron:
https://github.com/arjunj132/dinobrowse
browser chromium electron fast nodejs python
Last synced: about 2 months ago
JSON representation
A browser :electron:
- Host: GitHub
- URL: https://github.com/arjunj132/dinobrowse
- Owner: arjunj132
- License: mit
- Created: 2022-02-11T20:56:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T06:37:48.000Z (over 3 years ago)
- Last Synced: 2025-06-21T17:09:03.250Z (about 1 year ago)
- Topics: browser, chromium, electron, fast, nodejs, python
- Language: Python
- Homepage:
- Size: 7.95 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README

# DinoBrowse: The Hackable Browser
Please choose the version of DinoBrowse:
1. DinoBrowse Pro (reccomended - original version)
2. DinoBrowse Lite (only for super low storage)
## DinoBrowse Pro
Hi!
I created a electron-based simple browser with Node. Anyway, lets go ahead and install it!
Now, it depends what OS your using to install DinoBrowse ([Linux](#linux), or [Mac + Windows](#all-operating-systems-recommend-for-only-mac--windows)).
### All Operating Systems (recommend for only mac + windows)
Make sure you clone this repo and cd:
```bash
git clone https://github.com/arjunj132/dinobrowse.git
cd dinobrowse
```
Lets install the dependencies:
```bash
npm install
```
Depending on your internet connection, it can be fast or slow (from 10 - 120 seconds).
So now that we installed the dependencies, lets run it! You need python. So, just run:
```bash
python3 -m dino
```
Then type some JS (only if you want to test out something - otherwise leave blank) and click enter and the browser should come to you!
### Linux
Linux has easy ways - and way faster.
Download our AppImage, DEB, or RPM at the Assets part on the release. NOTE: The release must be over 2.0.0 - otherwise, you won't find the file. You can not use the icon in the taskbar.
Now run the file.
Running the file is easy:
AppImage: `chmod +x dinobrowse.AppImage; ./dinobrowse.AppImage run https://google.com` (includes permissions)
Debian & RPM: `dinobrowse run https://google.com`
### Usage
You just control stuff like a regular browser! Address bar, navigation, all looks familiar.
### About
This is a modified version of Chromium. But it is pretty nice for people who don't wont to install chrome for some reason.
Security features are being worked on - migration to v2 deleted them.
## DinoBrowse Lite
Download the very low storage and simple browsers. THIS IS NOT RECCOMENDED BECAUSE OF THE UNSECURITY AND THE UNEASINESS. Download the folder `lite` and run `dinolite.py`
All JavaScript is blocked.
Simple.
Lightning fast.
Only 13.03 MB.
---
© 2022 Arjun J. All Rights Reserved.