De ontwikkelaars achter Mono, een opensource-implementatie van het .Net Framework, werken sinds 2007 aan Moonlight: een opensource-implementatie van Microsofts Silverlight voor Linux. Het is beschikbaar als een plugin voor Mozilla Firefox in zowel een 32bit- als 64bit-uitvoering. Mono heeft onlangs de derde preview uitgebracht van Moonlight 2.0 en voorzien van de volgende lijst met veranderingen:
Preview 3Preview 2
- a number of name and static resource related exceptions have been quashed, so a number of sites work a lot better.
- smoothstreaming should be working now.
- the silverlight toolkit site is working.
- fixes everywhere, including parsing and managed runtime type fixes.
- work on template instantiation with ItemsControl and its subclasses.
- work progressing on ToggleRef implementation. we're still leaking, but not for long.
- TextBox now has input method support.
- Fixed some infinite loop conditions in text layout.
- TemplateBindings are now created in managed code instead of unmanaged, and are exposed with ReadLocalValue.
- Lots of speedups due to caching TLS lookups we do often.
- Python web ide works