A tactical cyber-intelligence workspace for elite bug bounty hunters.
Track targets, manage bugs, stay focused — all in one offline-first desktop app.
No Node.js. No coding. Just double-click and go.
👉 Go to Releases and download:
bugbOS Setup 1.0.0.exe← Recommended (installs properly, creates Start Menu shortcut)bugbOS 1.0.0.exe← Portable (no install, just run from anywhere)
- Double-click
bugbOS Setup 1.0.0.exe - Click "Next", choose install location (or leave default), click "Install"
- Done! bugbOS opens automatically ✅
⚠️ Windows SmartScreen warning?
This is normal for unsigned apps. Click "More info" → "Run anyway". The app is safe — source code is fully public here.
| Tool | Version | Download |
|---|---|---|
| Node.js | v18 or higher | nodejs.org |
| Git | Any | git-scm.com |
git clone https://github.com/ramanneonx/bugb.git
cd bugbnpm installnpm startOr just double-click run.bat on Windows.
bugbOS can automatically backup all your data to your personal Google Drive.
This is completely optional — the app works 100% offline without it.
- Go to Google Cloud Console
- Create a New Project (e.g.
bugbOS-Sync) - Go to APIs & Services → OAuth consent screen → Choose External → Fill in your email → Save
- Go to APIs & Services → Credentials → Create Credentials → OAuth Client ID
- Application type: Web Application
- Authorized redirect URIs: add
http://localhost - Click Create — copy your Client ID and Client Secret
In the bugbOS folder (same folder as main.js), create a file called gdrive-config.json:
{
"CLIENT_ID": "YOUR_CLIENT_ID_HERE.apps.googleusercontent.com",
"CLIENT_SECRET": "YOUR_CLIENT_SECRET_HERE"
}🔒 This file is gitignored — it never gets pushed to GitHub. It's yours only.
Open bugbOS → Go to Export/Settings tab → Click "Continue with Google" → Approve in browser → Done!
| Feature | Description |
|---|---|
| 🎯 Target Intelligence | Per-target research dashboard with tabbed notes, tool logs, subdomain tracking, and checklists |
| 📡 Bug Tracker | Full bug management with priority, status, bounty tracking |
| 🗂️ Kanban Board | Visual drag-and-drop pipeline: Recon → Testing → Reported → Accepted → Paid |
| 🤖 AI Investigator | AI-assisted analysis for your targets |
| 🔍 Recon Mastery | Methodology guides and recon notes |
| ⚡ Vulnerability Atlas | Personal knowledge base for vulnerability types |
| 📝 Research Docs | Rich text documents per target — bold, lists, code, images |
| 📊 Analytics | Charts for severity, bug types, win-rate, earnings |
| ⏱️ Focus Timer | Pomodoro timer with animated robot mascot on completion + custom sounds |
| 🗂️ Sidebar Customization | Pin, hide, and reorder any sidebar tab to your preference |
| ☁️ GDrive Sync | One-click Google Drive backup — syncs all data across devices |
| 🎨 10+ Themes | Premium Minimalist, Acid Hacker, Cobalt, Neo-Brutalist, Hand-Drawn, Glassmorphism, and more |
- All data stored locally in browser
localStorage— no external servers - Auto-save every 10 minutes
- Export anytime: CSV, Markdown, or full JSON backup
- Upgrade safely: Export backup →
git pull→ Import backup if needed - GDrive sync goes directly to your Google Drive — bugbOS never sees your files
npm install
npm run buildOutput in dist/:
bugbOS Setup 1.0.0.exe— NSIS installerbugbOS 1.0.0.exe— Portable exe
- Electron — Desktop shell
- Vanilla JS + CSS — Zero framework bloat, maximum performance
- Neo-Brutalist Design System — Custom-built multi-theme engine
MIT — fork it, mod it, ship it.