Installation Guide
Package Managers
$ curl -s https://packagecloud.io/install/repositories/Mustafif/MufiZ/script.deb.sh | sudo bash
$ sudo apt install mufiz
Supported
Architectures |
amd64 |
i386 |
arm64 |
mipsel |
mips64el |
mips |
powerpc |
Supported OS |
Debian 12 (Bookworm) |
Debian 13 (Trixie) |
Debian 14 (Forky) |
Ubuntu 22.04 (Jammy) |
Ubuntu 24.04 (Noble) |
$ curl -s https://packagecloud.io/install/repositories/Mustafif/MufiZ/script.rpm.sh | sudo bash
$ sudo yum install mufiz-{version}-1.{arch} # starts from version 0.6.0
Where {arch}
is the following supported architectures:
Supported
Architectures |
x86_64 |
i386 |
aarch64 |
ppc64 |
ppc64le |
mipsel |
mips64el |
mips64 |
mips |
riscv64 |
Supported OS |
Fedora 38 |
Fedora 39 |
Fedora 40 |
openSUSE 42.3 |
We host our own Scoop Bucket at https://github.com/Mustafif/mufi-bucket
Run the following commands to add the bucket and
install Mufi-Lang:
$ scoop bucket add mufi-bucket https://github.com/mustafif/mufi-bucket
$ scoop install mufi-bucket/MufiZ
We host our own Homebrew Tap at https://github.com/Mustafif/homebrew-mufi
Run the following commands to add the tap and
install Mufi-Lang:
$ brew tap mustafif/mufi
$ brew install MufiZ
We support the following targets:
x86_64-linux,
aarch64-macos
(M-Series Macs) and
x86_64-macos (Intel
Macs).
Manual Installation
Debian Package
Download the latest DEB package and use the following
commands:
$ sudo dpkg -i mufiz_{version}_{arch}.deb
RPM Package
Download the latest RPM package and use the following
commands:
$ sudo rpm -i mufiz-{version}-1.{arch}.rpm
Linux/MacOS Zip
Download the latest zip package and use the following
commands:
$ unzip mufiz_{version}_{target}.zip
$ sudo mv mufiz /usr/local/bin
Windows
- Download the
mufiz_{version}_{target}.zip
file from the releases page.
- Extract the zip file to a directory of your choice.
- Add the directory to your PATH environment
variable.
- Open a new terminal and run
mufiz --version
to verify the installation.