Browse free open source Installers and projects for Mac below. Use the toggles on the left to filter open source Installers by OS, license, language, programming language, and project status.

  • Stay in Flow. Let Zenflow Handle the Heavy Lifting. Icon
    Stay in Flow. Let Zenflow Handle the Heavy Lifting.

    Your AI engineering control center. Zenflow turns specs into shipped features using parallel agents and multi-repo intelligence.

    Zenflow is your engineering control center, turning specs into shipped features. Parallel agents handle coding, testing, and refactoring with real repo context. Multi-agent workflows remove bottlenecks and automate routine work so developers stay focused and in flow.
    Try free now
  • Auth0 for AI Agents now in GA Icon
    Auth0 for AI Agents now in GA

    Ready to implement AI with confidence (without sacrificing security)?

    Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
    Start building today
  • 1

    PINN

    PINN is an enhancement of NOOBS

    PINN is an enhancement of NOOBS for the Raspberry Pi. It allows the installation of MULTIPLE OSes on the same SD/HDD/SSD device with an OS chooser when booting. Built-in Admin tools allow you to backup & restore your OSes and fix OS problems by including basic disk checking, password changing, and a command shell.
    Leader badge
    Downloads: 70,633 This Week
    Last Update:
    See Project
  • 2
    Zero Install
    Zero Install is a decentralised cross-distribution software installation system. Create one package that works everywhere! With dependency handling and automatic updates, full support for shared libraries, and integration with native package managers
    Leader badge
    Downloads: 1,708 This Week
    Last Update:
    See Project
  • 3

    git-osx-installer (abandoned)

    The official stand-alone installer for Git on OS X

    This was once the official stand-alone installer for Git on OS X. You can install git from official Apple packages, where sideloading is not necessary. Install via ``` xcode-select --install ```
    Leader badge
    Downloads: 996 This Week
    Last Update:
    See Project
  • 4

    Yet Another Java Service Wrapper

    Install java, groovy and native applications as services or daemons

    YAJSW is an Apache licensed pure java alternative for tanuki java service wrapper. It implements a multitude of additional functions and can be easily extended with groovy scripts. JSW configurations can be easily ported.
    Leader badge
    Downloads: 503 This Week
    Last Update:
    See Project
  • Run applications fast and securely in a fully managed environment Icon
    Run applications fast and securely in a fully managed environment

    Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of scalable infrastructure.

    Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
    Try for free
  • 5
    Windows Install

    Windows Install

    Installing Windows from macOS. Suitable for Hackintosh and Macintosh

    The Windows Install.app program allows you to install Windows directly from the Mac OS system. There is no need to create an installation flash drive. Suitable for Hackintosh and Macintosh (install drivers yourself). Possibility to make a backup. There is a drag and drop support function. Compatible with Mac OS X 10.13 and up. The utilities used are wimlib and ntfs-3g and others.
 Disk access must be granted (shown in the screenshot) The user must be an administrator and the password must be from the administrator. Intel only! Training video - https://youtu.be/tebSRJhSWcg For questions and suggestions: https://sourceforge.net/p/windows-install/discussion/general/ https://www.insanelymac.com/forum/topic/348077-install-windows-on-mac-no-bootcamp/#comment-2789286 https://forums.macrumors.com/threads/installing-windows-10-in-legacy-bios-mode-in-cmp-with-boot-camp-assistant.2386309/ Thanks to Joseph P. Zeller and his https://github.com/jpz4085/
    Leader badge
    Downloads: 808 This Week
    Last Update:
    See Project
  • 6
    Arch Installer

    Arch Installer

    Arch Linux installer - guided, templates etc.

    Just another guided/automated Arch Linux installer with a twist. The installer also doubles as a python library to install Arch Linux and manage services, packages, and other things inside the installed system (Usually from a live medium).
    Downloads: 26 This Week
    Last Update:
    See Project
  • 7
    Java Service Wrapper
    Configurable tool which allows Java applications to be installed and controlled like native NT or Unix services. Includes fault correction software to automatically restart crashed or frozen JVMs. Critical when app is needed 24x7. Built for flexibility.
    Leader badge
    Downloads: 119 This Week
    Last Update:
    See Project
  • 8
    Fink

    Fink

    macOS package manager

    Fink brings the full world of Unix Open Source software to Darwin and macOS. Packages are downloaded and built automatically and installed into a tree managed by dpkg, all with full dependency tracking.
    Leader badge
    Downloads: 97 This Week
    Last Update:
    See Project
  • 9
    Both forward-chaining and backward-chaining rules (which may include python code) are compiled into python. Can also automatically assemble python programs out of python functions which are attached to backward-chaining rules. See pyke.sourceforge.ne
    Leader badge
    Downloads: 91 This Week
    Last Update:
    See Project
  • Reach Your Audience with Rise Vision, the #1 Cloud Digital Signage Software Solution Icon
    Reach Your Audience with Rise Vision, the #1 Cloud Digital Signage Software Solution

    K-12 Schools, Higher Education, Businesses, Restaurants

    Rise Vision is the #1 digital signage company, offering easy-to-use cloud digital signage software compatible with any player across multiple screens. Forget about static displays. Save time and boost sales with 500+ customizable content templates for your screens. If you ever need help, get free training and exceptionally fast support.
    Learn More
  • 10
    MySQLTuner

    MySQLTuner

    Script written in Perl to assist with MySQL configurations

    MySQLTuner is a script written in Perl that will assist you with your MySQL configuration and make recommendations for increased performance and stability. The current configuration variables and status data is retrieved and presented in a brief format along with some basic performance suggestions. MySQLTuner supports ~300 indicators for MySQL/MariaDB/Percona Server in this last version. MySQLTuner is maintained and indicator collect is increasing week after week supporting a lot of configuration such as Galera Cluster, TokuDB, Performance schema, Linux OS metrics, InnoDB, MyISAM, Aria, etc. It is extremely important for you to fully understand each change you make to a MySQL database server. If you don't understand portions of the script's output, or if you don't understand the recommendations, you should consult a knowledgeable DBA or system administrator that you trust. Always test your changes on staging environments.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 11

    nsisbi

    NSISBI aims to remove the current 2GB limit found in NSIS.

    NSISBI aims to remove the current 2GB limit found in NSIS. This version adds support for using a separate file for storing the install data, therefore allowing installer sizes up to a theoretical max size of 8EB (this is controlled by NSIS_CONFIG_EXTERNAL_FILE_SUPPORT, this is turned on by default). On versions before 7069-1, the compiler (makensis) is designed to run on 64 bit machines as this is the feature needed to make installers bigger than 2GB. On versions before 7208-1, source files added to the installer are limited to 2GB per file (this is controlled by NSIS_CONFIG_LARGE_FILE_SUPPORT, this is turned on by default). This project is the result of several different experiments focused on relieving the 2GB limit in NSIS, so it's still a work in progress. I'll try to keep it up to date with each major NSIS release.
    Leader badge
    Downloads: 44 This Week
    Last Update:
    See Project
  • 12
    OS X El Capitan

    OS X El Capitan

    Installer App of Mac OS X El Capitan

    Installer App of Mac OS X El-Capitan
    Leader badge
    Downloads: 120 This Week
    Last Update:
    See Project
  • 13
    ievms

    ievms

    Automated installation of the Microsoft IE App Compat virtual machines

    Microsoft provides virtual machine disk images to facilitate website testing in multiple versions of IE, regardless of the host operating system. Unfortunately, setting these virtual machines up without Microsoft's VirtualPC can be extremely difficult. The ievms scripts aim to facilitate that process using VirtualBox on Linux or OS X. With a single command, you can have IE6, IE7, IE8 and IE9 running in separate virtual machines. Install network adapter drivers by opening the drivers CD image in the VM. The IE6 network drivers must be installed upon first boot, or an activation loop will prevent subsequent logins forever. If this happens, restoring to the clean snapshot will reset the activation lock. The VHD archives are massive and can take hours or tens of minutes to download, depending on the speed of your internet connection. You might want to start the install and then go catch a movie, or maybe dinner, or both.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    One-JAR(TM)
    One-JAR(TM) is a simple solution to a vexing problem in Java: how to distribute an application as a single jar-file, when it depends on multiple other jar-files. One-JAR uses a custom classloader to discover library jar files inside the main jar.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 15
    OS X Yosemite

    OS X Yosemite

    Installer App of Mac OS X Yosemite

    Installer App of Mac OS X Yosemite 10.10
    Leader badge
    Downloads: 51 This Week
    Last Update:
    See Project
  • 16

    flash boot builder

    to create bootable usb from windows 7,8,10

    Flash Boot Builder 2020 Program, the second version of installing Windows from the flash with one click and without deleting the existing data or formatting of the flash; the program will allow you to use multiple flash as a folder and data transfer in addition to it being bootable any bootable, since you can install any type of Windows from Flash whether Windows Vista, 7, 8, 8.1 or Windows 10.
    Leader badge
    Downloads: 44 This Week
    Last Update:
    See Project
  • 17
    Quick Uninstaller is a replacement application for Microsoft Windows « Add/Remove programs » utility. With Quick Uninstaller, managing software installed on your computer become faster and easier. NOTE: I will no longer maintain this project.
    Leader badge
    Downloads: 14 This Week
    Last Update:
    See Project
  • 18
    Ultimate Boot CD
    UBCD allows users to run floppy-based diagnostic tools from most CDROM drives on Intel-compatible machines, no operating system required. The cd includes many diagnostic utilities and can also be used to provide shared internet access or browse the web.
    Leader badge
    Downloads: 12 This Week
    Last Update:
    See Project
  • 19
    ERPXE

    ERPXE

    ERPXE - Free Open Source PXE Server

    ERPXE is a complete PXE solution featuring a broad range of recovery tools and various OS installations in one box. ERPXE is a free and open source project, which uses the GNU General Public License version 3. Our primary goal is to make the PXE experience less "painful" for the entire IT society.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 20
    AutoSet

    AutoSet

    Windows Apache/PHP/MariaDB(MySQL) Stack

    오토셋은 윈도우 운영체제에 Apache HTTP Server, PHP, MySQL, CUBRID 등의 서버 제품을 한번에 설치해 주는 기능과 이렇게 설치된 프로그램을 그래픽 사용자 인터페이스(GUI)를 통해 쉽게 설정의 변경, 관리를 할 수 있도록 지원하는 프로그램입니다. AutoSet is a GUI based installer and administrative tool which enables to install Apache HTTP Server, PHP, MySQL, CUBRID and Other packages at once and helps easy set-ups and management. 이 프로그램은 누구나 무료로 다운로드해 사용할 수 있습니다. The program is free to download for anyone.
    Downloads: 20 This Week
    Last Update:
    See Project
  • 21

    Debian Install System

    This command line utility installs Debian system non-interactively.

    PROJECT MOVED: https://github.com/vstavrinov/install-debian ----------------------------------------------------------------------- Boot Live CD, just type install-debian and after 5 minutes You will get bootable system. It supports software RAID and UEFI boot. All settings if not defined in config file or as command line options, will be set to it's defaults either as constant values or evaluated from running system. By default it chooses largest disk for installation. If there are more then one such disk of the same size, it makes RAID array. Separate partitions are used for /boot, and /, and logical volumes for /usr, /var, /tmp and /home. Only minimal disk space are allocated. You should expand (may be done online) logical volumes and file systems when You need to get more disk space. Also there are option to install system into single pre-mount point. In this case partitioning and mounting every part leave on Your own.
    Downloads: 24 This Week
    Last Update:
    See Project
  • 22

    UEFI fdisk

    UEFI fdisk is a disk partitionning tool running under UEFI/BIOS

    UEFI fdisk is a port to UEFI of the famous fdisk partitioning tool from util-linux, see https://github.com/karelzak/util-linux . Now since this program runs directly under UEFI shell you don't need to *boot* the system to edit partition tables.
    Downloads: 19 This Week
    Last Update:
    See Project
  • 23
    Unattended Resolution in A Nutshell - OS
    Unattended installation of several Linux(kickstart,preseed,autoyast) and Windows(2000,XP,2003,2003R2,Vista,7,8,,10,112008,2012,2016,2019,2022,2025). Features: inventory, software management, dhcp-ldap, dns-ldap, php-ssh, syslog-ng, rsyslog, switch managment, ldap browser, pxe manager, central cron management, license management, guacomole integration.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 24
    OS X Mountain Lion

    OS X Mountain Lion

    Installer Application of Mac OS X Mountain Lion

    Installer Application of Mac OS X Mountain Lion 10.8 .app
    Leader badge
    Downloads: 16 This Week
    Last Update:
    See Project
  • 25
    PC BIOS Boot Manager _within_ the Master Boot Record (MBR) Displays list of partitions and let user choose the booting partition.
    Downloads: 14 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next