Arch Linux Support
We are working on adding Arch Linux packages support, however, you can still manually install MufiZ on Arch Linux. Stay tuned for more updates.
# Need to replace {target} with the target triplet of your system$ wget https://github.com/Mufi-Lang/MufiZ/releases/download/v0.8.0/mufiz_0.8.0_{target}.zip$ unzip mufiz_0.8.0_{target}.zip$ sudo mv mufiz /usr/local/bin$ mufiz --version
You can use the following command to install MufiZ on your system with our official script installer:
# Install MufiZ and mufizupcurl -fsSL https://raw.githubusercontent.com/Mufi-Lang/installer/main/installer.sh | sudo sh -s install
# After installation, you can use mufizup directly:sudo mufizup update # Update MufiZsudo mufizup remove # Remove MufiZ and mufizup
Supported distributions:
Supported architectures:
amd64
i386
arm64
mipsel
mips64el
mips
powerpc
$ curl -s https://packagecloud.io/install/repositories/Mustafif/MufiZ/script.deb.sh | sudo bash$ sudo apt install mufiz
Supported distributions:
Supported architectures:
x86_64
i386
aarch64
ppc64
ppc64le
mipsel
mips64el
mips64
mips
riscv64
$ 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
Arch Linux Support
We are working on adding Arch Linux packages support, however, you can still manually install MufiZ on Arch Linux. Stay tuned for more updates.