> 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.46/cli-commands/platform/install.md).

# install

## Description

* Install a specified version locally without switching to it

## Syntax

`ern platform install <version>`

**Arguments**

`<version>`

* The version of Electrode Native platform to install.
* Sample values : `v0.18.0` / `0.18.0` / `latest`
* Using `latest` will install the latest version of Electrode Native

## Related commands

[ern platform use](/v0.46/cli-commands/platform/use.md) | Switch to an installed Electrode Native version if the version is already installed or install the version and immediately switch to it.
