You get two toolkits for free -- standard HTML and you also get Flash/Flex.
(BTW, if you want to hack apps that look like true client-side app in HTML, check out the ExtJS kit. Amazing stuff. Well thought-out JS.)
(Some people care about free software, others don't. Just thought I'd mention an alternative)
The AIR compiler is also open source. The only thing that isn't open source in the stack is the flash player runtime, which executes the resulting SWF file. However, the SWF file format is open.
And you can run both (last I checked) in AIR as AIR contains WebKit.
You get two toolkits for free -- standard HTML and you also get Flash/Flex.
(BTW, if you want to hack apps that look like true client-side app in HTML, check out the ExtJS kit. Amazing stuff. Well thought-out JS.)