Subscribe to receive news and updates from the New York State Education Department.
sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/macOS_HS --nointeraction
Before downloading, understand the context. macOS High Sierra (version 10.13) was released in 2017, focusing on under-the-hood improvements: the new Apple File System (APFS), HEVC video encoding, and Metal 2 graphics.
Version 10.13.5 (Build 17F77) was released in June 2018. Its primary feature was support for AirPlay 2 and Messages in iCloud. It is a crucial milestone because:
Apple no longer serves 10.13.5 directly via the Mac App Store. However, if you previously downloaded it, you can recover it. download macos high sierra 10.13.5 image file -.rdr-
Using Software Update (Terminal):
Apple’s content caching servers keep historic builds. You can try to pull the specific InstallMacOS.pkg for 10.13.5 using curl (though Apple rotates URLs frequently).
# This URL is historical and may 404. It demonstrates the method.
curl -O https://swcdn.apple.com/content/downloads/.../InstallMacOS.pkg
Better approach – Check your Purchased tab:
Convert the .app to a .dmg (or .cdr/.iso): To create a bootable image from the installer app: sudo /Applications/Install\ macOS\ High\ Sierra
# Create a blank disk image
hdiutil create -o /tmp/HighSierra -size 6000m -volname macOS_HS -layout SPUD -fs HFS+J
Warning: macOS system images can contain copyrighted Apple software and may present security risks if obtained from untrusted sources. Prefer official Apple channels when possible.
Error 1: "This copy of the Install macOS High Sierra application is damaged"
Error 2: "The file .rdr is not recognized" Better approach – Check your Purchased tab:
Error 3: Can't find 10.13.5 (only 10.13.6)
If you're experiencing difficulties or your current macOS version isn't compatible with the latest software, consider reaching out to Apple Support or visiting an authorized service provider for assistance. They can offer guidance tailored to your specific situation.
I notice you’re asking for a download review of a “macOS High Sierra 10.13.5 image file” with a reference to -.rdr- (which looks like a typo or placeholder — perhaps you meant .dmg, .iso, or .cdr?).
Here’s my honest review and warning:
Apple no longer lists old macOS versions prominently, but you can still get them:
© 2015 - 2025 New York State Education Department

