jdx/mise
dev tools, env vars, task runner observed · 2026-08-28
Health v2 · maintenance only
94/100
- Activity 99
- Release rhythm 87
- Longevity 95
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 1.0
- age_days: 1332
- days_rel: 8
- days_push: 7
- n_releases_24m: 433
Adoption not part of the score
33094 stars · 1398 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
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
cli-tool · maturity active
developer-tools cli configuration-management workflow-automation package-manager developer-tools windows cli cross-platform mise-en-place tool-version-manager env-vars task-runner asdf-alternative rust mise-toml polyglot command-line devops automation linux macos
3 sources
- readme: https://github.com/jdx/mise · fetched 2026-08-28 · 8f6e49ab53ac
- homepage: https://mise.jdx.dev · fetched 2026-08-29 · c7a4d5577939
- site_page: https://mise.jdx.dev/getting-started · fetched 2026-08-29 · 02a2ac5e7b19
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jdx/mise | main | 94 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem