Installation β
Install Nothing Private Browser on your platform.
Linux (Debian/Ubuntu) β Recommended β
Add Repository β
# Add GPG key
curl -fsSL https://pub-5119122a931748c3b649ad4ca5aab522.r2.dev/nothing-browser-key.gpg \
| sudo gpg --dearmor -o /usr/share/keyrings/nothing-browser.gpg
# Add repository
echo 'deb [signed-by=/usr/share/keyrings/nothing-browser.gpg] https://pub-5119122a931748c3b649ad4ca5aab522.r2.dev stable main' \
| sudo tee /etc/apt/sources.list.d/nothing-browser.list
# Update and install
sudo apt update
sudo apt install nothing-private-browserRun β
nothing-private-browserLinux (.deb Package) β
Download β
Download the .deb from GitHub Releases
Install β
sudo dpkg -i nothing-private-browser_*_amd64.deb
sudo apt-get install -f # Fix dependencies if neededRun β
nothing-private-browserLinux (tar.gz β Portable) β
Download and Extract β
wget https://github.com/ernest-tech-house-co-operation/nothing-private-browser/releases/download/v0.1.0/nothing-private-browser-0.1.0-linux-x86_64.tar.gz
tar -xzf nothing-private-browser-*-linux-x86_64.tar.gz
cd nothing-private-browser-*-linux-x86_64Run β
./nothing-private-browserNo installation required β works from any folder.
Arch Linux (AUR) β
yay -S nothing-private-browserOr manually:
git clone https://aur.archlinux.org/nothing-private-browser.git
cd nothing-private-browser
makepkg -simacOS β
β οΈ Community Support Only β
We currently have no way of testing macOS builds with our current resources. The community maintains macOS support.
Download β
Download the .dmg from GitHub Releases
Install β
- Open the downloaded
.dmg - Drag
Nothing Private Browser.apptoApplications - Right-click β Open (first time only, to bypass Gatekeeper)
Run β
open /Applications/Nothing\ Private\ Browser.appBuild from Source (macOS) β
If you're on macOS and can help test:
git clone https://github.com/ernest-tech-house-co-operation/nothing-private-browser.git
cd nothing-private-browser
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j$(sysctl -n hw.ncpu)
./nothing-private-browser.app/Contents/MacOS/nothing-private-browserCommunity contributions for macOS are welcome!
Windows β
β οΈ Installer Coming Soon β
A Windows installer (.exe) will be created soon. For now, use the portable .zip.
Download β
Download the .zip from GitHub Releases
Extract and Run β
- Extract the
.zipto a folder (e.g.,C:\Program Files\Nothing Private Browser) - Run
nothing-private-browser.exe
Create Shortcut (Optional) β
- Right-click
nothing-private-browser.exe - Select Send to β Desktop (create shortcut)
Windows Installer (Coming Soon) β
- MSI installer in progress
- Auto-start menu integration
- File associations
- Automatic updates
Dependencies β
Linux β
The .deb package handles dependencies automatically. For tar.gz, install manually:
# Debian/Ubuntu
sudo apt install libqt6webenginewidgets6 libqt6webenginecore6 libqt6core6
# Arch
sudo pacman -S qt6-webengine qt6-base
# Fedora
sudo dnf install qt6-qtwebengine qt6-qtbaseAll Platforms β
| Dependency | Version | Required For |
|---|---|---|
| Qt6 WebEngine | 6.4+ | Browser engine |
| Java | 17+ | YouTube tab (optional) |
Java (Optional β for YouTube tab) β
# Debian/Ubuntu
sudo apt install openjdk-17-jre
# Arch
sudo pacman -S jdk17-openjdk
# macOS
brew install openjdk@17
# Windows
# Download from adoptium.netVerification β
Check Installation β
# Linux
which nothing-private-browser
nothing-private-browser --version
# macOS
ls /Applications/Nothing\ Private\ Browser.app
mdls /Applications/Nothing\ Private\ Browser.app | grep kMDItemVersion
# Windows
# Right-click nothing-private-browser.exe β Properties β DetailsTest Launch β
nothing-private-browserExpected output:
- Browser window opens
- No error messages in terminal
- Fresh session (no previous data)
Troubleshooting β
"Command not found" (Linux) β
Solution: Add to PATH or use full path:
export PATH=$PATH:/usr/bin
# Or
/usr/bin/nothing-private-browser"libQt6WebEngineCore.so.6: cannot open shared object" β
Solution: Install Qt6 WebEngine:
sudo apt install libqt6webenginewidgets6 libqt6webenginecore6macOS "Cannot be opened because the developer cannot be verified" β
Solution: Right-click the app β Open β Open
Or use terminal:
xattr -d com.apple.quarantine /Applications/Nothing\ Private\ Browser.appWindows "VCRUNTIME140.dll not found" β
Solution: Install Visual C++ Redistributable
Updates β
Linux (APT repository) β
sudo apt update
sudo apt upgrade nothing-private-browserLinux (.deb) β
Download new .deb and install:
sudo dpkg -i nothing-private-browser_new_version_amd64.debLinux (tar.gz) β
Download new tar.gz and replace the old folder.
Windows (.zip) β
Download new .zip and replace the old .exe.
Auto-Update β
Auto-update is planned for v0.2.0.
Uninstall β
Linux (APT) β
sudo apt remove nothing-private-browser
sudo apt purge nothing-private-browser # Remove config filesLinux (.deb) β
sudo dpkg -r nothing-private-browserLinux (tar.gz) β
rm -rf nothing-private-browser-*Arch Linux β
yay -R nothing-private-browsermacOS β
rm -rf /Applications/Nothing\ Private\ Browser.app
rm -rf ~/Library/Application\ Support/Nothing\ Private\ BrowserWindows β
Delete the folder containing nothing-private-browser.exe
Next Steps β
- Privacy Features β Deep dive into privacy protections
- Roadmap β Upcoming features
- Limitations β Known limitations
Nothing Ecosystem Β· Ernest Tech House Β· Kenya Β· 2026