Download Latest Version v6.0.1_ Fix --no-check-min-os for inaccurate outdated app detection source code.tar.gz (150.4 kB)
Email in envelope

Get an email when there's a new version of mas-cli

Home / v6.0.0
Name Modified Size InfoDownloads / Week
Parent folder
mas-6.0.0-arm64.pkg 2026-03-09 2.9 MB
mas-6.0.0-x86_64.pkg 2026-03-09 3.2 MB
README.md 2026-03-09 1.7 kB
v6.0.0_ Improve unindexed app detection _ minimum macOS check source code.tar.gz 2026-03-09 150.3 kB
v6.0.0_ Improve unindexed app detection _ minimum macOS check source code.zip 2026-03-09 212.1 kB
Totals: 5 Items   6.4 MB 0

Added --check-min-os & --no-check-min-os to outdated & update (--check-min-os is the default), which enable/disable (respectively) checking that the running macOS is new enough to install the newest version of the given app.

Removed --accurate-ignore-unknown-apps. This is a break change, hence the new major version.

--check-min-os ignores unknown apps, so --accurate by itself (or with --check-min-os) behaves like --accurate-ignore-unknown-apps, though it also ignores apps whose newest version requires a newer macOS.

--accurate --no-check-min-os behaves like pre-6.0.0 --accurate, as it neither ignores unknown apps nor checks the minimum macOS version.

--no-check-min-os is useful for the rare cases:

  1. when the newest version of the given app requires a newer macOS than is running on your Mac, but another version exists (that is newer than your current version, but older than the newest version) that can install on your macOS
  2. when the iTunes Search web API doesn't know about an app in the App Store (might not ever occur, but is theoretically possible)

What's Changed

🐛 Bug Fixes

Full Changelog: https://github.com/mas-cli/mas/compare/v5.2.0...v6.0.0

Source: README.md, updated 2026-03-09