Releases: vikrant-project/soulbrowser
Releases · vikrant-project/soulbrowser
Release list
Soul Browser v1.0.0 - Initial Release
Soul Browser v1.0.0
Complete transformation from CloakBrowser with 100+ advanced privacy and security features.
Highlights
- Privacy Protection: Advanced fingerprinting protection, DNS-over-HTTPS, WebRTC leak prevention
- Security: Tor/I2P support, proxy per tab, encrypted storage
- Ad Blocking: Multi-engine blocker with custom filter support
- Performance: GPU acceleration, intelligent caching, HTTP/3 support
- Developer Tools: Advanced DevTools, network inspector, performance profiler
- UI/UX: Tab groups, workspaces, session management
- Accessibility: Screen reader support, visual aids, keyboard navigation
- Web3: Cryptocurrency wallet, IPFS, DApp browser
Installation
pip install soulbrowserQuick Start
from soulbrowser import SoulBrowser
browser = SoulBrowser()
page = browser.new_page()
page.goto("https://example.com")Documentation
See README.md for full documentation.