Coming soon for Linux

The browser that
respects you

Privacy-first browsing built on upstream Chromium. No AI embedded inside—instead, your homepage puts the AI tools you choose front and center.

Zero telemetry AI-first homepage Full extension freedom Frequent updates
New Tab
reddit.com
🔒 wiser://newtab
Good morning
Pick an AI assistant, or use two in split mode
Claude
ChatGPT
Gemini
Perplexity
Copilot
𝕥Grok
Mistral
DeepSeek
↔ Drag two tiles to open split mode

AI-first,
not AI-inside

We don't embed an AI assistant into the browser. No data gets sent to AI services behind the scenes. No telemetry, no "smart features" phoning home.

Split mode

Run two AI tools side by side. Compare answers, cross-reference, or use different models for different strengths.

Your choice of AI

Claude, ChatGPT, Gemini, Perplexity—whichever you prefer. The homepage is a launchpad, not a lock-in.

Search isn't gone

Your search engine is still right there in the address bar. We just stopped pretending it's the only thing you open a browser for.

Split Mode
🔒 wiser://split
Claude
ChatGPT

Built for people who read the fine print

Every feature exists because it respects you more, not because it harvests more.

DNS Randomization

Your DNS queries are distributed across multiple resolvers. No single provider sees your full browsing pattern.

De-AMP

Automatically bypasses Google AMP pages and takes you to the real website. You visit the source, not the cache.

Privacy Redirects

Network-level redirects to privacy-respecting frontends when available. Less tracking, same content.

Extension Freedom

No blocklists. No install verification gates. You choose what extensions to run—no browser policy overrides your decision.

🔒

Wiser Sync

End-to-end encrypted sync using a BIP39 recovery phrase. No account needed. Your data never leaves your devices unencrypted.

Frequent Updates

We track upstream Chromium closely. Security patches ship fast. You get the latest without waiting.

Upstream Chromium,
not a fork of a fork

Wiser Browser is built directly on Google's open-source Chromium project. Not on Brave, not on Edge, not on another derivative. Clean upstream code with surgical additions.

  • Every website works—full web compatibility
  • All Chrome Web Store extensions supported
  • Tracks Chromium releases for fast security updates
  • Custom code lives in an isolated directory—minimal upstream touchpoints
Chromium
133
Current base

Browse without
permission

SatNet is a peer-to-peer protocol that distributes websites as content-addressed chunk packages. No central server can take a site offline. Your browser fetches pages directly from the swarm.

SHA-256 verified chunks
Distributed hash table discovery
No single point of failure
example.satnet
satnet://example.satnet
3 peers · swarm active

How it works

1
Package
Publisher chunks a website into a SitePack with satpack create
2
Seed
Daemon joins the DHT, announces the info_hash, serves chunks to peers
3
Discover
Browser resolves satnet:// via DHT lookup, finds peers with the content
4
Browse
Chunks stream in rarest-first, reassembled into pages—feels like normal browsing
Server — Publishing a site
# Package a website into a SitePack
satpack create --dir ./my-site \
  --domain example.satnet \
  --key ./publisher.key \
  --output site.satpack

# Start seeding
satnet-cli seed --path ./site.satpack

# Verify it's live
satnet-cli status
Client — Browser integration
// Daemon health check
GET /api/status
{ "peer_id": "a1b2c3...",
  "swarm_count": 3, "ready": true }

// Active content
GET /api/swarms
[{ "domain": "example.satnet",
   "completion": 100.0,
   "seeding": true, "chunks_have": 42 }]

// Navigate to satnet://example.satnet
// Browser resolves via daemon
// Chunks stream from peers

Coming soon

Wiser Browser is in active development. Drop your email to be notified when the first Linux release is ready.

No spam. One email when we launch.

Linux Windows · later macOS · later