Munki | |
Logo Size: | 270px |
Developer: | Walt Disney Animation Studios |
Programming Language: | Python |
Operating System: | Mac OS X |
Genre: | Configuration management, DevOps, Infrastructure as Code |
License: | Apache License 2.0 |
Munki is a collection of open-source tools which manage software installation and configuration when used together with a web server-based repository of packages and package metadata. It is typically used by system administrators who need to manage software installations on large numbers of macOS computers, typically in enterprise and education environments.[1] [2] [3]
On the server side, Munki can use any web server. You can use any available modern web server on any platform. Modern because some software packages can be over 2GB in size and older web servers have problems serving files of that size. Munki does not require the installation of specific software on the web server, but write permissions for directories and files on the web server are required.
Munki can install software delivered as standard Apple packages - the same kind of packages, that when double-clicked, open in Apple's Installer.app. Munki can also install software from disk images. In many cases, Munki can also remove the software it has installed. Munki can update software it did not install itself. Munki can be configured to install Apple Software Updates. This allows users without admin rights to be able to install available Apple updates. See here for more information.
Munki 3 | macOS version 10.7 "Mountain Lion" and above | |
Munki 2 | macOS version 10.6 "Snow Leopard" through macOS version 10.13 "High Sierra" | |
Munki 1 | macOS version 10.5 "Leopard" through macOS version 10.9 "Mavericks" |
Most of the data munki needs to function is stored on a web server. Munki uses three types of data:
makecatalogs
tool is used to build catalogs from pkginfo files.Manifests and catalogs are stored on the web server as standard Apple plist files in text format. pkginfo files are also plist-formatted files.