Can I pack Meteor app into an executable for deploying on windows machines?

Can I pack Meteor app into an executable for deploying on windows machines?

Thank you!

you can use these atmosphere packages:

meson:electron
arboleya:electrify

Thank you, but i missed an important word… i want to deploy it as web app on localhost.

I just looked at various packages that allow building Meteor for Electron but discovered that they all are pretty much abandoned (very few updates after 1.3 release). What’s the best option in April 2016? Could anyone give some advice please?

@kachkaev,
What we did was build an electron wrapper that simply loads up the page :slight_smile:
Not too fancy, but worked for our purposes (I know it sounds stupid to create your own dist of Electron, but we have other needs too that justify having a local app vs web-only)

Those of us who have been doing this for a while have been using this method: One Deployment Method for A Meteor Application on Windows

1 Like