Skip to content

[BUG] Media detection no longer works on macOS 15.4 #1737

@Red6785

Description

@Red6785

Read the FAQ first

  • I have checked the FAQ but the issue is not covered

Description

On macOS 15.4, media detection no longer works. This is because of some changes Apple made to the Now Playing API. See more info here. I saw a project that re-enables it by disabling SIP here, but that doesn't seem like a good path forward. If you check the open pull request on this repository, it seems that there's some workaround that doesn't require disabling SIP through using AppleScript.

Version used

fastfetch 2.42.0 (aarch64)

Bug prevalence

Always

Regression

No

Installation

Package manager

Package manager

brew

Screenshots

No response

Configuration

{
    "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
    "logo": {
        "source": "~/.config/fastfetch/images/binah.png",
        "type": "kitty",
        "height": 30,
        "width": 38,
        "padding": {
            "left": 3
        }
    },
    "modules": [
        "break",
        {
            "type": "custom",
            "format": "\u001b[33m┌──────────────────────Hardware──────────────────────┐"
        },
        {
            "type": "host",
            "key": " PC",
            "keyColor": "red",
            "format": "MacBook Pro (14-inch, 2024)"
        },
        {
            "type": "cpu",
            "key": "│ ├",
            "showPeCoreCount": true,
            "keyColor": "red"
        },
        {
            "type": "gpu",
            "key": "│ ├󰢮",
            "keyColor": "red"
        },
        {
            "type": "memory",
            "key": "│ ├",
            "keyColor": "red"
        },
        {
            "type": "disk",
            "key": "│ └",
            "keyColor": "red",
            "format": "{1} / {2} ({3}) - {9}"
        },
        {
            "type": "custom",
            "format": "\u001b[33m└────────────────────────────────────────────────────┘"
        },
        "break",
        {
            "type": "custom",
            "format": "\u001b[33m┌──────────────────────Software──────────────────────┐"
        },
        {
            "type": "os",
            "key": "󰀵 OS",
            "keyColor": "green"
        },
        {
            "type": "kernel",
            "key": "│ ├",
            "keyColor": "green"
        },
        {
            "type": "packages",
            "key": "│ ├󰏖",
            "keyColor": "green"
        },
        {
            "type": "terminal",
            "key": "│ ├",
            "keyColor": "green"
        },
        {
            "type": "shell",
            "key": "└ └",
            "keyColor": "green"
        },
        "break",
        {
            "type": "de",
            "key": " DE",
            "keyColor": "blue"
        },
        {
            "type": "lm",
            "key": "│ ├",
            "keyColor": "blue"
        },
        {
            "type": "wm",
            "key": "│ ├",
            "keyColor": "blue"
        },
        {
            "type": "wmtheme",
            "key": "│ ├󰉼",
            "keyColor": "blue"
        },
        {
            "type": "font",
            "key": "│ ├",
            "keyColor": "blue"
        },
        {
            "type": "cursor",
            "key": "│ ├󰆿",
            "keyColor": "blue"
        },
        {
            "type": "custom",
            "format": "\u001b[33m└────────────────────────────────────────────────────┘"
        },
        "break",
        {
            "type": "custom",
            "format": "\u001b[33m┌───────────────────Miscellaneous────────────────────┐"
        },
        {
            "type": "uptime",
            "key": "  Uptime",
            "keyColor": "magenta"
        },
        {
            "type": "command",
            "text": "battery",
            "shell": "/opt/homebrew/bin/fish",
            "key": "  Battery",
            "keyColor": "magenta"
        },
        {
            "type": "media",
            "key": "  Music",
            "keyColor": "magenta",
            "format": "{1} - {4}"
        },
        {
            "type": "datetime",
            "key": "  Date and Time",
            "keyColor": "magenta",
            "format": "{3}/{11}/{1} - {14}:{18} {22}"
        },
        {
            "type": "custom",
            "format": "  A star can only truly be seen in the darkness...",
            "outputColor": "cyan"
        },
        {
            "type": "custom",
            "format": "\u001b[33m└────────────────────────────────────────────────────┘"
        },
        {"type": "colors",
        "paddingLeft": 20,
        "symbol": "star"
        },
        "break"
    ]
}

System information

[
  {
    "type": "Title",
    "result": {
      "userName": "red",
      "fullUserName": "Red",
      "hostName": "binah",
      "homeDir": "/Users/red/",
      "exePath": "/opt/homebrew/Cellar/fastfetch/2.42.0/bin/fastfetch",
      "userShell": "/opt/homebrew/bin/fish"
    },
    "stat": 0.006000041961669922
  },
  {
    "type": "Separator",
    "error": "Unsupported for JSON format",
    "stat": 0.0009999275207519531
  },
  {
    "type": "OS",
    "result": {
      "buildID": "24E263",
      "codename": "Sequoia",
      "id": "macos",
      "idLike": "",
      "name": "macOS",
      "prettyName": "",
      "variant": "",
      "variantID": "",
      "version": "15.4.1",
      "versionID": "15.4.1"
    },
    "stat": 0.8110001087188721
  },
  {
    "type": "Host",
    "result": {
      "family": "Mac16,8",
      "name": "MacBook Pro (14-inch, 2024, Three Thunderbolt 5 ports)",
      "version": "",
      "sku": "",
      "vendor": "Apple Inc.",
      "serial": "L7LQNWTWMC",
      "uuid": "3375FE6A-180A-551A-A318-2543E55A9004"
    },
    "stat": 0.2990000247955322
  },
  {
    "type": "BIOS",
    "result": {
      "date": "Fri Apr 11 18:24:45 PDT 2025",
      "release": "",
      "vendor": "Apple Inc.",
      "version": "11881.101.1",
      "type": "iBoot"
    },
    "stat": 0.9670000076293945
  },
  {
    "type": "Bootmgr",
    "result": {
      "name": "iBoot",
      "firmware": "/System/Library/CoreServices/boot.efi",
      "order": 0,
      "secureBoot": false
    },
    "stat": 1.3020000457763672
  },
  {
    "type": "Board",
    "result": {
      "name": "J614sAP",
      "vendor": "Apple Inc.",
      "version": "",
      "serial": ""
    },
    "stat": 0.21499991416931152
  },
  {
    "type": "Chassis",
    "result": {
      "type": "Laptop",
      "vendor": "Apple Inc.",
      "version": "",
      "serial": ""
    },
    "stat": 0.14500021934509277
  },
  {
    "type": "Kernel",
    "result": {
      "architecture": "arm64",
      "name": "Darwin",
      "release": "24.4.0",
      "version": "Darwin Kernel Version 24.4.0: Fri Apr 11 18:32:50 PDT 2025; root:xnu-11417.101.15~117/RELEASE_ARM64_T6041",
      "displayVersion": "",
      "pageSize": 16384
    },
    "stat": 0.0019998550415039062
  },
  {
    "type": "InitSystem",
    "result": {
      "name": "launchd",
      "exe": "/sbin/launchd",
      "version": "7.0.0",
      "pid": 1
    },
    "stat": 13.553000211715698
  },
  {
    "type": "Uptime",
    "result": {
      "uptime": 1166253239,
      "bootTime": "2025-04-22T09:14:20.943-0500"
    },
    "stat": 0.3279998302459717
  },
  {
    "type": "Loadavg",
    "result": [
      1.84130859375,
      2.30908203125,
      2.89599609375
    ],
    "stat": 0.005000114440917969
  },
  {
    "type": "Processes",
    "result": 768,
    "stat": 0.08500003814697266
  },
  {
    "type": "Packages",
    "result": {
      "all": 248,
      "amSystem": 0,
      "amUser": 0,
      "apk": 0,
      "brew": 196,
      "brewCask": 52,
      "choco": 0,
      "dpkg": 0,
      "emerge": 0,
      "eopkg": 0,
      "flatpakSystem": 0,
      "flatpakUser": 0,
      "guixSystem": 0,
      "guixUser": 0,
      "guixHome": 0,
      "hpkgSystem": 0,
      "hpkgUser": 0,
      "linglong": 0,
      "mport": 0,
      "nixDefault": 0,
      "nixSystem": 0,
      "nixUser": 0,
      "opkg": 0,
      "pacman": 0,
      "pacstall": 0,
      "paludis": 0,
      "pisi": 0,
      "pkg": 0,
      "pkgtool": 0,
      "pkgsrc": 0,
      "qi": 0,
      "macports": 0,
      "rpm": 0,
      "scoop": 0,
      "snap": 0,
      "soar": 0,
      "sorcery": 0,
      "winget": 0,
      "xbps": 0,
      "pacmanBranch": ""
    },
    "stat": 1.116999864578247
  },
  {
    "type": "Shell",
    "result": {
      "exe": "/opt/homebrew/bin/fish",
      "exeName": "fish",
      "exePath": "/opt/homebrew/bin/fish",
      "pid": 50591,
      "ppid": 50590,
      "processName": "fish",
      "prettyName": "fish",
      "version": "4.0.2",
      "tty": 0
    },
    "stat": 5.611999988555908
  },
  {
    "type": "Editor",
    "error": "$VISUAL or $EDITOR not set",
    "stat": 0.006999969482421875
  },
  {
    "type": "Display",
    "result": [
      {
        "id": 1,
        "name": "Color LCD",
        "primary": true,
        "output": {
          "width": 3024,
          "height": 1964,
          "refreshRate": 120.0
        },
        "scaled": {
          "width": 1512,
          "height": 982
        },
        "preferred": {
          "width": 3024,
          "height": 1964,
          "refreshRate": 120.0
        },
        "physical": {
          "width": 302,
          "height": 196
        },
        "rotation": 0,
        "bitDepth": 10,
        "hdrStatus": "Supported",
        "type": "Builtin",
        "manufactureDate": null,
        "serial": 4251086178,
        "platformApi": "CoreGraphics"
      }
    ],
    "stat": 38.007000207901
  },
  {
    "type": "Brightness",
    "result": [
      {
        "name": "Color LCD",
        "max": 1.0,
        "min": 0.0,
        "current": 0.43038350343704224,
        "builtin": true
      }
    ],
    "stat": 1.0879998207092285
  },
  {
    "type": "Monitor",
    "error": "Monitor module is an alias of Display module",
    "stat": 0.0
  },
  {
    "type": "LM",
    "error": "Not supported on this platform",
    "stat": 0.0010001659393310547
  },
  {
    "type": "DE",
    "result": {
      "processName": "",
      "prettyName": "Aqua",
      "version": ""
    },
    "stat": 0.0
  },
  {
    "type": "WM",
    "result": {
      "processName": "WindowServer",
      "prettyName": "Quartz Compositor",
      "protocolName": "",
      "pluginName": "",
      "version": "278.4.7"
    },
    "stat": 0.24399995803833008
  },
  {
    "type": "WMTheme",
    "result": "Multicolor (Dark)",
    "stat": 0.07899999618530273
  },
  {
    "type": "Theme",
    "error": "Not supported on this platform",
    "stat": 0.0009999275207519531
  },
  {
    "type": "Icons",
    "error": "Not supported on this platform",
    "stat": 0.0
  },
  {
    "type": "Font",
    "result": {
      "display": ".AppleSystemUIFont [System], Helvetica [User]",
      "fonts": [
        ".AppleSystemUIFont",
        "Helvetica",
        ".AppleSystemUIFontMonospaced",
        "Menlo"
      ]
    },
    "stat": 2.6689999103546143
  },
  {
    "type": "Cursor",
    "result": {
      "theme": "Fill - Black, Outline - #FFC200FF",
      "size": "32"
    },
    "stat": 0.10300016403198242
  },
  {
    "type": "Wallpaper",
    "result": "/Users/red/Pictures/Wallpapers/BlackandGold1.jpg",
    "stat": 0.9300000667572021
  },
  {
    "type": "Terminal",
    "result": {
      "processName": "ghostty",
      "exe": "/Applications/Ghostty.app/Contents/MacOS/ghostty",
      "exeName": "ghostty",
      "exePath": "/Applications/Ghostty.app/Contents/MacOS/ghostty",
      "pid": 50589,
      "ppid": 1,
      "prettyName": "ghostty",
      "version": "1.1.3",
      "tty": "/dev/ttys000"
    },
    "stat": 1.0429999828338623
  },
  {
    "type": "TerminalFont",
    "result": {
      "font": {
        "name": "JetBrainsMono Nerd Font Mono",
        "size": "13",
        "styles": [],
        "pretty": "JetBrainsMono Nerd Font Mono (13pt)"
      },
      "fallback": {
        "name": "",
        "size": "",
        "styles": [],
        "pretty": ""
      }
    },
    "stat": 0.7339999675750732
  },
  {
    "type": "TerminalSize",
    "result": {
      "columns": 99,
      "rows": 34,
      "width": 1592,
      "height": 1192
    },
    "stat": 0.003000020980834961
  },
  {
    "type": "TerminalTheme",
    "result": {
      "fg": {
        "r": 255,
        "g": 250,
        "b": 244,
        "dark": false
      },
      "bg": {
        "r": 14,
        "g": 16,
        "b": 25,
        "dark": true
      }
    },
    "stat": 0.10699987411499023
  },
  {
    "type": "CPU",
    "result": {
      "cpu": "Apple M4 Pro",
      "vendor": "Apple",
      "packages": 1,
      "cores": {
        "physical": 14,
        "logical": 14,
        "online": 14
      },
      "frequency": {
        "base": 0,
        "max": 4512
      },
      "coreTypes": [
        {
          "count": 10,
          "freq": 2
        },
        {
          "count": 4,
          "freq": 1
        }
      ],
      "temperature": 40.130381690131294
    },
    "stat": 4.319999933242798
  },
  {
    "type": "CPUCache",
    "result": {
      "l1": [
        {
          "size": 196608,
          "num": 10,
          "lineSize": 0,
          "type": "instruction"
        },
        {
          "size": 131072,
          "num": 10,
          "lineSize": 0,
          "type": "data"
        },
        {
          "size": 131072,
          "num": 4,
          "lineSize": 0,
          "type": "instruction"
        },
        {
          "size": 65536,
          "num": 4,
          "lineSize": 0,
          "type": "data"
        }
      ],
      "l2": [
        {
          "size": 16777216,
          "num": 2,
          "lineSize": 0,
          "type": "unified"
        },
        {
          "size": 4194304,
          "num": 1,
          "lineSize": 0,
          "type": "unified"
        }
      ]
    },
    "stat": 0.017000198364257812
  },
  {
    "type": "CPUUsage",
    "result": [
      10.0,
      5.0,
      10.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0
    ],
    "stat": 204.24899983406067
  },
  {
    "type": "GPU",
    "result": [
      {
        "index": 0,
        "coreCount": 20,
        "coreUsage": 20.0,
        "memory": {
          "dedicated": {
            "total": null,
            "used": null
          },
          "shared": {
            "total": 17179885568,
            "used": 745029632
          },
          "type": null
        },
        "driver": "com.apple.AGXG16X 325.34.1",
        "name": "Apple M4 Pro",
        "temperature": 35.802241802215576,
        "type": "Integrated",
        "vendor": "Apple",
        "platformApi": "Metal 3",
        "frequency": 1578,
        "deviceId": 4294968465
      }
    ],
    "stat": 32.044999837875366
  },
  {
    "type": "Memory",
    "result": {
      "total": 25769803776,
      "used": 16543088640
    },
    "stat": 0.009999990463256836
  },
  {
    "type": "PhysicalMemory",
    "result": [
      {
        "size": 25769803776,
        "maxSpeed": 0,
        "runningSpeed": 0,
        "type": "LPDDR5",
        "locator": "",
        "formFactor": "",
        "vendor": "Micron",
        "serial": "",
        "partNumber": "",
        "ecc": false
      }
    ],
    "stat": 106.84700012207031
  },
  {
    "type": "Swap",
    "result": {
      "total": 0,
      "used": 0
    },
    "stat": 0.003999948501586914
  },
  {
    "type": "Disk",
    "result": [
      {
        "bytes": {
          "available": 545535578112,
          "free": 545535578112,
          "total": 994662584320,
          "used": 449127006208
        },
        "files": {
          "total": 4294332596,
          "used": 424963
        },
        "filesystem": "apfs",
        "mountpoint": "/",
        "mountFrom": "/dev/disk3s1s1",
        "name": "Macintosh HD",
        "volumeType": [
          "Regular",
          "Read-only"
        ],
        "createTime": "2025-04-12T00:16:09.000-0500"
      },
      {
        "bytes": {
          "available": 545535582208,
          "free": 545535582208,
          "total": 994662584320,
          "used": 449127002112
        },
        "files": {
          "total": 1033750233,
          "used": 1221609
        },
        "filesystem": "apfs",
        "mountpoint": "/System/Volumes/Data",
        "mountFrom": "/dev/disk3s5",
        "name": "Data",
        "volumeType": [
          "Hidden"
        ],
        "createTime": "2024-10-18T03:02:16.999-0500"
      },
      {
        "bytes": {
          "available": 503902208,
          "free": 503902208,
          "total": 524288000,
          "used": 20385792
        },
        "files": {
          "total": 4921010,
          "used": 90
        },
        "filesystem": "apfs",
        "mountpoint": "/System/Volumes/Hardware",
        "mountFrom": "/dev/disk2s3",
        "name": "Hardware",
        "volumeType": [
          "Hidden"
        ],
        "createTime": "2024-10-28T00:15:48.193-0500"
      },
      {
        "bytes": {
          "available": 545539747840,
          "free": 545539747840,
          "total": 994662584320,
          "used": 449122836480
        },
        "files": {
          "total": 1032570568,
          "used": 1264
        },
        "filesystem": "apfs",
        "mountpoint": "/System/Volumes/Preboot",
        "mountFrom": "/dev/disk3s2",
        "name": "Preboot",
        "volumeType": [
          "Hidden"
        ],
        "createTime": "2024-10-28T00:15:46.973-0500"
      },
      {
        "bytes": {
          "available": 545611493376,
          "free": 545611493376,
          "total": 994662584320,
          "used": 449051090944
        },
        "files": {
          "total": 1033270002,
          "used": 58
        },
        "filesystem": "apfs",
        "mountpoint": "/System/Volumes/Update",
        "mountFrom": "/dev/disk3s4",
        "name": "Update",
        "volumeType": [
          "Hidden"
        ],
        "createTime": "2024-10-28T00:15:49.062-0500"
      },
      {
        "bytes": {
          "available": 545611493376,
          "free": 545611493376,
          "total": 994662584320,
          "used": 449051090944
        },
        "files": {
          "total": 1033269944,
          "used": 0
        },
        "filesystem": "apfs",
        "mountpoint": "/System/Volumes/VM",
        "mountFrom": "/dev/disk3s6",
        "name": "VM",
        "volumeType": [
          "Hidden"
        ],
        "createTime": "2024-10-28T00:27:52.072-0500"
      },
      {
        "bytes": {
          "available": 503902208,
          "free": 503902208,
          "total": 524288000,
          "used": 20385792
        },
        "files": {
          "total": 4920949,
          "used": 29
        },
        "filesystem": "apfs",
        "mountpoint": "/System/Volumes/iSCPreboot",
        "mountFrom": "/dev/disk2s1",
        "name": "iSCPreboot",
        "volumeType": [
          "Hidden"
        ],
        "createTime": "2024-10-28T00:15:47.797-0500"
      },
      {
        "bytes": {
          "available": 503902208,
          "free": 503902208,
          "total": 524288000,
          "used": 20385792
        },
        "files": {
          "total": 4920921,
          "used": 1
        },
        "filesystem": "apfs",
        "mountpoint": "/System/Volumes/xarts",
        "mountFrom": "/dev/disk2s2",
        "name": "xarts",
        "volumeType": [
          "Hidden"
        ],
        "createTime": "2024-10-28T00:15:48.000-0500"
      },
      {
        "bytes": {
          "available": 102371328,
          "free": 102371328,
          "total": 970899456,
          "used": 868528128
        },
        "files": {
          "total": 1001534,
          "used": 1814
        },
        "filesystem": "apfs",
        "mountpoint": "/Volumes/REDACTED",
        "mountFrom": "/dev/disk5s1",
        "name": "REDACTED",
        "volumeType": [
          "External",
          "Read-only"
        ],
        "createTime": "2024-07-15T18:12:50.124-0500"
      }
    ],
    "stat": 0.08800005912780762
  },
  {
    "type": "Btrfs",
    "error": "Not supported on this platform",
    "stat": 0.0009999275207519531
  },
  {
    "type": "Zpool",
    "error": "Not supported on this platform",
    "stat": 0.0
  },
  {
    "type": "Battery",
    "result": [
      {
        "capacity": 72.0,
        "manufacturer": "Apple Inc.",
        "manufactureDate": "2024-09-09",
        "modelName": "bq40z651",
        "status": "Discharging",
        "technology": "Lithium",
        "serial": "F8YH98007SH0000FWL",
        "temperature": 30.75,
        "cycleCount": 75,
        "timeRemaining": 42540
      }
    ],
    "stat": 0.39300012588500977
  },
  {
    "type": "PowerAdapter",
    "result": [],
    "stat": 0.14899992942810059
  },
  {
    "type": "Player",
    "error": "Player module is an alias of Media module",
    "stat": 0.0009999275207519531
  },
  {
    "type": "Media",
    "error": "MRMediaRemoteGetNowPlayingInfo() failed",
    "stat": 2.365000009536743
  },
  {
    "type": "PublicIp",
    "result": {
      "ip": "136.49.119.145",
      "location": "Austin, US"
    },
    "stat": 0.08100008964538574
  },
  {
    "type": "LocalIp",
    "result":  REDACTED,
    "stat": 0.05200004577636719
  },
  {
    "type": "DNS",
    "result": [
      "192.168.86.1"
    ],
    "stat": 0.22799992561340332
  },
  {
    "type": "Wifi",
    "result": [
      {
        "inf": {
          "description": "en0",
          "status": "Power On"
        },
        "conn": {
          "status": "Active",
          "ssid": "Anternet",
          "bssid": "<redacted>",
          "protocol": "802.11ac (Wi-Fi 5)",
          "security": "WPA2 Personal",
          "signalQuality": 100.0,
          "rxRate": null,
          "txRate": 866.0,
          "channel": 149,
          "frequency": 5400
        }
      }
    ],
    "stat": 16.108999967575073
  },
  {
    "type": "DateTime",
    "result": "2025-05-05T21:11:54.601-0500",
    "stat": 0.005000114440917969
  },
  {
    "type": "Locale",
    "result": "en_US.UTF-8",
    "stat": 0.0
  },
  {
    "type": "Vulkan",
    "result": {
      "apiVersion": "1.1",
      "conformanceVersion": "1.3",
      "driver": "MoltenVK [1.3.0]",
      "gpus": [
        {
          "type": "Integrated",
          "vendor": "Apple",
          "name": "Apple M4 Pro",
          "driver": "1.3.0",
          "platformApi": "Vulkan 1.1.0",
          "deviceId": 251920905,
          "memory": {
            "dedicated": {
              "total": 0,
              "used": null
            },
            "shared": {
              "total": 25769803776,
              "used": null
            }
          },
          "deviceId": 251920905
        }
      ]
    },
    "stat": 256.12800002098083
  },
  {
    "type": "OpenGL",
    "result": {
      "version": "4.1 Metal - 89.4",
      "renderer": "Apple M4 Pro",
      "vendor": "Apple",
      "slv": "4.10",
      "library": "CGL 1.2"
    },
    "stat": 15.560999870300293
  },
  {
    "type": "OpenCL",
    "result": {
      "version": "1.2 (Mar  7 2025 21:04:06)",
      "name": "Apple",
      "vendor": "Apple",
      "gpus": [
        {
          "type": "Integrated",
          "vendor": "Apple",
          "name": "Apple M4 Pro",
          "driver": "1.0",
          "platformApi": "OpenCL 1.2",
          "coreCount": 20,
          "frequency": 1000,
          "memory": {
            "dedicated": {
              "total": null,
              "used": null
            },
            "shared": {
              "total": 17179885568,
              "used": null
            }
          },
          "deviceId": 16940800
        }
      ]
    },
    "stat": 1.5850000381469727
  },
  {
    "type": "Users",
    "result": [
      {
        "name": "red",
        "hostName": "",
        "sessionName": "console",
        "clientIp": "",
        "loginTime": "2025-04-22T09:14:33.547-0500"
      }
    ],
    "stat": 0.08899998664855957
  },
  {
    "type": "Bluetooth",
    "result": [],
    "stat": 23.719000101089478
  },
  {
    "type": "BluetoothRadio",
    "result": [
      {
        "name": "Binah",
        "address": "70:8C:F2:AE:A9:E2",
        "lmpVersion": -11,
        "lmpSubversion": null,
        "vendor": "Apple",
        "enabled": true,
        "discoverable": false,
        "connectable": true
      }
    ],
    "stat": 61.318000078201294
  },
  {
    "type": "Sound",
    "result": [
      {
        "active": true,
        "main": true,
        "volume": 31,
        "name": "MacBook Pro Speakers",
        "identifier": "70",
        "platformApi": "Core Audio"
      }
    ],
    "stat": 27.043999910354614
  },
  {
    "type": "Camera",
    "result": [
      {
        "name": "MacBook Pro Camera",
        "vendor": "Apple Inc.",
        "colorSpace": "sRGB",
        "id": "6C707041-05AC-0010-0008-000000000001",
        "width": 1920,
        "height": 1080
      }
    ],
    "stat": 26.325999975204468
  },
  {
    "type": "Gamepad",
    "result": [],
    "stat": 0.12000012397766113
  },
  {
    "type": "Mouse",
    "result": [
      {
        "serial": "",
        "name": "Apple Internal Keyboard / Trackpad"
      }
    ],
    "stat": 26.1729998588562
  },
  {
    "type": "Keyboard",
    "result": [
      {
        "serial": "",
        "name": "Apple Internal Keyboard / Trackpad"
      }
    ],
    "stat": 4.245000123977661
  },
  {
    "type": "Weather",
    "error": "getaddrinfo() failed",
    "stat": 0.003999948501586914
  },
  {
    "type": "NetIO",
    "result": [
      {
        "name": "en0",
        "defaultRoute": true,
        "txBytes": 2773,
        "rxBytes": 8673,
        "txPackets": 22,
        "rxPackets": 22,
        "rxErrors": 0,
        "txErrors": 0,
        "rxDrops": 0,
        "txDrops": 0
      }
    ],
    "stat": 124.21800017356873
  },
  {
    "type": "DiskIO",
    "result": [
      {
        "name": "APPLE SSD AP1024Z Media",
        "devPath": "/dev/disk0",
        "bytesRead": 9834496,
        "bytesWritten": 184320,
        "readCount": 564,
        "writeCount": 12
      },
      {
        "name": "Apple Disk Image Media",
        "devPath": "/dev/disk4",
        "bytesRead": 0,
        "bytesWritten": 0,
        "readCount": 0,
        "writeCount": 0
      }
    ],
    "stat": 0.40199995040893555
  },
  {
    "type": "PhysicalDisk",
    "result": [
      {
        "name": "APPLE SSD AP1024Z Media",
        "devPath": "/dev/disk0",
        "interconnect": "Apple Fabric",
        "kind": "SSD",
        "size": 1000555581440,
        "serial": "0ba0284b81b1261b",
        "removable": false,
        "readOnly": false,
        "revision": "2077.100",
        "temperature": 31.0
      },
      {
        "name": "Apple Disk Image Media",
        "devPath": "/dev/disk4",
        "interconnect": "Virtual Interface",
        "kind": null,
        "size": 970937856,
        "serial": "780CA8A0-FD84-50E1-9233-9071C807BD90",
        "removable": true,
        "readOnly": true,
        "revision": "385.101.1",
        "temperature": null
      }
    ],
    "stat": 4.557999849319458
  },
  {
    "type": "TPM",
    "result": {
      "version": "2.0",
      "description": "Apple Silicon Security"
    },
    "stat": 0.002000093460083008
  },
  {
    "type": "Version",
    "result": {
      "projectName": "fastfetch",
      "sysName": "Darwin",
      "architecture": "aarch64",
      "version": "2.42.0",
      "versionGit": "",
      "cmakeBuiltType": "Release",
      "compileTime": "Apr 29 2025, 06:05:36",
      "compiler": "Apple clang 17.0.0 (17000013)",
      "debugMode": false,
      "libc": "libSystem 1351.0.0"
    },
    "stat": 0.0009999275207519531
  },
  {
    "type": "Break",
    "error": "Unsupported for JSON format",
    "stat": 0.0010001659393310547
  },
  {
    "type": "Colors",
    "error": "Unsupported for JSON format",
    "stat": 0.0
  }
]

Features built-in

threads
vulkan
imagemagick7
chafa
zlib
sqlite3

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions