Generate setup file for desktop

can we generate setup file for desktop software in wappler or can we compile exe? or it is only for web app and mobile app? if yes then please guide me how?

I know you can create desktop apps but unfortunately beyond that I am not much help. I am unaware of many people that have built for desktop with Wappler.

Perhaps you can find more information in this community.

https://community.wappler.io/search?q=desktop%20app

1 Like

Yes. Each is specific to the OS it is created on as default. Windows will create an .exe, Mac and Linux their respective equivalents. We built several desktop applications using Electron. It’s also not too difficult to compile an installer for all three with a little configuration. There is plenty of documentation on how to do this on Stack Overflow for example.

2 Likes