>
Software

Brave charges $60 for Origin. Linux users get it for nothing.

Brave launched a stripped-down browser called Origin this month. It is the same Chromium engine, the same shield blocking system, and the same update cadence as the flagship Brave Browser, but it drops the AI assistant, the rewards program, the crypto wallet, and the built-in VPN. The only feature you really give up compared to a stock Brave install is the bundled extras. On Linux the browser is free. On Windows, macOS, Android, and iOS it costs $59.99 as a one-time license. I spent a weekend with it on Ubuntu 26.04 and on a Windows 11 VM, and the price difference is the part that will either pull you in or push you out.

What Origin actually is

Brave’s full browser has grown a lot over the last three years. Open the settings page and you can count at least six optional features that have nothing to do with rendering pages. Origin is the result of deleting all of that. The release notes are clear about what was removed: the AI assistant called Leo, the rewards program that paid users in Basic Attention Tokens for viewing opt-in ads, the crypto wallet, and the firewall-style VPN product. The tracking protection and the ad blocking are still there, because that is the point of Brave in the first place.

I installed the .deb from Brave’s repository on Ubuntu, and the experience was the same Chromium you would get from apt install chromium-browser, with one major addition. Every site I opened in a fresh profile blocked trackers, blocked third-party cookies by default, and refused to load the social-share buttons that double as tracking pixels. The built-in YouTube replacement that strips ads from embedded videos still worked. The fingerprint randomization, which makes your browser look slightly different to every site you visit, was still on by default.

The reason this is interesting is the price. The product team is asking $59.99 from non-Linux users for what is, in 2026, a fairly small set of features on top of Chromium. The list price for a single user is also the list price for a household. There is no subscription, no recurring fee, and the license covers all four non-Linux platforms at the same time.

Why Linux is free

Brave’s official explanation, which they posted to their blog when they announced Origin, is that Linux users are the people who actually use the underlying browser engines and who have been asking for a clean, no-frills build. The blog post specifically called out the build process: every Chromium patch is backported manually, the update cadence matches the upstream Chromium release schedule plus a few days, and the build targets Debian and Ubuntu first because that is where the company has the most internal Linux installations.

The free-for-Linux policy is not charity. Brave is a private company that needs revenue, and they would not be giving the product away on the platform where their power users live unless they expected some other return. The likely return is conversion: a Linux user who likes Origin today is a paying customer on Windows or macOS tomorrow if they change jobs or pick up a Mac for personal use. The license is per-user, not per-machine, so the same person can pay once and run Origin on every non-Linux device they own.

The free build is not feature-limited. There is no banner ad, no upsell, and no nag screen asking you to pay. The only thing you give up by running on Linux instead of Windows is the option to pay for the product, which is a strange inversion of the usual open-core model.

How it compares to plain Brave

Plain Brave on Linux is also free, and it has all the features Origin does plus the four that Origin drops. If you already use the rewards program or the wallet, Origin is a regression for you. If you have never turned those features on, Origin is the same browser with less disk usage and less background telemetry.

There is one practical difference I noticed in daily use. The plain Brave install on Linux ships with a wider set of default extensions and a custom New Tab page that pulls in news, crypto prices, and a privacy tip. Origin’s New Tab page is the standard Chromium one with a small search box and your most-visited sites. The plain version also installs a system-wide ad-block list update service. Origin pulls the same list, but only inside the browser. The plain version’s service is what most Linux distributions package as a standalone ad-blocker for the whole operating system.

For most users the choice between plain Brave and Origin on Linux is whether you want the new tab page and the four removed features. The blocking and the privacy story are identical.

A practical rubric I have landed on after a week of switching back and forth:

  • You want a privacy-first browser and you do not use the rewards or the wallet. Origin is the cleanest option. Install it and stop thinking about it.
  • You use the rewards program or you actually hold Basic Attention Tokens. Stay on plain Brave. Origin drops the wallet entirely and there is no way to add it back.
  • You like the new-tab news feed. Stay on plain Brave. Origin’s new tab is the stock Chromium one.
  • You are running a low-RAM VM or a small container. Origin is the better pick. The smaller build and the missing background services make a real difference at the bottom of the resource curve.

How it compares to Chromium itself

Chromium is the open-source project that Brave, Google Chrome, Microsoft Edge, Arc, and a dozen other browsers are built on. If you run Chromium on Linux today, you get the same engine, the same standards support, and the same speed. What you do not get, out of the box, is the privacy configuration. Chromium does not ship with a built-in tracker blocker, does not randomize your fingerprint, and does not strip tracking parameters out of URLs by default.

You can add all of that back with extensions. uBlock Origin (a popular open-source content blocker) gives you the ad and tracker blocking, and Privacy Badger (an EFF-maintained tracker blocker) does the cross-site learning part. Fingerprint randomization is harder to recreate because the underlying browser does not expose the right APIs. Once you have installed and configured those two extensions, the gap between Chromium-plus-extensions and Origin is small. The two extensions cost nothing but the time to set them up, and the time to set them up is about twenty minutes the first time.

Origin is the same result with less work. The decision is whether you would rather install a custom browser or configure the open-source one. Both are defensible.

Trade-offs

Origin is not free in time. The Linux build requires the Brave apt repository, which is an extra source on your system that needs to be kept up to date. The build is also larger than a stock Chromium install because it ships the bundled lists of trackers and the rule engine. On a 1 GB RAM VM, the memory footprint is noticeable. On any modern machine, it is invisible.

There is also the licensing question. The non-Linux price is a one-time fee, not a subscription, which is unusual in 2026. Most browsers are either fully free and ad-supported or part of a larger paid bundle. The $59.99 price point puts Origin closer to a paid utility than to a free browser, and it is worth asking whether you would rather pay that once or use a different browser that bundles the same features under a different pricing model.

The migration took me about ten minutes. I had to add the apt source, install the package, log in with my existing Brave account to sync my bookmarks, and pick a default search engine. The thing that was harder than expected was finding the new tab page setting, which is in Settings > Appearance > Homepage rather than the more obvious Settings > Privacy. The thing that was easier than expected was the import from Chromium, which carried over my saved passwords without prompting.

If you are on Linux and you already use plain Brave, switching to Origin is a clean win unless you rely on one of the four dropped features. If you are on Windows or macOS and you would pay $59.99 for a browser that does ad blocking and nothing else, Origin is a reasonable choice and a one-time purchase. If you would not pay $59.99 for that, the open-source route of Chromium plus uBlock Origin plus Privacy Badger gets you 90% of the way there for free, and the remaining 10% is fingerprint protection, which is a real gap but not one most users will notice.

Bottom line

If you are on Linux, install Origin. The build is clean, the blocking works, and the price is free. If you are on another platform, the $59.99 is fair for what you get but not a bargain, and the open-source alternative is real. I am running Origin as my daily driver on the Linux box, and I have not opened plain Brave in a week.

Leave a comment