TronBrowser is an open-source, privacy-first, AI-native web browser built on Ungoogled Chromium. No telemetry, no ads, no sponsored tabs β with a built-in AI sidebar (bring your own keys) and an agent-friendly CLI. Free and open source under the MIT License.
curl -fsSL https://tronbrowser.dev/install.sh | sh
tron
CLI:tron <url>
to open a URL Β·
tron upgrade
Β·
tron remove
Β·
tron version
Windows & manual downloads on the
Why TronBrowser #
No telemetryβ nothing phones home, by default.** No ads**β and no sponsored tabs.** No affiliate injection**β your links stay your links.** User-owned data**β bring your own SQLite, or use the cloud.** Chrome-compatible**β extensions, profiles, bookmarks, DevTools.** Self-hostable**β run the services yourself.** Agent-friendly**β drive it from the CLI:tron <url>
.Ungoogled coreβ built on Ungoogled Chromium; zero Google phone-home.** Bring your own AI**β your keys for Claude, GPT, Gemini, and more.
FAQ #
What is TronBrowser?
An open-source, privacy-first, AI-native web browser built on Ungoogled Chromium by Profullstack, Inc. It strips Google phone-home, telemetry, ads, and sponsored tabs while keeping full Chrome-extension compatibility.
How is it different from Chrome or Brave?
It is built on Ungoogled Chromium, so there is zero Google phone-home by default. It adds a built-in AI sidebar where you bring your own keys, and an
agent-friendly CLI (tron <url>
). No ads, no sponsored tabs, no
affiliate injection.
Is TronBrowser free?
Yes β free and open source under the MIT License. An optional managed cloud tier exists, but the browser itself is free.
Which AI models does it support?
Bring your own keys for Anthropic (Claude), OpenAI (GPT), Google (Gemini), DeepSeek, Perplexity, Kimi (Moonshot), and Qwen β or run local models with Ollama, LM Studio, or vLLM.
How do I install it?
On macOS or Linux: curl -fsSL https://tronbrowser.dev/install.sh | sh
,
then tron <url>
. Windows builds are on the releases page.