Show HN: I worked on a new browser for 2 years, today it passed Acid 3
5 hours ago
- cwbrowser is a desktop web browser with a rendering engine built entirely from scratch in Zig, except for Google's V8 for JavaScript.
- The browser's HTML parser, CSS cascade, layout engine, and paint pipeline are all hand-written in Zig, making it lightweight and about 2x faster than Chrome in early tests.
- It achieves a perfect Acid3 score, proving its compliance with web standards.
- The project is a solo effort over two years, aiming to create a smaller, faster, and understandable browser engine.
- A public preview for macOS on Apple Silicon is forthcoming.