ts functionality is grouped into 3 categories described below. mise installs and manages dev tools/runtimes like node, python, or terraform both simplifying installing these tools and allowing you to specify which version of these tools to use in different projects. mise supports hundreds of dev tools. mise manages environment variables letting you specify configuration like AWS_ACCESS_KEY_ID that may differ between projects. It can also be used to automatically activate a Python virtualenv when entering projects too. mise is a task runner that can be used to share common tasks within a project among developers and make things like running tasks on file changes easy.