Mingling CLI

Scaffold — generate projects with proj-init
Manage — install, enable, and inspect packages
Updatemling keeps itself fresh

How to use

Download

Choose the package for your platform and download the latest build.

Packages are built on every push to main and published here automatically.

Install

Extract the package and load the bundled environment script — it adds bin/ to PATH and enables shell completion.

# Linux / macOS (zsh, bash, fish)
tar -xzf mling-linux.tar.gz
source load_mling.sh

# Windows (PowerShell)
tar -xzf mling-win.tar.gz
.\load_mling.ps1

Update

mling can update itself. It downloads from this page by default, verifies the sha256 checksum, and applies the new version on your next invocation.

# Update to the latest build
mling update

# Point it at a custom mirror if needed
mling cfg update-url https://mingling-rs.github.io/mingling/dist
mling update