Pivot Browser is a custom-built web browser using Electron. This project is currently a work in progress and will eventually support complex features including proxy sessions.
- Basic browser functionality
- Multiple tabs support
- Simple UI with a search bar
- Open and close tabs
Make sure you have Node.js installed. Electron requires Node.js 14.17.0 or later.
-
Clone the repository:
git clone <your-repo-url> cd electronbrowser
-
Install dependencies:
npm install
To start the application, run:
npm start