All Projects → scriptingosx → DownloadFullInstaller

scriptingosx / DownloadFullInstaller

Licence: other
macOS application written in SwiftUI that downloads installer pkgs for the Install macOS Big Sur application.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to DownloadFullInstaller

Installomator
Installation script to deploy standard software on Macs
Stars: ✭ 472 (-30.38%)
Mutual labels:  installer, pkg
open2fa
Two-factor authentication app with import/export for iOS and macOS. All codes encrypted with AES 256. FaceID & TouchID support included. Written with love in SwiftUI ❤️
Stars: ✭ 24 (-96.46%)
Mutual labels:  swiftui
magento2-installer-bash-script
Simplistic Magento 2 Installer Bash Script
Stars: ✭ 38 (-94.4%)
Mutual labels:  installer
ScaledFont
ScaledFont - Using custom fonts with dynamic type
Stars: ✭ 50 (-92.63%)
Mutual labels:  swiftui
PineappleTimer
Pomodoro timer with 🍍 theme, an independent watchOS 6 app
Stars: ✭ 34 (-94.99%)
Mutual labels:  swiftui
gameshell-setup
Enhance your Gameshell 💪
Stars: ✭ 56 (-91.74%)
Mutual labels:  installer
UrbanVillageProjectScreens
Pretty iOS mobile screens + AVPlayer video view – made in SwiftUI
Stars: ✭ 23 (-96.61%)
Mutual labels:  swiftui
StarWars
Minimal GraphQL based Jetpack Compose, Wear Compose and SwiftUI Kotlin Multiplatform sample (using StarWars endpoint - https://graphql.org/swapi-graphql)
Stars: ✭ 165 (-75.66%)
Mutual labels:  swiftui
Solstice
🌅 An app that tells you how the daylight is changing
Stars: ✭ 41 (-93.95%)
Mutual labels:  swiftui
spotify-deb-install
MOVED: https://gitlab.com/q3aql/spotify-deb-install
Stars: ✭ 15 (-97.79%)
Mutual labels:  installer
zray-installer
Zend Z-Ray Easy Installer for Laravel Homestead
Stars: ✭ 22 (-96.76%)
Mutual labels:  installer
GIGABYTE-B360M AORUS PRO-8700-Hackintosh-OpenCore-EFI
技嘉 B360M AORUS PRO / i7-8700 UHD630 / macOS 12 Monterey / macOS 11 Big Sur / 黑苹果 OpenCore EFI / GIGABYTE B360M AORUS PRO Hackintosh OpenCore EFI
Stars: ✭ 51 (-92.48%)
Mutual labels:  bigsur
mobilePillowTalkLite
An iOS & SwiftUI server monitor tool for linux based machines using remote proc file system with script execution.
Stars: ✭ 421 (-37.91%)
Mutual labels:  swiftui
sync-pkg
Minimalist CLI to sync only basic properties from package.json to bower.json
Stars: ✭ 15 (-97.79%)
Mutual labels:  pkg
nixos-installer
Combining the power of Nix, Guile & Elm to install NixOS
Stars: ✭ 14 (-97.94%)
Mutual labels:  installer
clouds
🌦 A weather app for iOS, written in SwiftUI.
Stars: ✭ 26 (-96.17%)
Mutual labels:  swiftui
Omnia
🗿 Everything your projects need to know
Stars: ✭ 61 (-91%)
Mutual labels:  swiftui
simplyarch
The blazing fast ⚡ Arch Linux ⚡ installation script that puts you on control 🌟
Stars: ✭ 38 (-94.4%)
Mutual labels:  installer
AudioKitUI
Controls and Visualization for AudioKit apps
Stars: ✭ 126 (-81.42%)
Mutual labels:  swiftui
v2ray-deb
v2ray debian/ubuntu安装包
Stars: ✭ 143 (-78.91%)
Mutual labels:  installer

Download Full Installer

   

This is a Swift UI implementation of my fetch-installer-pkg script. It will list the full macOS Big Sur (and later) installer pkgs available for download in Apple's software update catalogs.

You can then choose to download one of them.

Motivation

You may want to download the installer pkg instead of the installer application directly, because you want to re-deploy the installer application with a management system, such as Jamf.

Since the Big Sur macOS installer application contains a single file larger than 8GB, normal packaging tools will fail. I have described the problem and some solutions in detail in this blog post.

Extras

  • Copy the download URL for a given installer pkg from the context menu.

  • Change the seed program in the Preferences window.

Questions

Is this different than the fetch-installer-pkg script?

Not really, other than it is a UI app and written in Swift and SwiftUI instead of a command line script written in python. I used this as a project to learn more about SwiftUI.

Can this download older versions of the macOS installer application?

No. Apple only provides installer pkgs for Big Sur and later. Earlier versions of the Big Sur installer are removed regularly.

Will you update this so it can download older versions?

No.

How is this different than softwareupdate or installinstallmacOS.py

As far as I can tell, this downloads the same pkg as softwareupdate --fetch-full-installer and installinstallmacOS.py.

The difference is that the other tools then immediately perform the installation so that you get the installer application in the /Applications folder. This tool just downloads the pkg, so you can use it in your management system, archive the installer pkg, or manually run the installation.

Credit

Both fetch-installer-pkg and this application are based on Greg Neagle's installinstallmacos.py script.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].