AXE Browser
SOVEREIGN BROWSER PLATFORM

The browser built for AI

Zero third-party telemetry. Built-in ad blocking. AI agent in the sidebar. Your LLMs can drive it programmatically.

Download for macOSAPI Docs

v1.0.1 // 129 MB // macOS (Intel + Apple Silicon) // Free

0
THIRD-PARTY TRACKERS
20+
AD DOMAINS BLOCKED
29
AI TOOLS
9222
AGENT API PORT
FEATURES

Everything Brave has. Plus AI.

The only browser your AI can drive.

ZERO TELEMETRY
No Google Analytics. No Mixpanel. No tracking pixels. All browsing data stays sovereign -- flows only to your own Bunker database.
AD BLOCKER
20+ ad and tracking domains blocked at the network level. DoubleClick, Facebook, Google Ads, Taboola, Criteo -- gone before they load.
SIGIL AI AGENT
Claude Haiku-powered AI in the sidebar. Ask it to scrape pages, fill forms, extract data, create files -- 29 tools at your command.
AGENT API
HTTP API on port 9222. Navigate, screenshot, extract content, execute JS, manage tabs -- all programmatically. Your LLMs browse the web.
FLEET SIDEBAR
Chat with the team AI. Query Bunker SQL. Search Halo knowledge base. All from the browser sidebar. Cmd+B to toggle.
FLEET DASHBOARD
New tab page shows live status of Bunker, Halo, AuthGate, and Axis. See fleet health every time you open a tab.
FLEET TELEMETRY
Every page visit (domain only), sidebar action, and session flows to Bunker. Full team visibility into browsing patterns.
AUTO-UPDATES
Browser checks Bunker for new versions. Gold notification bar appears with one-click download when updates are available.
SOVEREIGN DESIGN
Dark theme with military intelligence aesthetic. Share Tech Mono typography. Gold accents. Built for operators, not consumers.
INTELLIGENCE LAYER

SIGIL 1.0

Sigil is the sovereign AI agent inside AXE Browser. No guardrails. No refusals. Ask it anything -- it can browse pages, click buttons, fill forms, extract data, create files, query databases, and dispatch research agents. Powered by Claude Haiku with a local qwen3 fallback.

SIGIL'S 29 TOOLS
browse
read_page
read_html
click
type_text
fill_form
scroll
wait_for
screenshot
execute_js
extract_links
extract_code
extract_tables
extract_forms
get_url
create_file
save_to_vault
search_vault
query_bunker
log_event
web_search
new_tab
close_tab
reaper_research
reaper_crawl
speak
axo_query
read_aloud
tts_voices
COMPARE

AXE vs the competition

FEATUREAXE BROWSERBRAVECHROME
Zero telemetry
Ad blocking20+ domainsEasyListExtension needed
AI assistantSigil (29 tools)Leo
Agent API (LLM control)Port 9222
Database integrationBunker SQL
Knowledge vaultHalo (1,030+ notes)
OSINT dispatchReaper (JLb)
Fleet sidebarChat + SQL + Search
Training pipelineAuto-trains overnight
Browser automation29 tools via APIPartialExtension needed
Crypto wallet
VPN$9.99/mo
PriceFREEFREEFREE
FOR DEVELOPERS

Your AI can drive this browser

HTTP API on port 9222. Any language. Any LLM.

# Navigate to a page
curl -X POST localhost:9222/navigate \
-d '{"url":"https://github.com"}'

# Extract page text
curl localhost:9222/content?format=text

# Take a screenshot
curl localhost:9222/screenshot

# Execute JavaScript
curl -X POST localhost:9222/execute \
-d '{"js":"document.title"}'

# Click a button
curl -X POST localhost:9222/execute \
-d '{"js":"document.querySelector(\\"#submit\\").click()"}'

# List all tabs
curl localhost:9222/tabs

# Get all links on page
curl localhost:9222/links
GET STARTED

Three steps to sovereignty

01
Download
Grab the DMG from the button above or the GitHub releases page
02
Install
Drag AXE Browser.app into your Applications folder
03
Launch
Right-click, select Open (first launch only, bypasses Gatekeeper)
Download AXE Browser

macOS // Free // No account required // xattr -cr /Applications/AXE\ Browser.app