Skip to main content

Offline Packager

There are ways to use the MistWarp Packager offline which can be useful in various circumstances (for example, perhaps your school blocks warp.mistium.com).

We aim to update the offline packager about once a month.

Large assets such as Electron, NW.js, or WKWebView executables are not included in the offline packager and will be downloaded separately as needed. The packager will try to cache these files offline after you download them the first time, so they should only have to be downloaded once. Usually these downloads will still work even if your school blocks warp.mistium.com.

Web-Based Packaging

MistWarp's packager is available online at packager.warp.mistium.com and works entirely in your browser.

Large assets such as runtime libraries are downloaded separately as needed. The packager will try to cache these files after you download them the first time, so they should only have to be downloaded once.

Standalone HTML

For offline use, you can download standalone HTML versions from GitHub. Visit https://github.com/MistWarp/packager/releases and download "mistwarp-packager-standalone-x.x.x.html" under "Assets" from the latest release. You can simply open the HTML file in your browser.

The HTML file does not include any update checker. You will have to check for and handle updates on your own.

Web App

The https://packager.warp.mistium.com/ is a web app that tries to function offline after loading it once. This is still experimental and we do not recommend relying on this.