The Easiest Ways to Install and Update All Your Mac Apps

The Easiest Ways to Install and Update All Your Mac Apps

Once you’ve set up your brand new Mac, or done a clean install of macOS on your machine, you can save yourself a lot of time by automating the app install and update process. If you’ve ever used Ninite on Windows, we’re going to show you how to use its alternatives for Mac.

Fast app installs for most people: macapps.link

Screenshot: Pranay Parab

To speed up app installs on your Mac, visit macapps.link. It works like Ninite does on Windows. You look at the list of apps, select the ones you need, and click the Install button at the top. The website generates a code, which you can copy and paste in the Mac’s Terminal app. When you run the command, all the apps you selected will be downloaded and installed one by one. You don’t need to do anything else except paste the licence keys when you open paid apps you’ve just installed.

Macapps.link has a long list of apps on its website, but it doesn’t have all the apps you need, so you’ll still have to manually download and install a few. In addition, while the service has never had any reports of malicious activity, it works by running a “curl | bash” script, which can be a less secure method for downloading apps and links from the internet. If you want to be 100% safe, consider the following alternative.

A more secure alternative: Homebrew

If you are comfortable with using the Terminal on your Mac to install apps, Homebrew is going to make things easy. The only technical know-how you need is the ability to visit the Homebrew website and copy-paste some commands in the Terminal.

Homebrew is a secure way to install both command-line tools and GUI-based apps that everyone uses. Visit the Homebrew website and copy the command under Install Homebrew. It’s this one:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Open Terminal on your Mac, paste that command, and hit Enter. This will begin installing Homebrew on your computer. When the process is complete, you can use simple commands to install and uninstall apps.

If you’re looking to install command-line tools, which includes useful stuff like YouTube downloaders, visit the Homebrew Formulae page. You can click the name of the tool you need and copy the code next to Install command. Run this command in the Terminal to begin installing any tool.

Similarly, you can find the apps most people use on the Homebrew Casks page and follow the same steps to install your favourite apps. Install commands look like this:

brew install yt-dlp

This will install a YouTube downloader on your Mac. You can replace yt-dlp with the name of the app you want to install. To remove these apps, use this command (just replace the name of the app with the one you want to remove):

brew uninstall yt-dlp

Both installing and removing apps can be done directly from the Terminal.

Keep your apps updated easily

Screenshot: Pranay Parab

If you aren’t using the Mac App Store for your apps, manually updating each one can be a pain. If you installed all apps using Homebrew, though, there’s an easy command to let you update all of these apps in one go. First, install the brew-cask-upgrade command-line tool to access the update command. After Homebrew is installed, open Terminal on your Mac and paste this command:

brew tap buo/cask-upgrade

Next, run this command to update all apps in one fell swoop:

brew cu -af

This will automatically check for updates for all apps installed via Homebrew and install these updates one by one — run the command once a week or so from now on to regularly check for updates.

If you don’t like using Homebrew or if your apps cannot be installed using it, consider trying MacUpdater. It’ll automatically scan your Mac for installed apps and help you download and install updates easily. You can scan all apps for free and pay a one-time fee of $US15 ($21) to let the app manage app updates for you.


The Cheapest NBN 50 Plans

It’s the most popular NBN speed in Australia for a reason. Here are the cheapest plans available.

At Gizmodo, we independently select and write about stuff we love and think you'll like too. We have affiliate and advertising partnerships, which means we may collect a share of sales or other compensation from the links on this page. BTW – prices are accurate and items in stock at the time of posting.