> For the complete documentation index, see [llms.txt](https://native.electrode.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://native.electrode.io/v0.33/reference/index-7/global-cli.md).

# Global CLI

The Electrode Native global client is installed globally on your machine using the `npm install -g electrode-native` command.

* The global client is a lightweight client that contains the `ern` binary.  &#x20;
* When you enter an `ern` command in your terminal, the command first passes through the global client before reaching the local client. &#x20;
* The global client role is used to bootstrap first-time platform installation as well as redirect commands to the currently activated local client version. &#x20;
* The global client is rarely updated. &#x20;
