Privacy-first browsing built on upstream Chromium. No AI embedded inside—instead, your homepage puts the AI tools you choose front and center.
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.
Run two AI tools side by side. Compare answers, cross-reference, or use different models for different strengths.
Claude, ChatGPT, Gemini, Perplexity—whichever you prefer. The homepage is a launchpad, not a lock-in.
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.
Every feature exists because it respects you more, not because it harvests more.
Your DNS queries are distributed across multiple resolvers. No single provider sees your full browsing pattern.
Automatically bypasses Google AMP pages and takes you to the real website. You visit the source, not the cache.
Network-level redirects to privacy-respecting frontends when available. Less tracking, same content.
No blocklists. No install verification gates. You choose what extensions to run—no browser policy overrides your decision.
End-to-end encrypted sync using a BIP39 recovery phrase. No account needed. Your data never leaves your devices unencrypted.
We track upstream Chromium closely. Security patches ship fast. You get the latest without waiting.
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.
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.
satpack createsatnet:// via DHT lookup, finds peers with the content# 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
// 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
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.