DEV Community

Cover image for Streamlining Development: A Dive into Minimalistic Browser
Sujit Kumar
Sujit Kumar

Posted on • Updated on

Streamlining Development: A Dive into Minimalistic Browser

Min is a Open-Source, fast, minimalstic browser that protects your privacy. It includes an interface designed to minimize distractions, and features such as:

📌 Information from DuckDuckGo in the search bar.
📌 Full-text search for visited pages
📌 Ad and tracker blocking
📌 Automatic reader view
📌 Tasks (tab groups)
📌 Password manager integration
📌 Built-in Dark theme

Installation on Linux:

  • To install the .deb file, use
sudo dpkg -i /path/to/download
Enter fullscreen mode Exit fullscreen mode
  • To install the RPM build, use
sudo rpm -i /path/to/download --ignoreos
Enter fullscreen mode Exit fullscreen mode

But this article is dedicated to install Min Browser in Arch Linux
Installation on Arch Linux:

  • Step 1: You need to clone Min Browser Repository-
git clone https://aur.archlinux.org/min.git
Enter fullscreen mode Exit fullscreen mode
  • Step 2: After cloning this repository you need to install a dependency (Electron). Because Min is written entirely with JavaScript using Electron. So you can install latest version of Electron-
sudo pacman -S electron22
Enter fullscreen mode Exit fullscreen mode
  • Step 3: Then go to the min browser directory that you cloned before-
cd min
Enter fullscreen mode Exit fullscreen mode
  • Step 4: Now simply run below command-
makepkg --install
Enter fullscreen mode Exit fullscreen mode

🚀🚀 Now Min Browser will install in few minutes in your Machine.🚀🚀
Thanks 💗 for reading this article. I think this will help you.
Go GodSpeed!! 🚀🚀

Top comments (0)