alt.hn

7/31/2026 at 9:39:52 PM

Show HN: I worked on a new browser for 2 years, today it passed Acid 3

https://code.intellios.ai/cwbrowser/

by coolwulf

8/1/2026 at 4:54:18 AM

If you're going to "Show HN" you should show something. This just a hastily-extruded [1] landing page with no details.

Also, using an agentic framework and writing code by hand "a lot of the time" does not count as "from scratch".

[1] https://news.ycombinator.com/item?id=49129191

by anonymous_user9

8/1/2026 at 6:00:34 AM

Working with it for 2 years is impressive nevertheless.

Working with an agentic framework for more than a week make me want to throw it over the cliff

by j16sdiz

8/1/2026 at 6:28:03 AM

It’s from scratch not by scratch

by nsonha

8/1/2026 at 11:27:59 AM

a distinction without a difference

by SirFatty

8/1/2026 at 8:02:39 PM

sure, no difference between "what" and "how"

by nsonha

8/1/2026 at 6:08:24 AM

Acid3 is 100 tests but to have a browser that works on any real percentage of the internet you need to pass the over 52000 tests and nearly two million subtests [1] that make up the Web Platform Tests [2]

This is like the difference between a college degree and passing a spelling test.

1. https://servo.org/blog/2023/07/20/servo-web-platform-tests/ 2. https://github.com/web-platform-tests/wpt

Not to mention this site is clearly vibe coded and has a vague call to action and no source code available thus indicating possible vaporware.

by timhigins

7/31/2026 at 10:34:12 PM

Faster than chrome and 100% clearance of acid3 is certainly interesting, and a great achievement for a solo dev, good job!

I’d love to see something entirely FOSS dethrone the big corp browsers, hope that’s the goal here.

by Kon5ole

8/3/2026 at 3:31:27 PM

Firefox already exists, and for all its flaws it is both free and open source.

by everyday7732

8/1/2026 at 6:29:46 PM

Is this open source? May be being blind but cannae find the source anywhere

by ozlikethewizard

7/31/2026 at 10:31:36 PM

Modern browsers should no longer score 100 on Acid 3 though.

>By April 2017, the updated specifications had diverged from the test such that the latest versions of Google Chrome, Safari and Mozilla Firefox no longer pass the test as written

by krackers

8/1/2026 at 2:22:20 AM

Yes, but considering the goal of his project is a proof of concept, that is, proving this project is possible, acid3 is a good place to start to prove the worth of the project and aiming 100% first make more sense. Tweaks will be needed one way or another to make it equivalent to the big 3.

by heisgone

8/1/2026 at 11:10:12 AM

For a piece of software designed by reading the specs and implementing accordingly, there acid3 would be a good way of demonstrating the quality of the result.

But is that what happened? If you pass tests that conflict with the specs, then that implies that the implementation is not based on specs, but on feedback from the test. Which means it may be designed to pass the test, and not much good once you go outside the test examples.

I'll extend the benefit of the doubt and say that it's possible that the implementation is based on an older version of specs, one that matches the tests. But it doesn't inspire confidence that all we're shown is a single screenshot and no source code.

by munch117

8/1/2026 at 2:08:36 AM

Exactly. It's meaningless now and I stopped looking at it a few years before 2017 when I ran a Web dev shop

by assimpleaspossi

8/1/2026 at 1:59:06 AM

hmm. i wonder if any of the stuff they have changed since then is stuff i could legitimate not do without in a browser

by 0gs

7/31/2026 at 10:34:26 PM

Aha, I'm getting 97/100 on Safari

by 5555watch

8/1/2026 at 1:53:33 AM

96/100 with Brave on Android

by torgoguys

8/1/2026 at 3:16:40 AM

[dead]

by vee-kay

8/1/2026 at 9:53:36 AM

Congrats! Even if this is vibecoded, this is a hard task to get just a barebones renderer working.

I do concur with the few other folks here that the ShowHN is meant for actually showcasing something rather than the landing page with a screenshot. I would expect it to link to a downloadable binary or the source.

Showcasing Web Platform Tests coverage would be better than just Acid 3.

For anyone else wondering why this is hard: I'm writing a browser engine that renders to png. I dug into the source code of other browser engines and came across scenarios that I had never imagined. I learnt about font rasterization, execution contexts for scripts, etc. There's a tonne of stuff to be learnt by building something like this.

Supporting iframes and each group of the web platform APIs, each add another layer of complexity that I definitely dont want to be tackling as a solo dev.

by SingAlong

8/1/2026 at 3:55:21 PM

And don't forget Cloudflare will just ban you from the internet if it doesn't recognise you.

by inigyou

8/1/2026 at 3:37:10 AM

Your own engine?! Wow, that's incredible. Is this gonna be like Servo where people can build a browser around this, or will it be a standalone browser?

I recently switched from Arc to Helium but it's still Chrome with different paint. When I was using Opera 12, it was the most standards-compliant browser so it became my main. What are the goals for cwbrowser (and is the name permanent)?

by NetOpWibby

8/2/2026 at 9:29:55 AM

The render of the HN page looks close at first glance, but the engine clearly does not support SVG yet - those tiny arrows are all missing. Also it renders "Hacker News" on the header garbled with overlapping texts so it seems that the text-shaping engine lacks a proper inline box model. I would also be interested in seeing renders of more modern pages.

by zhxiaoliang

8/3/2026 at 5:49:44 PM

Very cool and I wish you the best of luck (I genuinely hate this generation browsers) - but my experience with bun and other complex zig tools is that a segfault always awaits behind the corner

by jokethrowaway

8/1/2026 at 5:01:10 AM

lots of questions for HN folks here from a noob dev

- how exactly do you go about writing your own browser engine

- what specs are you supposed to follow

- how do you measure or determine if your browser engine is compliant

- how long do you think such a task would take (no AI / with AI)

- how do you test something like this?

by vivzkestrel

8/1/2026 at 6:54:26 PM

I was wondering if you could add a Acid2 rendering screenshot to the site, please? It tests some different things than Acid3, so I'm curious how it fares.

by everyos_

8/1/2026 at 11:28:38 AM

I have a question: what are you planning to do with it? It is curiosity. Thanks and congratulations for the work

by h2aichat

8/2/2026 at 10:55:05 PM

This should be downloadable.

by peterbower

8/1/2026 at 1:12:42 AM

Huh, cool, let me know when it's available. I like trying out alternative browser engines every now and then.

by LoganDark

8/1/2026 at 5:40:43 AM

Nice. Will you also release a version without Javascript (and without css)?

by HelloUsername

7/31/2026 at 10:14:05 PM

i'm assuming this is written with LLMs given the writing on that page and the nature of the other "products" on that website. i would not call that hand-written, as the page does in the second paragraph

by peesem

7/31/2026 at 10:21:51 PM

I did use LLM for the landing page since I don't have much time on it. The browser however not that much. I did use claude and my own cwcode to help developing this, but a lot of times the zig code had to be written by hand. Hope this answered your question.

by coolwulf

8/1/2026 at 2:13:10 AM

this admittedly makes it even a harder sell to have so little (any?) source code available on github, gitlab, codeberg, whatever.

what's the deal with that? why is Google Drive zips your main distribution method, with no source available?

and finally: are you going to change this?

by adipose

8/1/2026 at 7:00:46 AM

Awesome work! Can't wait for it to land.

What license will you release under?

by flowofcontrol

8/1/2026 at 1:50:00 AM

What's the goal? Did you learn anything interesting?

by esafak

8/1/2026 at 4:41:59 AM

Hello, how does cwbrowser compare with Lightpanda?

by ernsheong

8/1/2026 at 4:52:15 AM

how much of it was vibe coded?

by mplewis

8/1/2026 at 3:06:40 AM

Super cool! Any plans to release it for Linux? Would love to test it but I have no Mac unfortunately

by bubblebeard

8/1/2026 at 2:46:16 AM

closed source?

by ranger_danger

8/1/2026 at 3:58:11 AM

This is cool! And as someone else who's been building their own browser engine: welcome to the club!

Do you have WPT tests results, and/or screenshots of it rendering real websites?

by nicoburns

8/1/2026 at 5:27:26 AM

No source code, no binary, just a page with some claims about code that might even exist.

Eh.

by snvzz

8/1/2026 at 5:09:59 AM

The whole thing looks like a giant AI slop

by m00dy

7/31/2026 at 11:36:01 PM

Congrats. I’d love a very agent friendly browser by the way

by tetrisgm

8/1/2026 at 2:18:02 AM

In terms of engines, Fastrender, by cursor, is AI generated in rust. Don't know why no one's picked that up and run with it yet.

by fragmede

8/1/2026 at 2:44:40 AM

Cursor was lambasted from the start because they wrote blog posts about writing a browner “from scratch in rust” but it was neither without dependencies nor actually worked.

It was not serious engineering. It was a side project experiment with yeeting tokens into the sun.

by tyre