Is there a production-ready cross-OS desktop HTML5 runtime? [closed]
Asked Answered
M

4

8

Sometimes I think I want to develop a standalone (needing neither a web server nor a browser to run) desktop GUI application for Windows, Mac OS X and Linux using HTML5, CSS and JavaScript to form the GUI.

But as far as I know, both Adobe AIR and Mozilla Prism are deprecated. What are other options for this task?

UPDATE: Responding to the answers and comments already got, I'd like to emphasize that the applications must work on Windows, Mac OS X and Linux without any serious modifications. The platform is to be actively developed and supported for all the 3 major PC OSes. Single-platform applications are not an option, neither are applications with limited support of one of them.

Matronize answered 26/6, 2012 at 20:32 Comment(4)
I think this could be rephrase better. But, FWIW, .hta files and IE9 could be used... it's not without issues, however. Also, Widgets in Windows 7 are HTML/CS (but "locked" to older IE versions).Banff
E.g. "How to run a standalone application written using only HTML5/JS?"Banff
Air is still completely valid.Poaceous
possible duplicate of HTML5 Desktop Wrapper/FrameworkAxon
A
5

Based upon the solutions evaluated on http://blog.neamlabs.com/post/36584972328/2012-11-26-web-app-cross-platform-desktop-distribution, these should be the most relevant HTML5 Runtimes with regards to your requirements.

  • XULRunner - Benefiting directly on Firefox development efforts, this is an extremely well-maintained solution with great cross platform support but with almost non-existant tooling or documentation for packaging and distribution other than those of Firefox and other open source XULRunner-based applications themselves
  • Chrome Installable Web Apps - Like a Chrome web app with more desktop integration. No flash support.
  • Mozilla Native Web Apps - Like a Mozilla Open Web App with better desktop integration. Still requires online installation through Firefox Marketplace. 
  • TideSDK (formerly Titanium Desktop) - Although it may appear to be the perfect solution all-round, the current state is that TideSDK is not nearly production ready (may change in a couple of months or so, due to active development)
  • node-webkit looks very relevant, not sure about the "production-ready" part though.
Align answered 26/11, 2012 at 19:17 Comment(5)
Is there some reason you continue to repost this same, basic answer?Claudication
And still nobody to mention the recent node.js and WebKit mix-up :-(I've read about it twice and it looks almost (just not sure if really production-ready) like the answer but I can't find the links again.Matronize
Don't understand what's inappropriate with my answer? It answer addresses directly the OP's question "What are other options for this task?" and it takes into account only solutions that work on Windows, Mac OS X and Linux without any serious modifications, with an actively developed platform with support available. @Matronize I included AppJS (which is a node.js and WebKit/Chromium mix-up) in an earlier answer that got deleted by the moderators.Align
Found it. I hope you don't mind me adding node-webkit option to your answer (for future reference) before accepting it, @Motin.Matronize
Of course not, that's the wonder of community wiki answers. Thanks :)Align
P
4

One option is to use berklium. It wraps all the nasty chromium stuff and makes it easier to embed browser functionality in your apps.

Poaceous answered 26/6, 2012 at 20:40 Comment(2)
It looks like it's inactive.Iene
@DReispt I see commits from 7 days ago. It's a wrapper technology, and the external hooks into chrome don't change all that much-- but the guts do.Poaceous
C
0

There's always Microsoft Silverlight (which does have implementations for Linux/etc. if you're concerned about that, as noted on the linked page).


Wait a minute, from what I can tell Adobe AIR is still being developed, with a stable release just this past month. It's only Linux that isn't getting official releases anymore, for some strange reason.

Choline answered 26/6, 2012 at 20:35 Comment(3)
But Silverlight is not HTML5. Rather, it is a proprietary runtime that provides a Container that like an Applet or Flash or Unity can run inside a browser.Banff
Neither is Adobe AIR, which uses Flash Player as its runtime environment. (Though I do apologize for misreading the question.)Choline
Silverlight, as a cross-platform solution, is deprecated as well.Matronize
S
0

Opera Widgets is also of the kind you are looking for and is also deprecated, but can be turned on in opera:config as far as I know.

Spermatophyte answered 26/6, 2012 at 20:51 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.