Written on Electron with React, running Chromium with Puppeteer
This project uses some external libraries with changed files, such as
- Puppeteer Extra plugin stealth (evasions)
- Puppeteer Page Proxy
- Fingerprint Injector
Start the project
- Clone this repo
- Rename .env.example to .env and change values
- Run:
cd desktop
npm i
npm start
Path to profile launch file:
desktop/src/main/actions/launchBrowser.ts
Build for x86 arch
npm run build
npm run package:mwlx64
Build for arm arch
npm run build
npm run package:mwlarm