Can you build stand-alone Apache Pivot application, i.e. not run in browser?
yes, you can.
public static void main(String[] args) { DesktopApplicationContext.main(UI.class, args); }