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:
- Add the
msbinary to your system’s$PATHto allow it to be used from the command line. - Copy the
runtimedirectory to a location thatmssearches 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.