A modern, open-source browser built with Electron.
Nebula Browser is a full-featured desktop browser app made with Electron. It offers a unique, modern homepage, Chrome-style tabs, custom theming, quick links, and a responsive UI. The project is designed to be both a learning showcase and a practical, installable browser for Windows.
- Custom Homepage: Beautiful, branded welcome page with search, quick links, and wallpaper support
- Tab System: Chrome/Edge-style tabs with independent browsing per tab
- Quick Links: Add, remove, and reorder your favorite sites with icons
- Custom Wallpaper: Set your own background for the homepage
- Dark/Light/Auto Theme: Toggle between themes, with glassmorphism effects
- Mobile Responsive: Homepage and UI adapt to mobile/small screens
- Bookmarks & History: Save and revisit your favorite sites
- Settings Modal: Change homepage/search engine (for future expansion)
- Notifications: Modern, animated feedback for user actions
- Production Build: Easily create a Windows installer (EXE) to share with anyone
- Electron (main framework)
- HTML, CSS, JavaScript (UI & logic)
- Node.js (backend for Electron)
- electron-builder (for packaging Windows installer)
- LocalStorage (for quick links, wallpaper, theme)
- electron-store (for bookmarks/history/settings persistence)
- Clone the repo:
git clone <your-repo-url> cd broswer
- Install dependencies:
npm install
- Start the app:
The browser will open in a desktop window.
npm start
- Install electron-builder (if not already):
npm install --save-dev electron-builder
- Build the installer:
npm run build
- Find your EXE:
- Go to the
dist/folder. You’ll seeNebula Browser Setup.exe. - Share this file with anyone—they can install Nebula Browser on their Windows PC!
- Go to the
- Personalized Experience: Custom homepage, theming, and quick links make it truly yours.
- Modern UI: Looks and feels like Chrome/Edge, but with your own branding and features.
- Learning Project: Great for understanding Electron, desktop app development, and modern web UI/UX.
- Shareable: Build and distribute your own browser as a real Windows app.
- Mobile Friendly: Homepage and widgets look great on all screen sizes.
Try the browser online:
👉 https://nebulabrowser.vercel.app
You can download the latest Windows build of Nebula Browser here:
🔗 Download Nebula Browser (.exe)
Note: This is a standalone
.exefile built for Windows. No installation needed — just run and explore!
- Electron
- Google Chrome & Microsoft Edge (UI inspiration)
- [Open source]
This project is licensed under the MIT License.
Made with ❤️ by Rohit Kumar Bansal