I'm working on open source at entire.io[1]Read more →× [3]Skip to content [4][logo-dark][logo-light]mise-en-place SearchK Main Navigation [6]mise-versions[7]Dev Tools[8]Environments[9]Tasks[10] v2026.7.5 [12]★30.6k[13] Appearance [16][17] [logo-light][logo-dark]mise-en-place Your dev environment, prepped and ready One tool that manages dev tools, env vars, and tasks per project. [19]Getting Started[20]Demo mise-en-place Dev tools, env vars, and tasks in one CLI ~/projects/orders · zsh $ mise use node@24 python@3.13 mise node@24.18.0 ✓ installed mise python@3.13.14 ✓ installed mise ./mise.toml tools: node@24.18.0, python@3.13.14 $ node --version v24.18.0 $ mise run build [build] $ tsc curl https://mise.run | shcopy[22]More install methods The Idea Everything in its place, before you code. It installs the tools your project needs, loads its env vars, and runs its tasks — all configured in a single mise.toml checked into your repo, so every machine gets the same setup. mise en place /meez ahn plahs/ 1. the gathering and arrangement of ingredients and tools before cooking. 2. a polyglot tool that keeps your project tools, env, and tasks in one place. toml # mise.toml [tools] node = "24" python = "3.13" [env] _.file = ".env.local" [tasks.test] run = "pytest" The Menu What mise does. [24]All docs [25] $ mise install Dev Tools Install project tools, pin versions, and switch automatically as you move between directories. Learn more[26] $ mise env Environments Load project-specific environment variables from mise.toml, .env files, shell commands, and more. Learn more[27] $ mise run Tasks Define build, test, lint, and deploy commands next to the tools and env vars they need. Learn more The pantry · 1000+ tools, one config file [28]node[29]python[30]ruby[31]go[32]rust[33]java[34]deno[35]bun[36]terraform [37]kubectl[38]zig[39]swift[40]php[41]elixir[42]…and 1000+ more [43] Chef's Special aube: a fast Node.js package manager. From the author of mise. aube works with your existing lockfile — no migration needed. The Recipe Get set up in four steps. [44](*)[45]( )[46]( )[47]( ) 01 Install mise02 Add and install tools03 Load env vars04 Define tasks $ curl https://mise.run | sh   $ mise --version 2026.7.0 linux-x64 $ mise use node@24 python@3.13 mise node@24.18.0 ✓ installed mise python@3.13.14 ✓ installed mise ./mise.toml tools: node@24.18.0, python@3.13.14 $ cat .env.local DATABASE_URL=postgres://localhost/orders   $ mise env -s bash export DATABASE_URL='postgres://localhost/orders' $ mise run test [test] $ pytest 42 passed in 1.02s Ready When You Are Allez, prep your station. curl https://mise.run | sh [48]Getting started[49]Run the demo sponsors [50]Entire[51]37signals[52]CodeRabbit [53] View all sponsors MIT License·Copyright © 2026·[54]●jdx.dev References: [1] https://jdx.dev/sponsors.html [3] https://mise.jdx.dev/#VPContent [4] https://mise.jdx.dev/ [6] https://mise-versions.jdx.dev/ [7] https://mise.jdx.dev/dev-tools/ [8] https://mise.jdx.dev/environments/ [9] https://mise.jdx.dev/tasks/ [10] https://github.com/jdx/mise/releases [12] https://github.com/jdx/mise [13] https://discord.gg/UBa7pJUN7Z [16] https://github.com/jdx/mise [17] https://discord.gg/UBa7pJUN7Z [19] https://mise.jdx.dev/getting-started [20] https://mise.jdx.dev/demo [22] https://mise.jdx.dev/installing-mise [24] https://mise.jdx.dev/getting-started [25] https://mise.jdx.dev/dev-tools/ [26] https://mise.jdx.dev/environments/ [27] https://mise.jdx.dev/tasks/ [28] https://mise-versions.jdx.dev/tools/node [29] https://mise-versions.jdx.dev/tools/python [30] https://mise-versions.jdx.dev/tools/ruby [31] https://mise-versions.jdx.dev/tools/go [32] https://mise-versions.jdx.dev/tools/rust [33] https://mise-versions.jdx.dev/tools/java [34] https://mise-versions.jdx.dev/tools/deno [35] https://mise-versions.jdx.dev/tools/bun [36] https://mise-versions.jdx.dev/tools/terraform [37] https://mise-versions.jdx.dev/tools/kubectl [38] https://mise-versions.jdx.dev/tools/zig [39] https://mise-versions.jdx.dev/tools/swift [40] https://mise-versions.jdx.dev/tools/php [41] https://mise-versions.jdx.dev/tools/elixir [42] https://mise.jdx.dev/registry [43] https://aube.jdx.dev/ [48] https://mise.jdx.dev/getting-started [49] https://mise.jdx.dev/demo [50] https://entire.io/ [51] https://37signals.com/ [52] https://coderabbit.link/mise [53] https://jdx.dev/sponsors.html [54] https://jdx.dev/