Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      Sunshine And March Vibes (2025 Wallpapers Edition)

      June 1, 2025

      The Case For Minimal WordPress Setups: A Contrarian View On Theme Frameworks

      June 1, 2025

      How To Fix Largest Contentful Paint Issues With Subpart Analysis

      June 1, 2025

      How To Prevent WordPress SQL Injection Attacks

      June 1, 2025

      My top 5 must-play PC games for the second half of 2025 — Will they live up to the hype?

      June 1, 2025

      A week of hell with my Windows 11 PC really makes me appreciate the simplicity of Google’s Chromebook laptops

      June 1, 2025

      Elden Ring Nightreign Night Aspect: How to beat Heolstor the Nightlord, the final boss

      June 1, 2025

      New Xbox games launching this week, from June 2 through June 8 — Zenless Zone Zero finally comes to Xbox

      June 1, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      Student Record Android App using SQLite

      June 1, 2025
      Recent

      Student Record Android App using SQLite

      June 1, 2025

      When Array uses less memory than Uint8Array (in V8)

      June 1, 2025

      Laravel 12 Starter Kits: Definite Guide Which to Choose

      June 1, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      My top 5 must-play PC games for the second half of 2025 — Will they live up to the hype?

      June 1, 2025
      Recent

      My top 5 must-play PC games for the second half of 2025 — Will they live up to the hype?

      June 1, 2025

      A week of hell with my Windows 11 PC really makes me appreciate the simplicity of Google’s Chromebook laptops

      June 1, 2025

      Elden Ring Nightreign Night Aspect: How to beat Heolstor the Nightlord, the final boss

      June 1, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Development»[Easy] How to Install Brave Browser on Kali Linux

    [Easy] How to Install Brave Browser on Kali Linux

    January 6, 2025

    Brave Browser is really a good privacy & safety focused browser, which have advanced features like less memory per tab compared to Firefox and Chrome which make is very fast and lightweight, it comes with crypto wallet, private window through TOR network and many more. There are lots of good reason to use Brave Browser. But in this brief article we are not going to cover all the reasons to use Brave Browser.

    Install Brave Browser on Kali Linux

    Here in this article we just cover how we can install Brave Browser on Kali Linux system in short. Not only Kali, we can use this method to install Brave Browser on any other Debian based Linux Distribution (Like Ubuntu 16.04, Linux Mint 18, Elementary OS etc).

    Installing Brave Browser on Kali Linux

    First of all we need to open the Terminal, then we run the following command to install some packages.

    sudo apt install apt-transport-https curl -y

    It may prompt for the root password of our system before installing these packages. In the following screenshot we can see that these packages are installing:

    bravebrowser packages

    In the above screenshot we can see that these packages are installed. Now we need to run following command on our terminal for keyrings:

    sudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg

    We can see what happens after applying the above command in the following screenshot:

    brave browser keyring on Kali Linux

    Now we need to add Brave Browser in our repository by using following command:

    echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main"|sudo tee /etc/apt/sources.list.d/brave-browser-release.list

    We can see the output on the following screenshot:

    brave browser repository on Kali Linux

    Now we are almost ready to install Brave Browser on our Kali Linux system. We need to run a update to update our repository by using following command:

    sudo apt update

    After the update process is complete we can easily install Brave Browser by applying following command:

    sudo apt install brave-browser

    The installation of Brave Browser requires 96 MB to download and will take 300 MB disk space to install at this time (Updates changes the size), so the installation time will depend on our system performance and internet speed. We can see that Brave Browser is installed on our system in the following screenshot:

    brave browser installation sucessful on Kali Linux

    Now we can see Brave Browser on our application menu.

    Brave Browser on Kali Linux

    We can open the Brave Browser from here. We have opened it as we can see in the following screenshot:

    brave browser opened on our system

    In the above screenshot we can see that Brave Browser is running successfully. This is how we can install Brave Browser on our Kai Linux or any other Debian based Linux distribution.

    Love our articles? Make sure to follow us on Twitter and GitHub, we post article updates there. To join our KaliLinuxIn family, join our Telegram Group. We are trying to build a community for Linux and Cybersecurity. For anything we always happy to help everyone on the comment section. As we know our comment section is always open to everyone. We read each and every comment and we always reply.

    Source: Read More

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleIndia Proposes Digital Data Rules with Tough Penalties and Cybersecurity Requirements
    Next Article Report: AI and security governance remain top priorities for 2025

    Related Posts

    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-5400 – “Chaitak-Gorai Blogbook SQL Injection Vulnerability”

    June 1, 2025
    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-1499 – IBM InfoSphere Information Server Cleartext Database Credential Exposure

    June 1, 2025
    Leave A Reply Cancel Reply

    Continue Reading

    The ethics of advanced AI assistants

    Artificial Intelligence

    Top 5 Scariest Zombie Botnets

    Development

    CVE-2025-4060 – PHPGurukul Notice Board System SQL Injection Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    Herd Xdebug Toggler for Visual Studio Code

    Development

    Highlights

    These 6 gadgets are lifesavers for my backyard parties

    June 1, 2024

    Summer means barbecues, cookouts, and backyard gatherings with family and friends. And you can create…

    LibreWolf vs Firefox: Which One is Better For Your Privacy?

    February 5, 2025

    How Netscape lives on: 30 years of shaping the web, open source, and business

    November 4, 2024

    Optimizing Your Site with Cloudflare Pages: A Beginner’s Guide

    May 1, 2024
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.