Quori: A custom Chromium browser with passphrase verification and security logs

1 LENT4869 1 6/17/2025, 6:43:17 PM github.com ↗

Comments (1)

LENT4869 · 3h ago
Hi HN!

I'm a solo developer who built Quori, a Chromium-based browser that focuses on user-side security.

Features: - Requires a 12-word passphrase (RPS) to unlock before you can use the browser. - Blocks extensions, DevTools, new tabs, and address bar input until verification. - Records login attempts (success/failure) with a simple security log. - Auto locks after a timeout period for safety. - No external API calls; it's all handled locally.

This was a personal learning project to explore browser security at the Chromium level. I'd appreciate any feedback on design, security, or ideas for improvement!