Skip to content

Installation

EMB is distributed as an npm package. This page covers installation and verification.

Install EMB globally using npm:

Terminal window
npm install -g @enspirit/emb

Or using pnpm:

Terminal window
pnpm add -g @enspirit/emb

Check that EMB is installed correctly:

Terminal window
emb --version

You should see output like:

@enspirit/emb/0.26.0 darwin-x64 node-v22.x.x

You should see the version number printed.

EMB supports shell completion for bash and zsh. To enable it:

Bash:

Terminal window
emb autocomplete bash

Zsh:

Terminal window
emb autocomplete zsh

Follow the printed instructions to add the completion to your shell configuration.

Continue to Minimal Configuration to create your first EMB project.