Skip to content

wardere83/bullebrowser

Repository files navigation

BulleBrowser

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


What it does

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.

Preset Skills

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.

Control & Trust

  • 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.

Privacy

  • 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


Site pages

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

Repository layout

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

Prerequisites

  • Node.js 20.11 or newer
  • pnpm 9 or newer (npm install -g pnpm)

Getting started

pnpm install
pnpm dev        # launch the desktop app
pnpm dev:web    # launch the landing page locally

Common scripts

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

Contributing

See CONTRIBUTING.md. All changes use Conventional Commit messages.

Contact

Press, partnerships, or product feedback: hello@bulleconsulting.com

License

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.

About

BulleBrowser integrates a high-performance LLM directly into user local hardware. Data never leaves user machine, ensuring absolute privacy while delivering instant AI assistance.

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors