Icon

Mise

mise is a developer tool that manages dev tools, environment variables, and tasks for projects. It functions similarly to asdf, direnv, and make, allowing management of multiple tool versions and environment setups per project directory.
Latest: 2026.6.1 GitHub
Last checked: Jun 9, 2026 12:10am
Rank: 170/15140
Also monitored via:
Site Monitor Winget
Follow to track new versions in your feed.
Report

Overview

0
License: MITInstaller: shell scriptSilent: YesWinget: Available
Silent install
curl https://mise.run | sh

Version & Lifecycle

0
Current: 2026.6.1 N-2: 2026.5.12 Oldest supported: 2023-01-09 Avg cadence: Every 1 day

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Deployment tip • May 15, 2026
0

Mise PowerShell activation and managed path note

For managed mise deployments, treat it as a developer toolchain manager rather than a normal MSI product. The official install docs show profile activation for PowerShell with (&mise activate pwsh) | Out-String | Invoke-Expression; deploy that profile change intentionally, because without shell activation users may have the binary installed but not get automatic tool-version switching.

When building shared images, CI runners, or locked-down workstations, pin the mise storage paths instead of relying on per-user defaults: the docs expose MISE_DATA_DIR, MISE_CONFIG_DIR, MISE_CACHE_DIR, and MISE_INSTALL_PATH, and the shim directory must be on PATH. After placing the binary and configuration, run mise install for configured tools; use mise use -g only when you deliberately want a global default tool version. Source: official mise installation docs.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

misejdx mise

Packaging Notes

0

Can be installed via curl script, macport, apt, yum, nix, winget

Notes

0

Installation defaults to ~/.local/bin but can be installed anywhere. Supports shell autocompletion and GitHub API token for rate limiting.