Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation

Build Mitos from source using the instructions in the building guide.

Note that:

  • To take full advantage of Mitos, install the language servers for your preferred programming languages. See the wiki for instructions.

Pre-built binaries

Download pre-built binaries from the GitHub Releases page. The tarball contents include an ms binary and a runtime directory. To set up Mitos:

  1. Add the ms binary to your system’s $PATH to allow it to be used from the command line.
  2. Copy the runtime directory to a location that ms searches for runtime files. A typical location on Linux/macOS is ~/.config/mitos/runtime.

To see the runtime directories that ms searches, run ms --health. If necessary, you can override the default runtime location by setting the MITOS_RUNTIME environment variable.