Sol Browser is built with privacy and security as fundamental principles. This document outlines the security measures implemented, privacy guarantees, and our commitment to protecting user data.
- Privacy Guarantees
- Tracking and Analytics
- Data Collection
- Security Features
- Chromium Security
- Reporting Security Vulnerabilities
- Security Audits
Sol Browser is designed with the following privacy principles:
- Local-First: All browsing data stays on your device by default
- No Tracking: No usage analytics or telemetry sent to Computer Motivators
- User Control: You decide what data, if any, is shared
- Transparent: Open-source codebase allows full inspection
- Browsing history
- Search queries
- Form data or autofill information
- Extension usage
- Tab data
- Bookmarks
- Download history
- Cookies or site data
- User behavior analytics
- Crash reports (unless explicitly enabled by user)
- Diagnostic data
- Location data
By default: NOTHING
Optional data collection (must be explicitly enabled by user):
- Crash Reports: If crash reporting is enabled, stack traces may be sent to help debug issues
- Update Checks: When checking for updates, your version number and OS are sent to verify latest version
The following tracking and analytics systems have been REMOVED from Sol Browser:
- ✅ Google Analytics
- ✅ Google Safe Browsing telemetry
- ✅ Spelling correction API calls
- ✅ Navigation suggestions
- ✅ RLZ tracking
- ✅ Google API calls for:
- Omnibox suggestions (replaced with local-only)
- Translation services (disabled)
- Speech recognition (disabled)
- Cloud print (removed)
- ✅ Default search engine reporting
- ✅ Usage statistics reporting
- ✅ WebRTC leak prevention (enhanced)
- ✅ BrowserOS-specific analytics
- ✅ Feature usage tracking
- ✅ Extension telemetry
- ✅ Feedback extension (removed entirely)
Sol Browser makes network connections ONLY when:
- You navigate to a website - Standard HTTP/HTTPS requests
- You use Sol AI - Connections to https://computermotivators.com/app/sol
- You check for updates - Optional, can be disabled
- You use extensions - Per extension permissions
Sol Browser does NOT "phone home" to:
- Report usage statistics
- Send crash data (unless opted-in)
- Sync browsing data (no sync feature)
- Check spelling (local dictionary only)
- Validate certificates (uses system trust store)
All user data is stored locally on your device:
- Profile Data:
~/.config/solbrowser/(Linux),~/Library/Application Support/Sol Browser/(macOS),%APPDATA%\Sol Browser\(Windows) - Cache: Temporary files stored locally
- Cookies: Managed per-site, stored locally
- Extensions: Installed locally
When using Sol AI features:
- New Tab Page: Loads https://computermotivators.com/app/sol
- Search: Queries sent to https://computermotivators.com/app/sol?q=
- Data: Subject to Computer Motivators privacy policy
- Control: Can be disabled in settings
Default search provider:
- Sol Search: https://computermotivators.com/app/sol
Optional search providers available:
- SearXNG: https://search.computermotivators.com (privacy-focused metasearch)
All other search providers have been removed to prevent data leakage.
- Process Isolation: Each tab runs in a separate sandboxed process
- Site Isolation: Different origins run in different processes
- Sandbox Strength: Chromium's robust sandbox (SUID on Linux for privilege separation)
- HTTPS-First: Automatically upgrade to HTTPS where available
- Certificate Validation: Strict certificate checking
- HSTS: HTTP Strict Transport Security support
- Certificate Pinning: For critical domains
- XSS Protection: Cross-site scripting prevention
- CSP: Content Security Policy enforcement
- Same-Origin Policy: Strict origin isolation
- CORS: Proper cross-origin resource sharing
- Manifest V3: Modern extension API with better security
- Permission Model: Granular extension permissions
- Component Extensions: Built-in extensions are code-signed
- Extension Review: Manual review of extension code
- sol:// - Internal pages use
sol://instead ofchrome:// - Isolated Context: Internal pages run in privileged context
- No External Access: External sites cannot access
sol://pages
Sol Browser inherits Chromium's strong security model:
- Regular Updates: Based on stable Chromium releases
- Security Patches: Applied promptly from Chromium security team
- V8 Security: JavaScript engine with JIT hardening
- Memory Safety: Use-after-free protections, ASLR, DEP
Sol Browser adds additional security measures:
- Reduced Attack Surface: Removed unnecessary features
- No Cloud Services: No cloud sync reduces remote attack vectors
- Local-Only: Reduced network exposure
- Critical: Applied within 48 hours of Chromium release
- High: Applied within 1 week
- Medium/Low: Applied with next minor release
We take security seriously. If you discover a security vulnerability:
DO:
- ✅ Email security@computermotivators.com with details
- ✅ Provide step-by-step reproduction instructions
- ✅ Allow us reasonable time to fix (90 days recommended)
- ✅ Disclose responsibly
DON'T:
- ❌ Publicly disclose before we've had time to fix
- ❌ Access user data without permission
- ❌ Perform destructive testing
When reporting vulnerabilities, please provide:
- Description: Clear description of the issue
- Impact: Potential security impact
- Reproduction: Step-by-step instructions to reproduce
- Proof of Concept: Code, screenshots, or video
- Environment: OS, Sol Browser version, architecture
- Suggested Fix: If you have ideas (optional)
- Acknowledgment: Within 48 hours
- Triage: Within 1 week
- Fix: Depends on severity (critical: immediate, high: 1-2 weeks, medium: 2-4 weeks)
- Disclosure: After fix is released and users have time to update (typically 30 days)
Security researchers who responsibly disclose vulnerabilities will be credited (with permission) in:
- Release notes
- This SECURITY.md file
- Our website
Last Full Audit: Pending (Sol Browser is new) Chromium Base: Regularly audited by Google and security community Next Planned Audit: Q2 2025
Future audits will cover:
- Build system security
- Patch security
- Extension security
- Privacy features
- Network isolation
- Data storage security
Audit results will be published here after completion.
- Keep Updated: Install updates promptly
- Extensions: Only install necessary extensions
- HTTPS: Enable HTTPS-First mode (on by default)
- Passwords: Use strong, unique passwords
- Privacy: Review privacy settings regularly
For advanced users:
- DNS over HTTPS: Enable DoH in settings
- Disable JavaScript: For high-security browsing (may break sites)
- Clear Data: Regularly clear cache and cookies
- Incognito Mode: Use for sensitive browsing
Sol Browser aims to comply with:
- GDPR: General Data Protection Regulation (EU)
- CCPA: California Consumer Privacy Act (US)
- PIPEDA: Personal Information Protection Act (Canada)
- Chromium base is certified for various security standards
- Sol Browser inherits these certifications
- Additional certifications planned for 2025
This security policy may be updated periodically. Material changes will be announced via:
- GitHub release notes
- Sol Browser update notifications
Last Updated: October 29, 2025 Version: 1.0
- Security Issues: security@computermotivators.com
- General Support: support@computermotivators.com
- Website: https://computermotivators.com
Security is a journey, not a destination. We're committed to continually improving Sol Browser's security and privacy.
Built with privacy in mind by Computer Motivators