Skip to content

Add support for mise package manager #127

@jonasherfort

Description

@jonasherfort

Summary

Add support for mise as a backend package manager.

What is mise?

mise is a polyglot tool version manager that manages development tools like Node.js, Python, Ruby, Go, etc. It's a popular replacement for asdf, nvm, pyenv, and similar tools.

Why add it?

  • Currently listed in the wishlist section with "no attempt made yet"
  • Popular and actively maintained tool manager
  • Would provide unified management of development environments

Expected implementation

Basic backend support with standard metapac operations:

  • Install/uninstall packages via mise install/mise uninstall
  • Query installed packages via mise ls
  • Update packages via mise upgrade

This would allow users to manage their mise tools declaratively through metapac group files.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions