Skip to content

Installation

EMB requires Node.js 22+ and Docker to be installed on your system.

The recommended way to install EMB is via npm:

Terminal window
npm install -g @enspirit/emb

After installation, verify EMB is working:

Terminal window
emb --version

You should see output like:

@enspirit/emb/0.26.0 darwin-x64 node-v22.18.0
  • Node.js 22+ - EMB is built with modern JavaScript features
  • Docker - Required for building images and running containers
  • Docker Compose - Required for service orchestration

EMB supports shell autocompletion. To set it up:

Terminal window
emb autocomplete

This will display instructions for your shell (bash, zsh, or fish).

Now that EMB is installed, head to the Tutorials to learn EMB step by step.