Skip to content

Releases: vikrant-project/soulbrowser

Soul Browser v1.0.0 - Initial Release

Choose a tag to compare

@vikrant-project vikrant-project released this 21 May 07:13

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 soulbrowser

Quick Start

from soulbrowser import SoulBrowser

browser = SoulBrowser()
page = browser.new_page()
page.goto("https://example.com")

Documentation

See README.md for full documentation.