XULRunner 1.8.0.9 is a stable developer preview. It provides facilities for launching standalone XUL applications and embedding APIs which can be used to render web pages within native and Java applications.
The Mozilla Developer Center has links to existing XULRunner applications and examples.
The system requirements for XULRunner are the same as for Firefox 1.5. To install:
If you have multiple versions of XULRunner installed on Mac OS X, it is not possible to uninstall only one version. To remove all installed versions of XULRunner, remove the /Library/Frameworks/XUL.framework directory.
XUL applications that do not include their own installers are typically packaged as .zip archives. To install such an app, first save it to your desktop or another convenient place.
In a command prompt, enter the following command:
C:\...\xulrunner.exe --install-app C:\...\application.zip
The application will be installed to C:\Program Files\VendorName\Application, and can be started with application.exe.
In a terminal, enter the following command:
/.../xulrunner --install-app /.../application.zip
The application will be installed to /usr/lib/vendorname/application, and can be started with the application binary.
In a terminal, enter the following command:
/Library/Frameworks/XUL.framework/xulrunner-bin --install-app /.../application.zip
The application will be installed to /Applications/VendorName/Application.app.
Because nobody has written that code yet! This is a developer preview release: additional features for installing and deploying XULRunner and applications based on XULRunner will be available in future releases.
You can make a zip file with your application.ini at its root and instruct users to follow the steps above, or deploy XULRunner with your app as recommended by Mozilla.
Yes. See the Gecko SDK page at the Mozilla Developer Center for details.
bugzilla.mozilla.org is used to track bugs in all Mozilla products. Please search to make sure that your bug has not already been reported.
If you want to help with XULRunner but don't know where to start, visit the XULRunner Community page and ask questions on the newsgroups or in the IRC channel.
Based on content from the XULRunner 1.8.0.4 Release Notes, copyright MDC contributors and licensed under CC by-sa 2.0.