## Using Homebrew
```bash
brew install aymericbeaumet/tap/run
```
## Using Node.js [](https://www.npmjs.com/package/@aymericbeaumet/run)
This method requires [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm),
[yarn](https://yarnpkg.com/getting-started/install), or [pnpm](https://pnpm.io/installation) to be
installed on your machine.
```bash
npm install -D @aymericbeaumet/run
yarn add -D @aymericbeaumet/run
pnpm add -D @aymericbeaumet/run
```
Once installed, have a look at the
[Node.js Developer Guide](./user-guide/run-for-nodejs-developers.md).
## Using Cargo [](https://crates.io/crates/run-cli)
This method requires the [Rust toolchain](https://www.rust-lang.org/tools/install) to be installed
on your machine.
```bash
cargo install -f run-cli
```
You can also install the latest master:
```bash
cargo install -f --git https://github.com/aymericbeaumet/run
```
Once installed, have a look at the [Rust Developer Guide](./user-guide/run-for-rust-developers.md).
## Manual install [](https://github.com/aymericbeaumet/run/releases/latest)
You can manually download the binary for your platform from the
[latest release](https://github.com/aymericbeaumet/run/releases/latest).