[
  {
    "id": "mise-docs-1",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/getting-started.html",
    "excerpt": "The quickest way to run a tool at a specific version is mise x|exec",
    "fetchedAt": "2026-09-04T21:01:06.501Z"
  },
  {
    "id": "mise-docs-2",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/getting-started.html",
    "excerpt": "mise use --global node@26 # install node 26 and set it as the global default",
    "fetchedAt": "2026-09-04T21:01:06.501Z"
  },
  {
    "id": "mise-docs-3",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/dev-tools/",
    "excerpt": "mise is also compatible with asdf `.tool-versions` files and with idiomatic version files",
    "fetchedAt": "2026-09-04T21:01:06.501Z"
  },
  {
    "id": "mise-docs-4",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/getting-started.html",
    "excerpt": "mise exec github:BurntSushi/ripgrep -- rg --version",
    "fetchedAt": "2026-09-04T21:01:06.501Z"
  },
  {
    "id": "mise-docs-5",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/dev-tools/",
    "excerpt": "mise automatically switches between them as you move between the two projects",
    "fetchedAt": "2026-09-04T21:01:06.501Z"
  },
  {
    "id": "mise-docs-6",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev",
    "excerpt": "Point it at a fresh machine and `mise bootstrap` sets up the rest: packages, dotfiles, services.",
    "fetchedAt": "2026-09-04T21:01:06.501Z"
  },
  {
    "id": "mise-docs-7",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev",
    "excerpt": "Per-project env vars from `mise.toml`, .env files, secrets, and shell commands. Set when you enter, gone when you leave.",
    "fetchedAt": "2026-09-04T21:01:06.501Z"
  },
  {
    "id": "mise-docs-8",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/tasks/",
    "excerpt": "Define and run project _tasks_ for building, testing, linting, deploying, and everyday development workflows.",
    "fetchedAt": "2026-09-04T21:01:06.501Z"
  },
  {
    "id": "mise-docs-9",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/tasks/",
    "excerpt": "mise watch to automatically rebuild on changes—no configuration required, but it helps",
    "fetchedAt": "2026-09-04T21:01:06.501Z"
  },
  {
    "id": "mise-docs-10",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/tasks/",
    "excerpt": "the ability to write tasks as actual bash script files rather than inside yml/json/toml strings",
    "fetchedAt": "2026-09-04T21:01:06.501Z"
  },
  {
    "id": "mise-docs-11",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/tasks/",
    "excerpt": "building dependencies in parallel—by default, with no configuration required",
    "fetchedAt": "2026-09-04T21:01:06.501Z"
  },
  {
    "id": "mise-docs-12",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/continuous-integration.html",
    "excerpt": "set MISE_SAFE=1 so that project configuration cannot execute code",
    "fetchedAt": "2026-09-04T21:01:06.501Z"
  },
  {
    "id": "mise-docs-13",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/security.html",
    "excerpt": "you can restrict mise to only install versions released before a certain date or duration",
    "fetchedAt": "2026-09-04T21:01:06.501Z"
  },
  {
    "id": "mise-docs-14",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/security.html",
    "excerpt": "Cosign/Minisign signatures, SLSA provenance, and GitHub artifact attestations are verified automatically using mise's built-in implementation",
    "fetchedAt": "2026-09-04T21:01:06.501Z"
  },
  {
    "id": "mise-docs-15",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/registry.html",
    "excerpt": "You can override the backend for any tool using environment variables with the pattern MISE_BACKENDS_<TOOL>",
    "fetchedAt": "2026-09-04T21:01:06.501Z"
  },
  {
    "id": "mise-docs-16",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/registry.html",
    "excerpt": "You can use these shorthands with `mise use`. This allows you to use a tool without needing to know the full name.",
    "fetchedAt": "2026-09-04T21:01:06.501Z"
  },
  {
    "id": "mise-docs-17",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/continuous-integration.html",
    "excerpt": "we provide a mise-action that wraps the installation of mise and the tools",
    "fetchedAt": "2026-09-04T21:01:06.501Z"
  },
  {
    "id": "mise-docs-18",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/configuration.html",
    "excerpt": "mise looks for these files in every parent directory, so if you have a `~/src/work/myproj/mise.toml` file, what is defined there overrides anything set in `~/src/work/mise.toml`",
    "fetchedAt": "2026-09-04T21:01:06.501Z"
  },
  {
    "id": "mise-docs-19",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev",
    "excerpt": "mise replaces them with one file that's checked in, so a fresh laptop is `git clone` and `mise bootstrap`.",
    "fetchedAt": "2026-09-04T21:01:06.501Z"
  },
  {
    "id": "mise-docs-20",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/getting-started.html",
    "excerpt": "mise exec python@3 -- python\n# this will download and install Python if it is not already installed",
    "fetchedAt": "2026-09-04T21:03:43.276Z"
  },
  {
    "id": "mise-docs-21",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/getting-started.html",
    "excerpt": "eval \"$(~/.local/bin/mise activate bash)\" >> ~/.bashrc",
    "fetchedAt": "2026-09-04T21:03:43.276Z"
  },
  {
    "id": "mise-docs-22",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/getting-started.html",
    "excerpt": "mise use --global npm:@anthropic-ai/claude-code",
    "fetchedAt": "2026-09-04T21:03:43.276Z"
  },
  {
    "id": "mise-docs-23",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/getting-started.html",
    "excerpt": "mise ~/my-project/mise.toml is not trusted. Trust it? [y/n]",
    "fetchedAt": "2026-09-04T21:03:43.276Z"
  },
  {
    "id": "mise-docs-24",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/dev-tools/",
    "excerpt": "mise activate --shims  # Creates shims instead of modifying PATH",
    "fetchedAt": "2026-09-04T21:03:43.276Z"
  },
  {
    "id": "mise-docs-25",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/dev-tools/",
    "excerpt": "mise is compatible with asdf `.tool-versions` files and can still use asdf plugins when needed.",
    "fetchedAt": "2026-09-04T21:03:43.276Z"
  },
  {
    "id": "mise-docs-26",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/dev-tools/",
    "excerpt": "[tools.\"http:my-tool\".platforms]\nmacos-x64 = {\n  url = \"https://example.com/my-tool-macos-x64.tar.gz\",\n  checksum = \"sha256:abc123\",\n}",
    "fetchedAt": "2026-09-04T21:03:43.276Z"
  },
  {
    "id": "mise-docs-27",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/configuration.html",
    "excerpt": "what is defined there overrides anything set in `~/src/work/mise.toml` or `~/.config/mise.toml`. The config contents are merged.",
    "fetchedAt": "2026-09-04T21:03:43.276Z"
  },
  {
    "id": "mise-docs-28",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/tasks/",
    "excerpt": "[tasks.build]\ndescription = \"Build the CLI\"\nrun = \"cargo build\"",
    "fetchedAt": "2026-09-04T21:03:43.276Z"
  },
  {
    "id": "mise-docs-29",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/tasks/",
    "excerpt": "You can also define tasks as standalone shell scripts. All you have to do is create an `executable` file in a specific directory like `mise-tasks`.",
    "fetchedAt": "2026-09-04T21:03:43.276Z"
  },
  {
    "id": "mise-docs-30",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/tasks/",
    "excerpt": "[mise watch](./running-tasks.html#watching-files) to automatically rebuild on changes—no configuration required, but it helps",
    "fetchedAt": "2026-09-04T21:03:43.276Z"
  },
  {
    "id": "mise-docs-31",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/registry.html",
    "excerpt": "mise use aws-cli\n\ninstead of\n\nmise use aqua:aws/aws-cli",
    "fetchedAt": "2026-09-04T21:03:43.276Z"
  },
  {
    "id": "mise-docs-32",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/registry.html",
    "excerpt": "mise settings registry_floating=true",
    "fetchedAt": "2026-09-04T21:03:43.276Z"
  },
  {
    "id": "mise-docs-33",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/registry.html",
    "excerpt": "export MISE_BACKENDS_PHP='vfox:mise-plugins/vfox-php'",
    "fetchedAt": "2026-09-04T21:03:43.276Z"
  },
  {
    "id": "mise-docs-34",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/continuous-integration.html",
    "excerpt": "curl https://mise.run | MISE_VERSION=\"$MISE_VERSION\" sh\nmise version | grep -q \"^${MISE_VERSION#v} \"\nmise install",
    "fetchedAt": "2026-09-04T21:03:43.276Z"
  },
  {
    "id": "mise-docs-35",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/security.html",
    "excerpt": "MISE_SAFE=1 mise lock --bump --dry-run --json",
    "fetchedAt": "2026-09-04T21:03:43.276Z"
  },
  {
    "id": "mise-docs-36",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/security.html",
    "excerpt": "minimum_release_age = \"7d\"  # only install versions released more than 7 days ago",
    "fetchedAt": "2026-09-04T21:03:43.276Z"
  },
  {
    "id": "mise-docs-37",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/security.html",
    "excerpt": "For aqua tools, Cosign/Minisign signatures, SLSA provenance, and GitHub artifact attestations are verified automatically using mise's built-in implementation.",
    "fetchedAt": "2026-09-04T21:03:43.276Z"
  },
  {
    "id": "mise-gh-1",
    "tier": "github",
    "url": "https://github.com/jdx/mise",
    "excerpt": "$ mise set SOME_VAR=bar\n$ echo $SOME_VAR\nbar",
    "fetchedAt": "2026-09-04T21:03:43.276Z"
  },
  {
    "id": "mise-gh-2",
    "tier": "github",
    "url": "https://github.com/jdx/mise",
    "excerpt": "depends = [\"validate\", \"plan\"]\nrun = \"terraform apply -auto-approve\"",
    "fetchedAt": "2026-09-04T21:03:43.276Z"
  },
  {
    "id": "mise-docs-38",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev",
    "excerpt": "mise has its own Homebrew implementation, so it installs formulae and casks without requiring Homebrew.",
    "fetchedAt": "2026-09-04T21:03:43.276Z"
  },
  {
    "id": "mise-docs-39",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev",
    "excerpt": "Dotfiles as symlinks, copies, or templates, plus single-line edits",
    "fetchedAt": "2026-09-04T21:03:43.276Z"
  },
  {
    "id": "mise-docs-40",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev",
    "excerpt": "Remote hosts over SSH with `mise bootstrap remote`",
    "fetchedAt": "2026-09-04T21:03:43.276Z"
  },
  {
    "id": "mise-docs-41",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev",
    "excerpt": "Coming from asdf? mise reads `.tool-versions` as-is.",
    "fetchedAt": "2026-09-04T21:03:43.276Z"
  },
  {
    "id": "mise-docs-42",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/getting-started.html",
    "excerpt": "Install black from PyPI via pipx",
    "fetchedAt": "2026-09-04T21:05:47.875Z"
  },
  {
    "id": "mise-docs-43",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/tasks/",
    "excerpt": "You can then run the task with `mise run build`",
    "fetchedAt": "2026-09-04T21:05:47.875Z"
  },
  {
    "id": "mise-docs-44",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/tasks/",
    "excerpt": "the ability to write tasks as actual bash script files rather than inside yml/json/toml strings, which lack syntax highlighting",
    "fetchedAt": "2026-09-04T21:05:47.875Z"
  },
  {
    "id": "mise-docs-45",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/continuous-integration.html",
    "excerpt": "set `MISE_SAFE=1` so that project configuration cannot execute code",
    "fetchedAt": "2026-09-04T21:05:47.875Z"
  },
  {
    "id": "mise-docs-46",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/security.html",
    "excerpt": "For aqua tools, Cosign/Minisign signatures, SLSA provenance, and GitHub artifact attestations are verified automatically using mise's built-in implementation",
    "fetchedAt": "2026-09-04T21:05:47.875Z"
  },
  {
    "id": "mise-docs-47",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/dev-tools/",
    "excerpt": "mise is also compatible with asdf `.tool-versions` files",
    "fetchedAt": "2026-09-04T21:05:47.875Z"
  },
  {
    "id": "mise-docs-48",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev",
    "excerpt": "mise replaces them with one file that's checked in, so a fresh laptop is `git clone` and `mise bootstrap`",
    "fetchedAt": "2026-09-04T21:05:47.875Z"
  },
  {
    "id": "mise-gh-3",
    "tier": "github",
    "url": "https://github.com/jdx/mise",
    "excerpt": "Load environment variables per project directory, including values from `.env` files and other sources.",
    "fetchedAt": "2026-09-04T21:05:47.875Z"
  },
  {
    "id": "mise-docs-49",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev",
    "excerpt": "mise bootstrap sets up a whole machine from the same config: OS packages, dotfiles, repos, services, macOS defaults, and services, then your tools.",
    "fetchedAt": "2026-09-04T21:05:47.875Z"
  },
  {
    "id": "mise-docs-50",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/continuous-integration.html",
    "excerpt": "we provide a [mise-action](https://github.com/jdx/mise-action) that wraps the installation of mise and the tools",
    "fetchedAt": "2026-09-04T21:05:47.875Z"
  },
  {
    "id": "mise-docs-51",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/registry.html",
    "excerpt": "mise settings disable_backends=asdf",
    "fetchedAt": "2026-09-04T21:05:47.875Z"
  },
  {
    "id": "mise-docs-52",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/registry.html",
    "excerpt": "You can override the backend for any tool using environment variables with the pattern `MISE_BACKENDS_<TOOL>`",
    "fetchedAt": "2026-09-04T21:05:47.875Z"
  },
  {
    "id": "mise-docs-53",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/dev-tools/",
    "excerpt": "Once activated, mise can automatically switch between different versions of tools based on the directory you're in.",
    "fetchedAt": "2026-09-04T21:08:18.997Z"
  },
  {
    "id": "mise-docs-54",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/getting-started.html",
    "excerpt": "Install claude-code from npm... Install black from PyPI via pipx... Install ripgrep directly from GitHub releases",
    "fetchedAt": "2026-09-04T21:08:18.997Z"
  },
  {
    "id": "mise-docs-55",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/dev-tools/",
    "excerpt": "mise is also compatible with asdf `.tool-versions` files and with idiomatic version files like `.node-version` and `.ruby-version`.",
    "fetchedAt": "2026-09-04T21:08:18.997Z"
  },
  {
    "id": "mise-docs-56",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/tasks/",
    "excerpt": "the ability to write tasks as actual bash script files rather than inside yml/json/toml strings, which lack syntax highlighting and linting/checking support",
    "fetchedAt": "2026-09-04T21:08:18.997Z"
  },
  {
    "id": "mise-docs-57",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/registry.html",
    "excerpt": "github and aqua give you for example access to almost all programs available on GitHub.",
    "fetchedAt": "2026-09-04T21:08:18.997Z"
  },
  {
    "id": "mise-docs-58",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/registry.html",
    "excerpt": "You can override the backend for any tool using environment variables with the pattern `MISE_BACKENDS_<TOOL>`.",
    "fetchedAt": "2026-09-04T21:08:18.997Z"
  },
  {
    "id": "mise-docs-59",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/continuous-integration.html",
    "excerpt": "set MISE_SAFE=1 so that project configuration cannot execute code.",
    "fetchedAt": "2026-09-04T21:08:18.997Z"
  },
  {
    "id": "mise-docs-60",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/continuous-integration.html",
    "excerpt": "We recommend pinning tools to specific versions so the environment is reproducible.",
    "fetchedAt": "2026-09-04T21:08:18.997Z"
  },
  {
    "id": "mise-docs-61",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev/continuous-integration.html",
    "excerpt": "we provide a mise-action that wraps the installation of mise and the tools.",
    "fetchedAt": "2026-09-04T21:08:18.997Z"
  },
  {
    "id": "mise-docs-62",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev",
    "excerpt": "Set when you enter, gone when you leave.",
    "fetchedAt": "2026-09-04T21:08:18.997Z"
  },
  {
    "id": "mise-docs-63",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev",
    "excerpt": "mise bootstrap sets up a new computer from the same file: OS packages, git repos, dotfiles, shell activation, macOS defaults, and services, then your tools.",
    "fetchedAt": "2026-09-04T21:08:18.997Z"
  },
  {
    "id": "mise-docs-64",
    "tier": "claimed-docs",
    "url": "https://mise.jdx.dev",
    "excerpt": "$ mise ls --current\n\nTool   Version   Source\n\nbun    1.2.20    ~/work/dashboard/mise.toml",
    "fetchedAt": "2026-09-04T21:08:18.997Z"
  },
  {
    "id": "mise-comm-1",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/42347917",
    "excerpt": "Finally I can retire makefiles in my python projects",
    "fetchedAt": "2026-09-04T21:11:16.157Z"
  },
  {
    "id": "mise-comm-2",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/42347917",
    "excerpt": "I recently switched to Mise for all of my JS, ruby, python, and java sdk management needs... Not having to install RVM, NVM, some toxic brew of python installers... has been such a breath of fresh air.",
    "fetchedAt": "2026-09-04T21:11:16.157Z"
  },
  {
    "id": "mise-comm-3",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/42347917",
    "excerpt": "I'm using it to unify my teams toolchain without resorting to nix or running everything in docker... the DX of mise is too good. Tasks are really nice too, all my repo scripts now have completions.",
    "fetchedAt": "2026-09-04T21:11:16.157Z"
  },
  {
    "id": "mise-comm-4",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/42347917",
    "excerpt": "Just using mise as a drop-in asdf replacement has been delightful. Same functionality but much snappier with better ux",
    "fetchedAt": "2026-09-04T21:11:16.157Z"
  },
  {
    "id": "mise-comm-5",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/42347917",
    "excerpt": "Tbh just having to install node ensures I'll never use this. At least use something like python that's already on my system!",
    "fetchedAt": "2026-09-04T21:11:16.157Z"
  },
  {
    "id": "mise-comm-6",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/42347917",
    "excerpt": "Lately I was thinking 'what's the best way to integrate/use a task runner like mise in a github actions workflow'. Looking at the workflow files in the mise repository it seems like they gave up and just put in a few run: mise steps.",
    "fetchedAt": "2026-09-04T21:11:16.157Z"
  },
  {
    "id": "mise-comm-7",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/42347917",
    "excerpt": "Ignoring the task runner stuff, Mise is great just as a 'better asdf'. It allows many more package sources (including pipx, go and cargo)",
    "fetchedAt": "2026-09-04T21:11:16.157Z"
  },
  {
    "id": "mise-comm-8",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/42347917",
    "excerpt": "`mise use uv`, there, I fixed it for you. Mise actually has a great integration with uv, like auto venv activation.",
    "fetchedAt": "2026-09-04T21:11:16.157Z"
  },
  {
    "id": "mise-comm-9",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/45491621",
    "excerpt": "I use mise and mostly like it. It has simplified my workflow for managing environments. But I don't need a task runner... I like my tools to 'do one thing well'.",
    "fetchedAt": "2026-09-04T21:11:16.157Z"
  },
  {
    "id": "mise-comm-10",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/45491621",
    "excerpt": "yes! I set up a new project with mise. It makes it so much easier for new people to get started without having to do a bunch of manual steps. Awesome tool.",
    "fetchedAt": "2026-09-04T21:11:16.157Z"
  },
  {
    "id": "mise-comm-11",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/45491621",
    "excerpt": "I'm really bullish on mise as a tool. Being able to have one config file to manage tools (node, python, rust, go, etc) as well as a simple makefile replacement makes it incredibly convenient. I feel it's significantly more practical than something like nix which feels like it has a steep learning curve.",
    "fetchedAt": "2026-09-04T21:11:16.157Z"
  },
  {
    "id": "mise-comm-12",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/45491621",
    "excerpt": "Mise has become almost indispensable for me within just a few months, I've rebuilt so much of our tooling around it.",
    "fetchedAt": "2026-09-04T21:11:16.157Z"
  },
  {
    "id": "mise-comm-13",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/45491621",
    "excerpt": "I love mise so much and use it at $DAYJOB to manage a multi-service polyglot monorepo.",
    "fetchedAt": "2026-09-04T21:11:16.157Z"
  },
  {
    "id": "mise-comm-14",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/45491621",
    "excerpt": "I have replaced manual (and tedious) download binary from Github releases and install workflows. Also switched from pyenv to mise for Python which I feel is an improvement in the experience.",
    "fetchedAt": "2026-09-04T21:11:16.157Z"
  },
  {
    "id": "mise-comm-15",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/45491621",
    "excerpt": "i even added some mise config lines to my global gitignore because i often use it in projects by others that don't set up mise config.",
    "fetchedAt": "2026-09-04T21:11:16.157Z"
  },
  {
    "id": "mise-comm-16",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/45491621",
    "excerpt": "Mise still has the edge for what it does [vs Nix/devenv]. It supports pinning exact versions of many more languages than devenv does.",
    "fetchedAt": "2026-09-04T21:11:16.157Z"
  },
  {
    "id": "mise-comm-17",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/45491621",
    "excerpt": "I went looking for an issue to see if they're planning it, but the Mise repo doesn't have issues enabled? And no discussion on the README about why they don't. That doesn't inspire confidence.",
    "fetchedAt": "2026-09-04T21:11:16.157Z"
  },
  {
    "id": "mise-comm-18",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/45491621",
    "excerpt": "I've used the project for a couple years now. I have a ton of confidence in it and I recommend it to everyone... the release frequency and utility of mise speak for itself.",
    "fetchedAt": "2026-09-04T21:11:16.157Z"
  },
  {
    "id": "mise-probe-1",
    "tier": "probe",
    "url": "https://mise.jdx.dev/llms.txt",
    "excerpt": "PROBE llms.txt: HTTP 200 at https://mise.jdx.dev/llms.txt # mise-en-place\n\n> Dev tools, env vars, and tasks in one CLI\n\n## Guides\n\n- [Demo](https://mise.jdx.dev/demo.html): The f",
    "fetchedAt": "2026-09-04T21:11:30.240Z"
  },
  {
    "id": "mise-probe-2",
    "tier": "probe",
    "url": "https://mise.jdx.dev/getting-started.html.md",
    "excerpt": "PROBE docs-md: HTTP 404 at https://mise.jdx.dev/getting-started.html.md",
    "fetchedAt": "2026-09-04T21:11:30.240Z"
  },
  {
    "id": "mise-probe-3",
    "tier": "probe",
    "url": "https://mise.jdx.dev/openapi.json",
    "excerpt": "PROBE openapi: all candidate paths 404 (https://mise.jdx.dev/openapi.json, https://mise.jdx.dev/swagger.json, https://mise.jdx.dev/api/openapi.json, https://mise.jdx.dev/.well-known/openapi.json)",
    "fetchedAt": "2026-09-04T21:11:30.240Z"
  },
  {
    "id": "mise-probe-4",
    "tier": "probe",
    "url": "https://mise.jdx.dev/cli/",
    "excerpt": "official CLI documented at https://mise.jdx.dev/cli/",
    "fetchedAt": "2026-09-04T21:11:30.240Z"
  }
]
