DEV Community

tp1050
tp1050

Posted on

Brave Sucks

Brave has grown quite resource-intensive! Here's what makes it hefty:

It's built on Chromium, which already has a large footprint
Additional privacy features and ad-blocking capabilities add more layers
Shader caches (as shown in your output) accumulate over time
Wallet and crypto features contribute to the size
Enter fullscreen mode Exit fullscreen mode

To slim it down, you can:

rm -rf ~/.config/BraveSoftware/Brave-Browser/Default/Cache/*

rm -rf ~/.config/BraveSoftware/Brave-Browser/Default/Code\ Cache/*

rm -rf ~/.config/BraveSoftware/Brave-Browser/Default/GPUCache/*

For a lighter browsing experience, you might enjoy alternatives like:

qutebrowser
Falkon
Midori
Min browser
Enter fullscreen mode Exit fullscreen mode

These browsers offer a more minimalist approach while maintaining good functionality.

Top comments (0)