An open API service indexing awesome lists of open source software.

https://github.com/barrersoftware/barrer-secure-browser

Privacy and security-focused web browser based on Chromium with zero telemetry, DNS-over-HTTPS, WebRTC protection, and enhanced security features. Built for Linux, Windows, and macOS.
https://github.com/barrersoftware/barrer-secure-browser

browser chromium cross-platform degoogled dns-over-https open-source privacy privacy-browser secure-browser security webrtc-protection

Last synced: 18 days ago
JSON representation

Privacy and security-focused web browser based on Chromium with zero telemetry, DNS-over-HTTPS, WebRTC protection, and enhanced security features. Built for Linux, Windows, and macOS.

Awesome Lists containing this project

README

          

# 🛡️ SecureVault Browser

**Privacy and security-focused web browser** based on Chromium with zero telemetry, DNS-over-HTTPS, WebRTC protection, and enhanced security features.

[![License](https://img.shields.io/badge/License-BSD--3--Clause-blue.svg)](LICENSE)
[![Platform](https://img.shields.io/badge/Platform-Linux%20%7C%20Windows%20%7C%20macOS-lightgrey)](https://github.com/barrersoftware/securevault-browser)

**By Barrer Software** - https://barrersoftware.com

---

## 🚧 Development Status

SecureVault Browser is currently in **early development**. GitHub Actions builds are being transitioned from source compilation to a binary-based approach due to resource constraints.

**See [BUILD_STATUS.md](BUILD_STATUS.md) for detailed information about the build process.**

---

## ✨ Features

### 🔒 Privacy Features
- **Zero Telemetry** - No data collection or tracking
- **Google Services Removed** - All Google integrations stripped out
- **DNS-over-HTTPS** - Encrypted DNS by default (Cloudflare 1.1.1.1)
- **WebRTC Protection** - Prevent IP leaks
- **Third-Party Cookie Blocking** - Block tracking cookies by default
- **No Crash Reporting** - Your browsing stays private

### 🛡️ Security Features
- **Site Isolation** - Each site in its own process
- **Sandboxing** - Enhanced process isolation
- **HTTPS-Only Mode** - Prefer secure connections
- **Safe Browsing** - Malware and phishing protection
- **Automatic Updates** - Security patches delivered fast
- **Certificate Pinning** - Protect against MITM attacks

### 🎨 User Experience
- **Clean Interface** - Minimal, focused design
- **Custom Branding** - Shield with vault lock icon
- **Fast Performance** - Based on latest Chromium
- **Extension Support** - Compatible with Chrome extensions
- **Cross-Platform** - Linux, Windows, and macOS

---

## 🚀 Quick Start

### For End Users

SecureVault Browser is not yet ready for end-user downloads. In the meantime:

1. **Try Ungoogled-Chromium**: https://ungoogled-software.github.io/
2. **Or use Brave Browser**: https://brave.com/
3. **Or use Chromium** with privacy extensions

### For Developers

See [QUICKSTART.md](QUICKSTART.md) for development setup instructions.

---

## 📦 Installation (Coming Soon)

### Linux
```bash
# AppImage (Coming Soon)
wget https://github.com/barrersoftware/securevault-browser/releases/latest/download/SecureVault-Browser.AppImage
chmod +x SecureVault-Browser.AppImage
./SecureVault-Browser.AppImage
```

### Windows
```powershell
# MSI Installer (Coming Soon)
# Download from releases page
```

### macOS
```bash
# DMG (Coming Soon)
# Download from releases page
```

---

## 🏗️ Building From Source

**Note**: Building Chromium from source requires significant resources and time. See [BUILD_STATUS.md](BUILD_STATUS.md) for details.

### Requirements
- Linux: Ubuntu 22.04+ or similar
- 100GB+ free disk space
- 32GB+ RAM recommended
- 8-12 hours build time

### Build Process
```bash
# Clone the repository
git clone https://github.com/barrersoftware/securevault-browser.git
cd securevault-browser

# See QUICKSTART.md for detailed instructions
./setup.sh
./build.sh
```

---

## 🎨 Branding

SecureVault Browser uses a unique shield-with-vault-lock icon:

- 🛡️ **Shield**: Represents security and protection
- 🔐 **Vault Lock**: Represents privacy and data protection
- �� **Blue/Cyan Colors**: Trust and technology

See [docs/BRANDING.md](docs/BRANDING.md) for details.

---

## 📋 Roadmap

- [x] Create base repository structure
- [x] Design custom branding and icons
- [x] Set up GitHub Actions CI/CD
- [ ] Implement binary-based build system
- [ ] Apply privacy patches to Chromium
- [ ] Package for Linux (AppImage, DEB, RPM)
- [ ] Package for Windows (MSI installer)
- [ ] Package for macOS (DMG)
- [ ] Create auto-update mechanism
- [ ] Release version 1.0.0

---

## 🤝 Contributing

Contributions are welcome! Please read our [Contributing Guidelines](CONTRIBUTING.md) first.

### Development Setup
1. Fork the repository
2. Create a feature branch
3. Make your changes
4. Submit a pull request

---

## 📖 Documentation

- [Quick Start Guide](QUICKSTART.md) - Get started quickly
- [Build Status](BUILD_STATUS.md) - Current build approach
- [Branding Guide](docs/BRANDING.md) - Visual identity
- [Privacy Policy](docs/PRIVACY.md) - How we protect your data
- [Security Policy](docs/SECURITY.md) - Security features

---

## 🔐 Security

Found a security issue? Please report it privately to: security@barrersoftware.com

Do not create public GitHub issues for security vulnerabilities.

---

## 📜 License

SecureVault Browser is licensed under the BSD 3-Clause License.
See [LICENSE](LICENSE) for details.

Chromium is licensed under the BSD license and other open-source licenses.
See https://chromium.googlesource.com/chromium/src/+/main/LICENSE

---

## 🏢 About Barrer Software

SecureVault Browser is developed by **Barrer Software**, a company focused on privacy and security software.

**Other Projects**:
- 🛡️ **SecureOS** - Privacy-focused Linux distribution
- 🎮 **Match Mania** - Card matching game
- ⚡ **VelocityPanel** - Web hosting control panel
- 🤖 **AI Security Scanner** - Automated security testing

Website: https://barrersoftware.com

---

## 📞 Contact

- **Website**: https://barrersoftware.com
- **Email**: info@barrersoftware.com
- **Support**: help@barrersoftware.com
- **GitHub**: https://github.com/barrersoftware/securevault-browser

---

## 🌟 Acknowledgments

SecureVault Browser is based on:
- **Chromium** - https://www.chromium.org/
- **Ungoogled Chromium** - https://github.com/ungoogled-software/ungoogled-chromium

Special thanks to the Chromium team and open-source community.

---

## ⚠️ Disclaimer

SecureVault Browser is in early development. Use at your own risk.
Always keep your browser up to date for the latest security patches.

This browser is not affiliated with Google, Chromium, or any browser vendor.

---

**Made with ❤️ by Barrer Software**

🛡️ **Your Privacy. Your Security. Your Browser.**

---

© 2025 Barrer Software. All rights reserved.