# Package Manager Support

With `v0.6.0` we wanted to make it easier for you to install Mufi-Lang, and our goal was to at least support one package manager for each operating system. So far, we have successfully completed this goal and have introduced three new Github repos to accomplish this goal. This allows us to be transparent with what's being installed and allows others to contribute if they feel something else can be added to provide extra help.

New Repos:

* [https://github.com/Mustafif/MufiZ-APT](https://github.com/Mustafif/MufiZ-APT)
    
    * This repo contains all of our `.deb` files for the `apt` package manager for Debian-based Linux distros.
        
* [https://github.com/Mustafif/mufi-bucket](https://github.com/Mustafif/mufi-bucket)
    
    * This is our own maintained bucket that contains `MufiZ` Windows systems, and supports installation for `x86_64`, `x86` and `arm64`.
        
    * This is for the `scoop` package manager, and I found this manager to be a lot better than the official `winget` tool.
        
* [https://github.com/Mustafif/homebrew-mufi](https://github.com/Mustafif/homebrew-mufi)
    
    * This is our maintained tap for the `brew` package manager and supports installing both arm and intel Macs, as well as  
        Linux.
        

I hope these efforts help make everyone's lives easier. It was a fun experience learning how to make custom repositories for these managers. Any other multi-platform project I work on will be hosted on these.
