ollama like cli tool for MLX models on huggingface (pull, rm, list, show, serve etc.)

2 Open Issues Need Help Last updated: Sep 10, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The `mlxk health` command currently requires the `--all` flag to function, contrary to the documentation. The desired behavior is for `mlxk health` to default to checking all models, making the `--all` flag optional or deprecated, aligning with user expectations and the README.

Complexity: 1/5
enhancement good first issue

ollama like cli tool for MLX models on huggingface (pull, rm, list, show, serve etc.)

Python

AI Summary: The `mlxk list` command currently requires exact model names, making it difficult for users to discover models. This issue proposes adding partial name filtering (fuzzy matching) so that commands like `mlxk list Phi-3` would display all models containing "Phi-3" in their name, improving user experience. An alternative is to update the README to reflect the current exact-match behavior.

Complexity: 1/5
enhancement good first issue

ollama like cli tool for MLX models on huggingface (pull, rm, list, show, serve etc.)

Python