The agentic browser for grants, RFPs, and compliance work.
BulleBrowser is a desktop browser by Bulle Consulting with a built-in Claude-powered AI agent purpose-built for grants research, RFP comparison, and compliance review workflows. Bring your own Anthropic API key — your prompts go directly to your provider, never to Bulle Consulting.
Website: bullebrowser.com
The agent operates the active browser tab — same pages, same logins, same data you’d see — through a focused set of actions: navigate, read, click & type, extract, manage tabs, and wait.
| Skill | What it does |
|---|---|
| Grant scanner | Searches SAM.gov and Grants.gov, follows listings into detail pages, returns a comparison table sorted by deadline with award ceilings and links. |
| RFP comparator | Paste 2–4 RFP links. Reads each end to end and returns a side-by-side of deadline, scope, eligibility, contract value, and evaluation criteria. |
| Compliance review | Flags clauses against EEO, FERPA, and ADA — plus any checklist items you add — and quotes each clause with its section reference. |
- A live “Agent is working” indicator shows each step; a Stop button cancels instantly.
- Every task is hard-capped at 25 actions.
- Form submissions and downloads require explicit confirmation.
- Choose Claude Opus, Sonnet, or Haiku per task.
- Your prompts go straight to Anthropic — never to Bulle Consulting.
- Your API key is encrypted in your OS keychain.
- History, bookmarks, and conversations stay on your device.
- No analytics. No telemetry.
Full privacy policy: bullebrowser.com/privacy
| Page | URL |
|---|---|
| Home | bullebrowser.com |
| Features | bullebrowser.com/features |
| Download | bullebrowser.com/download |
| Install & Setup | bullebrowser.com/install |
| About | bullebrowser.com/about |
| Privacy | bullebrowser.com/privacy |
bullebrowser/
├── apps/
│ ├── desktop/ # The BulleBrowser desktop application
│ └── web/ # Landing page (bullebrowser.com)
├── packages/
│ ├── agent-core/ # Tool registry and agent loop
│ └── brand-tokens/ # Shared design tokens (colors, type, logo)
├── docs/
│ ├── ARCHITECTURE.md
│ └── RELEASING.md
└── .github/workflows/ # Build & deploy pipelines
- Node.js 20.11 or newer
- pnpm 9 or newer (
npm install -g pnpm)
pnpm install
pnpm dev # launch the desktop app
pnpm dev:web # launch the landing page locally| Script | What it does |
|---|---|
pnpm dev |
Run the desktop app in dev mode |
pnpm build |
Build all packages and apps |
pnpm package:desktop |
Produce signed installers (CI) |
pnpm test |
Run unit tests across the workspace |
pnpm lint |
Lint all workspaces |
pnpm typecheck |
Type-check all workspaces |
See CONTRIBUTING.md. All changes use Conventional Commit messages.
Press, partnerships, or product feedback: hello@bulleconsulting.com
BulleBrowser is proprietary software licensed under the terms in LICENSE. Open source dependencies retain their original licenses; the full list is generated at build time and shown in the in-app About page.