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
- To install the RPM build, use
sudo rpm -i /path/to/download --ignoreos
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
- 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
- Step 3: Then go to the min browser directory that you cloned before-
cd min
- Step 4: Now simply run below command-
makepkg --install
ππ 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)