vote up 2 vote down star

I would like to use javascript to develop general-purpose GUI applications. Initially these are to run on Windows, but I would like them to ultimately be cross-platform.

Is there a way to do this without having to make the application run in a browser?

flag

Why Javascript? If you want cross-platform then why not Java or Python? – AnthonyWJones Sep 23 '08 at 8:32
Javascript is much nicer to write than Java (IMHO). Python would be close. I just like javascript, and I wonder if I can break it away from the confines of a browser. I think I'll take a look at AIR. – AJ Sep 23 '08 at 10:08

5 Answers

vote up 5 vote down check

Check out Adobe AIR.

From Wikipedia:

Adobe AIR is a cross-platform runtime environment for building rich Internet applications using Adobe Flash, Adobe Flex, HTML, or Ajax, that can be deployed as a desktop application.

Also check out Mozilla Prism (in beta).

link|flag
vote up 2 vote down

You could try to combine something like SUN's Lively Kernel with Mozilla's Prism.

  • Lively Kernel is a GUI Stack written entirely in JavaScript using SVG for display purposes.

  • Prism is a way to launch web applications without showing the browser in which they run.

Very bleeding edge though, use at your own risk. :-)

link|flag
vote up 2 vote down

XUL Runner might be an answer, but I'm afraid I can't speak from experience.

link|flag
vote up -1 vote down

Try AIR, you can even use your JS toolkit of choice Using it with dojo look at this: http://dojocampus.org/content/2008/04/02/dojo-on-air-a-fancy-file-uploader/

link|flag
vote up 2 vote down

JsLibs

Today I came across this: http://code.google.com/p/jslibs/
(from DZone) JS Libs seems to meet my requirement. I'll have a look, and if I find that it's interesting, I'll post back here.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.