mas icon indicating copy to clipboard operation
mas copied to clipboard

:package: Mac App Store command line interface

Results 202 mas issues
Sort by recently updated
recently updated
newest added

I saw that the version 2.0 release message says `mas now requires macOS 10.15 (Catalina) or newer.` However running the pre-built binaries will complain `@rpath/libswift_Concurrency.dylib could not be loaded`, this...

๐Ÿงฝ chore
๐ŸงŠ backlog
๐Ÿ” investigation

Increase mas's minimum supported macOS version from 10.15 Catalina to 13 Ventura. This should be done only on the release of a major version. ## Benefits The known benefits of...

๐Ÿ“š dependencies

## Your Environment - `mas version`: 1.8.7 - macOS: System Version: macOS 15.1 (24B83) Kernel Version: Darwin 24.1.0 ### mas Install Method `brew install mas` (homebrew-core) ## Describe the Bug...

๐Ÿ› bug
๐Ÿ” investigation

### mas version v1.8.8-beta.13 ### macOS version 15.1.1 ### macOS build version 24B91 ### Processor Apple M3 Max ### mas installation method Homebrew core (brew install mas) ### mas installation...

๐Ÿ› bug
๐Ÿ” investigation

## Your Environment - `mas version`: 1.8.7 - macOS version (`system_profiler SPSoftwareDataType -detailLevel mini`): macOS 14.7 (23H124) ### mas Install Method `brew install mas` (homebrew-core) ## Describe the Bug When...

๐Ÿ–จ output
๐Ÿงน cleanup

### mas config ```text mas โ–โ–โ–โ– 1.9.0 arch โ–โ–โ– arm64 from โ–โ–โ– homebrew/core/mas origin โ– https://github.com/mas-cli/mas.git rev โ–โ–โ–โ– a5a928a2e6a28a5c751bca7f63f26b06cede8197 driver โ– 1.115 swift โ–โ– 6.0.2 (swiftlang-6.0.2.1.2 clang-1600.0.26.4) region โ– IN...

๐Ÿ› bug
๐Ÿ” investigation

### Problem(s) addressed If I run a simple shell script to install apps such as: ```bash #! /usr/bin/env bash # purchases App Store software. # Bitwarden mas purchase 1352778147 #...

๐Ÿ†• feature request
๐Ÿ” investigation

Many expats including myself have multiple Apple accounts from multiple country app stores. There is no easy way Apple provides us to update our apps. The App Store app keeps...

๐Ÿ†• feature request
๐ŸงŠ backlog

### Problem(s) addressed Currently when purchasing from the App Store if host system is lower than the current minimum it will give the error to update your OS to download...

๐Ÿ†• feature request
๐ŸงŠ backlog
๐Ÿ” investigation

Refactor `SearchResult` / create an adapter to provide correct property names. e.g., `adamID` would replace `trackId`. Provide an adhoc property that exposes JSON that is in addition to the expected...

๐Ÿงฝ chore