Search code examples
firefoxweb-applicationswebkitxul

Executable HTML/Javascript Applications on the Desktop?


I'm wondering if there is a way to create a Desktop Application that is essentially a Browser, except that it only runs my Application, doesn't need installation and is a static executable that contains the HTML/Images/CSS/JavaScript packaged into it, with an option to access arbitary embedded resources through JavaScript?

I believe Mozilla/Firefox allows this through their XUL Framework, which is actually used for Applications (see Celtx). However, the last time I looked into it (~3 years ago), it was a horrible experience and overly complicated.

Has this changed? Or is there a WebKit based option?


Solution

  • I went with XULRunner in the end. The latest version is much improved over the one I looked at several years ago.