Back to Mise

Core Tools

docs/core-tools.md

2026.9.21.1 KB
Original Source

Core Tools

Core tools have installation logic built into mise. They do not require a separately installed plugin. Their language guides explain platform support, compilation options, virtual environments, and other runtime-specific behavior.

List the current core entries with:

sh
mise registry -b core

Language guides

Selecting another implementation

Installing an external plugin with the same name can override a core tool. Use that only when you need behavior provided by the plugin; it also changes the installation and trust requirements. See plugins and backend selection for how mise chooses an implementation.

To select the built-in implementation explicitly, use the core: prefix, for example mise use core:[email protected]. The registry covers tools beyond the core set.