| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| mas-4.1.1-arm64.pkg | 2025-12-18 | 942.7 kB | |
| mas-4.1.1-x86_64.pkg | 2025-12-18 | 959.5 kB | |
| README.md | 2025-12-18 | 2.4 kB | |
| v4.1.1_ Install_update _ other fixes source code.tar.gz | 2025-12-18 | 147.3 kB | |
| v4.1.1_ Install_update _ other fixes source code.zip | 2025-12-18 | 211.0 kB | |
| Totals: 5 Items | 2.3 MB | 4 | |
get,install,lucky, &update: numerous fixes including:- Properly updating App Store upon app installation/upgrade
- Improved concurrency
- Replace existing app receipt
- App Store & macOS regions: for each macOS region without an App Store, map to a default App Store specific to that region
config: binary slice architecture detection- Avoid a JSON parsing error
- arm64 pkg installer no longer require Rosetta to be installed
- Standardized error output formatting
- Cleanup
What's Changed
🚀 Features
- Include mas binary slice architectures & Mac CPU architecture in
configoutput by @rgoldberg in https://github.com/mas-cli/mas/pull/1119
🐛 Bug Fixes
- Map each macOS region that does not have an App Store to a region that does have an App Store by @rgoldberg in https://github.com/mas-cli/mas/pull/1118
- Improve concurrency by @rgoldberg in https://github.com/mas-cli/mas/pull/1120
- json parsing by @rgoldberg in https://github.com/mas-cli/mas/pull/1121
- Register installed / updated apps with Launch Services to fix incorrect App Store app page button states by @rgoldberg in https://github.com/mas-cli/mas/pull/1122
- Improve app install/update output by @rgoldberg in https://github.com/mas-cli/mas/pull/1124
- Delete existing receipt during update by @rgoldberg in https://github.com/mas-cli/mas/pull/1125
- No longer require Rosetta for arm64 pkg installer by @rgoldberg in https://github.com/mas-cli/mas/pull/1126
- Fix accurate outdated app detection by @rgoldberg in https://github.com/mas-cli/mas/pull/1130
Changes
- Make
Error:prefix red & underlined for argument-parsing errors by @rgoldberg in https://github.com/mas-cli/mas/pull/1101 - Cleanup by @rgoldberg in https://github.com/mas-cli/mas/pull/1117
- Rename
configfromasdist, etc. by @rgoldberg in https://github.com/mas-cli/mas/pull/1129 - Conform multiple types to
Sendableby @rgoldberg in https://github.com/mas-cli/mas/pull/1132 - Update Swift Argument Parser to 1.7.0 by @rgoldberg in https://github.com/mas-cli/mas/pull/1135
- Update
Package.resolvedby @rgoldberg in https://github.com/mas-cli/mas/pull/1137 - Improve
configslices output by @rgoldberg in https://github.com/mas-cli/mas/pull/1139
Full Changelog: https://github.com/mas-cli/mas/compare/v4.1.0...v4.1.1