Mac App Stats
App Opens
{{ prettyInt(data.opensTotal) }}
Lifetime
App Opens
{{ prettyInt(data.opens7) }}
Last 7 days
App Opens
{{ prettyInt(data.opens30) }}
Last 30 days
Installs
{{ prettyInt(data.installsTotal) }}
Lifetime installs
Installs
{{ prettyInt(data.mau) }}
Active this month
Sign-ins
{{ prettyInt(data.signinsTotal) }}
Lifetime
Sign-ins
{{ prettyInt(data.signinsThisMonth) }}
This month
Reports Submitted
{{ prettyInt(data.reportsTotal) }}
Lifetime
Reports Submitted
{{ prettyInt(data.reportsThisMonth) }}
This month
Mac App
Architecture
| Architecture | Installs |
|---|---|
| Apple Silicon | {{ prettyInt(data.archAppleSilicon) }} |
| Intel | {{ prettyInt(data.archIntel) }} |
Mac App
App Versions
Loading...
| Version | Installs |
|---|---|
| {{ item.version }} | {{ prettyInt(item.count) }} |
Mac App
macOS Versions
Loading...
| macOS | Installs |
|---|---|
| {{ item.name }} | {{ prettyInt(item.count) }} |
Mac App
Mac Models
Loading...
| # | Model | Installs |
|---|---|---|
| {{ $index + 1 }} | {{ item.model }} | {{ prettyInt(item.count) }} |