Install MufiZ Programming Language

Get started with MufiZ in seconds. Install, update, and manage your MufiZ installation with ease.

Unix/Linux/macOS
curl -fsSL https://install.mufi-lang.org/installer.sh | sudo sh -s install

Note: This will install both MufiZ and mufizup (the MufiZ installer and version manager).

🚀 Quick Installation

Install MufiZ with a single command

🔄 Easy Updates

Keep your MufiZ installation up to date

🗑️ Clean Removal

Uninstall completely when needed

Usage

Install MufiZ

sudo mufizup install

Install the latest version of MufiZ

Update MufiZ

sudo mufizup update

Update to the latest version

Remove MufiZ

sudo mufizup remove

Completely uninstall MufiZ and mufizup

Install Specific Version

sudo mufizup install-version 1.0.0

Install a specific version of MufiZ

List Available Versions

sudo mufizup list-versions

Show all available MufiZ versions

Show Help

mufizup --help

Display usage information

Alternative Installation

If you prefer to download the installer script manually:

Command copied to clipboard!