Search code examples
tidesdktidekit

Is TideSDK defunct?


I am interested in creating a desktop application using HTML5+webkit, and I'd like to be able to build a stand-alone executables for various target platforms like a .exe file for Windows and a .dmg image for Mac OS. I have played around with node-webkit, which seems nice except for the packaging / distribution portion. I also stumbled on TideSDK, but that project seems to be inactive. For example, the latest release I saw was a beta from November of 2012. Yet, it seems the core developers have switched to developing TideKit instead.

Does anyone here know if TideKit is intended as a replacement for TideSDK? Is TideSDK going away? etc.


Solution

  • Electron (http://electron.atom.io/) is the new way to go.

    I also had an app running on TideSDK (https://github.com/vinyll/worktimer.titanium) and I'll have to migrate it to Electron.