Project “Sciter Quark”

Sciter Quark is a “compiler” of Sciter applications.

Input of Sciter Quark is a folder with HTML/CSS/script resources.

Output of Sciter Quark is a monolithic executable – application that can be run on target platforms “as it is”.

Sciter SDK will contain Quark as a wizard that is Quark-application by itself:

The Quark UI

Under the hood it is a packager of existing (and slightly modified) scapp.exe and UI resources “BLOBed” by packfolder.exe.

The Quark can be thought as a smaller and faster alternative to the Electron.

And indeed, minimal “Hello World” Electron application is a folder of size 50+ mb with a lot of stuff inside. And Quark produces single, monolithic and self-sufficient executable of 5+ mb size – pretty much the same size as minimal Qt’s “hello world” .

Quark discussion forum