This is the official source code and repository for Natant Browser! This is Natant Networks flagship proxy!
- MotorTruck1221 - Main Developer
- Clone the repository
$ git clone https://github.com/Natant-Network/Natant-Browser.git
- Install the dependencies
$ npm install
- Setup your .env file
$ cp .env.example .env
- Change the port in the .env file to your liking
$ nano .env
- Start the server
$ npm start
- Curl the docker-compose.yml file
$ curl -o docker-compose.yml https://raw.githubusercontent.com/Natant-Network/Natant-Browser/main/docker-compose.yml
- Change the port in the docker-compose.yml file to your liking
$ nano docker-compose.yml
- Start the server
$ docker-compose up -d
Picture of the browser:
-
Massive credit to @r58playz this project uses some of the scripts from his aboutbrowser project.