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). Windows: Use the npm install method below, or download a binary from the GitHub Releases  page.

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