Sigma Browser Infinity is the least necessary browser you'll ever install. Built with Python & PyQt5, it delivers "advanced privacy features" that you probably won't use.
# Sigma Browser Infinity โ "Extension" support (sort of) from PyQt5.QtWidgets import QApplication import browser # this is the whole browser lol class SigmaExtension: def __init__(self): self.quality = "questionable" def enhance(self): print("Sigma mode activated. No actual effect.") # Built with PyQt5 & DeepSeek AI vibes app = QApplication([]) window = browser.MainWindow() # That's it. That's the app. window.show() app.exec_()
Switch between beautiful themes. It's basically the only thing that works consistently.
Browse without saving history or cookies. Because nobody needs to know.
Automatically blocks ads. We think. We haven't actually tested it on many sites.
Encrypted storage. Probably safer than writing passwords on a sticky note.
Save and organize tabs. For the 2 people who actually use tab groups.
Enable/disable extensions easily. (None exist, but the button is there.)
Ctrl+T New TabCtrl+W Close TabCtrl+Shift+N New Private WindowCtrl+L Focus Address BarF5 / Ctrl+R RefreshCtrl+Shift+I Developer ToolsF11 Full ScreenCtrl+Shift+D Toggle Dark Mode