meteor-deployment

Installation
SKILL.md

Meteor deployment

meteor build produces a self-contained Node bundle that runs anywhere the matching Node.js version runs. Galaxy is the first-party host; Docker / Kubernetes / SSH-to-a-Node-host all work too.

For Android/iOS artifacts and native HCP compatibility, use meteor-native. Check actual native configuration as well as compatibility hashes: permission or other native configuration changes can require a new binary with an unchanged hash.

Match the Node version to the bundled Meteor Node:

Meteor Node major
3.0 20
3.1 through 3.4 22
3.5+ 24
Installs
110
GitHub Stars
9
First Seen
Aug 27, 2026
meteor-deployment — meteor/agent-skills