# jdx/mise

dev tools, env vars, task runner

Repository: https://github.com/jdx/mise
Canonical: https://ross.abutalabs.com/products/mise
Homepage: https://mise.jdx.dev
Language: Rust
License: MIT
License Family: permissive
Last push: 2026-08-26T20:44:20+00:00

## Health v2 (maintenance only)
Score: 94/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 99, release rhythm 87, longevity 95
- inputs: {"age_days": 1332, "days_push": 7, "days_rel": 8, "gap_med": 1.0, "n_releases_24m": 433}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 33094, forks 1398 (observed 2026-08-28T04:11:58.095078+00:00)

## What it is
mise is a Rust CLI that manages dev tool versions, project environment variables, and task running from a single mise.toml file. It replaces tools like asdf, direnv, and make by preparing the full development environment before each command runs.

## Use cases
- install and pin multiple versions of node, python, and other dev tools per project
- load project-specific environment variables from .env files automatically
- define and run build, test, and lint tasks in one config file
- replace asdf for managing polyglot tool versions
- replace direnv for per-directory environment variables
- ensure CI jobs and new checkouts get identical tool setups
- automatically switch tool versions when changing directories

## When to choose
- you work across multiple languages and need per-project tool versions
- you want asdf, direnv, and a task runner combined into one fast tool
- you want a single checked-in config so every machine and CI gets the same environment

## When to avoid
- you only need a single-language version manager with deep ecosystem integration (e.g., nvm, pyenv)
- you need complex make-style dependency graphs in your task runner
- your team is not willing to adopt a shared mise.toml convention

## Facets
- artifact type: cli-tool
- maturity: active
- function: developer-tools, cli, configuration-management, workflow-automation, package-manager
- domain: developer-tools
- platform: windows, cli, cross-platform
- tags: mise-en-place, tool-version-manager, env-vars, task-runner, asdf-alternative, rust, mise-toml, polyglot, command-line, devops, automation, linux, macos

## Member repositories
- jdx/mise (main) score 94

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:58.095078+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T16:28:43.048018+00:00, confidence not recorded.
  - readme: https://github.com/jdx/mise (fetched 2026-08-28T04:11:58.095078+00:00, sha 8f6e49ab53ac)
  - homepage: https://mise.jdx.dev (fetched 2026-08-29T07:48:46.644755+00:00, sha c7a4d5577939)
  - site_page: https://mise.jdx.dev/getting-started (fetched 2026-08-29T07:48:46.654595+00:00, sha 02a2ac5e7b19)
- Data as of 2026-08-30T08:39:29.467469+00:00.
