Installation

Modus can be installed on Linux and WSL via a binary release or from source with cargo install modus. When doing the latter, please ensure that you have the latest version of Rust installed.

There is currently no binary release for MacOS, please install from source if you are using a Mac.

Binary install (Linux / WSL)

mkdir ~/.bin 2>/dev/null;
curl -sfL '???' -o ~/.bin/modus && \
chmod +x ~/.bin/modus && \
echo 'export PATH="$HOME/.bin:$PATH"' >> ~/.bashrc; # or equivalent for your shell
mkdir ~/.bin 2>/dev/null;
curl -sfL '???' -o ~/.bin/modus && \
chmod +x ~/.bin/modus && \
echo 'export PATH="$HOME/.bin:$PATH"' >> ~/.bashrc; # or equivalent for your shell