How can I get iMovie 9 on macOS?

Since the other post asking this question is locked for comments, I created a new Question + Answer here.


You can get it official, from Apple. No need to visit shady download sites... you just have to follow some confusing instructions.



The summary is this:


Open Terminal.app and then copy and paste each COMPLETE line from the script below. Each line has a comment above explaining what that line does.


# 1. Download the iMovie 9.0.9 update package ( https://support.apple.com/kb/DL1574 )
curl 'https://updates.cdn-apple.com/2019/cert/041-98154-20191017-1fbef983-8d87-49af-83b1-edecc007ce2e/iMovie9.0.9Update.dmg' -o ~/Downloads/iMovie9.0.9Update.dmg

# 2. Mount the dmg
open ~/Downloads/iMovie9.0.9Update.dmg

# 3. Expand (unarchive) the pkg
pkgutil --expand /Volumes/iMovie\ 9.0.9/iMovie9.0.9Update.pkg ~/Downloads/iMovie/

# 4. Rename `Payload` to `Payload.zip`
mv ~/Downloads/iMovie/iMovie9.0.9Update.pkg/Payload ~/Downloads/iMovie/iMovie9.0.9Update.pkg/Payload.zip

# 5. Unpack `Payload.zip` (to `Payload 2`)
open ~/Downloads/iMovie/iMovie9.0.9Update.pkg/Payload.zip

# 6. Move `iMovie.app` to the `Applications` folder
mv ~/Downloads/iMovie/iMovie9.0.9Update.pkg/Payload\ 2/Applications/iMovie.app /Applications/iMovie\ 9.0.9.app

# Enjoy!
open /Applications/iMovie\ 9.0.9.app


If the download link doesn't work (the "curl" step), download it from the web page instead:


Posted on Dec 23, 2019 9:20 PM

Reply

Similar questions

There are no replies.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

How can I get iMovie 9 on macOS?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.