Installation
EMB requires Node.js 22+ and Docker to be installed on your system.
Using npm
Section titled “Using npm”The recommended way to install EMB is via npm:
npm install -g @enspirit/embVerify Installation
Section titled “Verify Installation”After installation, verify EMB is working:
emb --versionYou should see output like:
@enspirit/emb/0.26.0 darwin-x64 node-v22.18.0Requirements
Section titled “Requirements”- Node.js 22+ - EMB is built with modern JavaScript features
- Docker - Required for building images and running containers
- Docker Compose - Required for service orchestration
Shell Completion
Section titled “Shell Completion”EMB supports shell autocompletion. To set it up:
emb autocompleteThis will display instructions for your shell (bash, zsh, or fish).
Next Steps
Section titled “Next Steps”Now that EMB is installed, head to the Tutorials to learn EMB step by step.