Blinkr is a custom desktop web browser made using Electron. It’s designed to be fast, lightweight, and easy to use. Built by the PFMCODES team, it gives you a modern browsing experience — made with love and care.
- ✅ Open websites just like Chrome or Edge
- 🖼️ Has a clean and modern look
- 🌓 Dark and light themes
- 🪟 Open multiple windows
- 🛠️ Great for developers too (local files, dev tools)
- 🔐 No data tracking — private and safe
Before you start, make sure you have:
- Node.js installed (v18 or higher)
- Basic understanding of how to use a terminal or command prompt
- Open your terminal
- Type these commands one by one:
git clone https://github.com/PFMCODES/blinkr.git
cd blinkr
npm install
npm run startThis will open the development version of Blinkr.
you see
button well press it, that gives us motivation to work and make helpful projects and apps like these
| File/Folder | Purpose |
|---|---|
src/ |
Browser UI and frontend code |
main.js |
Main Electron process (app logic) |
preload.js |
Connects frontend with backend safely |
assets/ |
Icons and images, css files and js files |
package.json |
Project metadata and scripts |
To build a desktop .exe version for Windows:
npm run build:releaseOutput will be in the
dist/folder.
Want to help build Blinkr?
- Report a bug or issues
- Suggest Issues
- Fork, improve, and make a pull request — we might even hire you
MIT License © 2026 PFMCODES Org & Blinkr Team
⚠️ We are not responsible for copies downloaded from unofficial websites.
