Skip to Content
Installation

Installation

The fastest way to install miso:

curl -fsSL https://misojs.dev/install | bash

Supported platforms: macOS (Intel & Apple Silicon), Linux (x86-64 & ARM64).

Alternative: Install with Homebrew

On macOS or Linux with Homebrew :

brew tap dvflw/tap brew install miso

Every stable release publishes an updated formula to the tap, so brew upgrade miso always pulls the latest. Both the miso and misox binaries are installed.

Alternative: Install via package manager

If you prefer to install miso through a JavaScript package manager:

>Terminal
npm install -g @ekkolyth/miso

Upgrading

Once installed, upgrade miso to the latest version at any time:

>Terminal
miso upgrade

miso upgrade downloads the latest binary directly from GitHub and replaces the current binary in-place. No sudo required.

Install in a project

To install miso only in the project you’re currently working on, add it as a dev dependency:

>Terminal
npm i @ekkolyth/miso -D
Last updated on