Skip to content

[BUG] Macos Zero Volume #1750

Closed
Closed
@Jac-Zac

Description

@Jac-Zac

Read the FAQ first

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

Description

When the volume is zero the output shows up as the max value (255) in Mac OS: 15.4.1.

This is the configuration:

    {
      "type": "sound",
      "key": "│ ├",
      "percent": {
        "type": 9,
        "green": 30,
        "yellow": 70, 
      },
      "format": "{name} ({volume-percentage})",
      "keyColor": "blue",
    },

I have initially tested it in the brew version and I got the problem also in the version build from source

Perhaps I'm doing something wrong. Or if there is already a way to fix it pls let me know. Thanks in advance

Version used

fastfetch 2.42.0-28 (aarch64)

Bug prevalence

Always

Regression

Not sure

Installation

Built from source

Package manager

brew

Screenshots

Image

Configuration

// Load with --load-config examples/2.jsonc
// Note that you must replace the image path to an existing image to display it.

{
  "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
  "logo": {
    "padding": {
      "top": 1,
      "right": 4,
      "left": 1,
    },
  },
  "display": {
    "separator": "",
    "constants": ["──────────────────────────────"],
    // "constants": ["───────────────────────────"],
  },
  "modules": [
    // {
    //     "type": "custom",
    //     "format": "┌{$1}{$1}┐",
    //     "outputColor": "90"
    // },
    // {
    //     "type": "title",
    //     "keyWidth": 10
    // },
    // {
    //     "type": "custom",
    //     "format": "└{$1}{$1}┘",
    //     "outputColor": "90"
    // },
    // {
    //   "type": "custom",
    //   "format": " {#90}  {#31}  {#32}  {#33}  {#34}  {#35}  {#36}  {#37}  {#38}  {#39}       {#38}  {#37}  {#36}  {#35}  {#34}  {#33}  {#32}  {#31}  {#90}",
    // },
    {
      "type": "custom",
      "format": "┌{$1}{$1}┐",
      "outputColor": "90",
    },
    "break",
    {
      "type": "os",
      "key": "{icon} OS",
      "keyColor": "yellow",
    },
    {
      "type": "kernel",
      "key": "│ ├",
      "keyColor": "yellow",
    },
    {
      "type": "terminal",
      "key": "│ ├",
      "keyColor": "yellow",
    },
    {
      "type": "packages",
      "key": "└ └󰏖",
      "keyColor": "yellow",
    },
    "break",
    {
      "type": "host",
      "key": "󰌢 PC",
      "format": "{family} ({vendor})",
      "keyColor": "green",
    },
    {
      "type": "cpu",
      "key": "│ ├󰻠",
      "keyColor": "green",
      "format": "{1} {2} @ {7}",
    },
    // {
    //   "type": "gpu",
    //   "key": "│ ├󰍛",
    //   "keyColor": "green",
    // },
    {
      "type": "memory",
      "key": "│ ├󰑭",
      "keyColor": "green",
      "percent": {
        "type": 3, // show number + bar
        "green": 30,
        "yellow": 70,
      },
      "format": "{percentage-bar} [{used} / {total}] ({percentage})",
    },
    {
      "type": "battery",
      "key": "└ └",
      "keyColor": "green",
      "percent": {
        "type": 3,
        "green": 30,
        "yellow": 70,
      },
      "format": "{capacity-bar} [{time-hours} hours, {time-minutes} minutes] ({capacity})",
    },
    "break",
    {
      "type": "uptime",
      "key": "󰅐 HW",
      "keyColor": "blue",
      "format": "Uptime [{1} days, {2} hours, {3} minutes]",
    },
    // {
    //   "type": "localip",
    //   "key": "│ ├󰩟",
    //   "compact": true,
    //   "keyColor": "blue",
    // },
    {
      "type": "media",
      "key": "│ ├󰝚",
      "keyColor": "blue",
    },
    {
      "type": "sound",
      "key": "│ ├",
      "percent": {
        "type": 9, // 3 means show both percentage number and bar
        "green": 30, // values below 30% are green
        "yellow": 70, // 30-70% yellow, above 70% red
      },
      "format": "{name} ({volume-percentage})",
      "keyColor": "blue",
    },
    // "format": "{volume-percentage-bar} {name}",
    {
      "type": "wifi",
      "key": "└ └",
      "percent": {
        "type": 3,
        "green": 30,
        "yellow": 70,
      },
      "format": "{signal-quality-bar} {ssid}",
      "keyColor": "blue",
    },
    {
      "type": "player",
      "key": "│ ├󰥠",
      "keyColor": "cyan",
    },
    {
      "type": "media",
      "key": "└ └󰝚",
      "keyColor": "cyan",
    },
    "break",
    {
      "type": "custom",
      "format": "└{$1}{$1}┘",
      "outputColor": "90",
    },
    // "break",
    {
      "type": "custom",
      "format": " {#90}  {#31}  {#32}  {#33}  {#34}  {#35}  {#36}  {#37}  {#38}  {#39}       {#38}  {#37}  {#36}  {#35}  {#34}  {#33}  {#32}  {#31}  {#90}",
    },
    // {
    //   "type": "custom",
    //   "format": " {#90}  {#31}  {#32}  {#33}  {#34}  {#35}  {#36}  {#37}  {#38}       {#37}  {#36}  {#35}  {#34}  {#33}  {#32}  {#31}  {#90}",
    // },
    "break",
  ],
}

System information

[
    {
        "type": "Title",
        "result": {
            "userName": "jaczac",
            "fullUserName": "Jacopo Zacchigna",
            "hostName": "ZacMac",
            "homeDir": "/Users/jaczac/",
            "exePath": "/opt/homebrew/Cellar/fastfetch/2.42.0/bin/fastfetch",
            "userShell": "/bin/zsh"
        },
        "stat": 0.002000093460083008
    },
    {
        "type": "Separator",
        "error": "Unsupported for JSON format",
        "stat": 0.0
    },
    {
        "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.21599984169006348
    },
    {
        "type": "Host",
        "result": {
            "family": "Mac16,8",
            "name": "MacBook Pro (14-inch, 2024, Three Thunderbolt 5 ports)",
            "version": "",
            "sku": "",
            "vendor": "Apple Inc.",
            "serial": "M3VT76HCGJ",
            "uuid": "029A781E-B36E-5304-912A-ACDF2AEE05A6"
        },
        "stat": 0.08100008964538574
    },
    {
        "type": "BIOS",
        "result": {
            "date": "Fri Apr 11 18:24:45 PDT 2025",
            "release": "",
            "vendor": "Apple Inc.",
            "version": "11881.101.1",
            "type": "iBoot"
        },
        "stat": 0.40799999237060547
    },
    {
        "type": "Bootmgr",
        "result": {
            "name": "iBoot",
            "firmware": "/System/Library/CoreServices/boot.efi",
            "order": 0,
            "secureBoot": false
        },
        "stat": 0.009999990463256836
    },
    {
        "type": "Board",
        "result": {
            "name": "J614sAP",
            "vendor": "Apple Inc.",
            "version": "",
            "serial": ""
        },
        "stat": 0.023000001907348633
    },
    {
        "type": "Chassis",
        "result": {
            "type": "Laptop",
            "vendor": "Apple Inc.",
            "version": "",
            "serial": ""
        },
        "stat": 0.03500008583068848
    },
    {
        "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.0009999275207519531
    },
    {
        "type": "InitSystem",
        "result": {
            "name": "launchd",
            "exe": "/sbin/launchd",
            "version": "7.0.0",
            "pid": 1
        },
        "stat": 5.71399998664856
    },
    {
        "type": "Uptime",
        "result": {
            "uptime": 1532186043,
            "bootTime": "2025-04-24T16:53:06.961+0200"
        },
        "stat": 0.2390000820159912
    },
    {
        "type": "Loadavg",
        "result": [1.81884765625, 1.83642578125, 2.0244140625],
        "stat": 0.0019998550415039062
    },
    {
        "type": "Processes",
        "result": 757,
        "stat": 0.07299995422363281
    },
    {
        "type": "Packages",
        "result": {
            "all": 189,
            "amSystem": 0,
            "amUser": 0,
            "apk": 0,
            "brew": 168,
            "brewCask": 21,
            "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": 0.18600010871887207
    },
    {
        "type": "Shell",
        "result": {
            "exe": "zsh",
            "exeName": "zsh",
            "exePath": "/bin/zsh",
            "pid": 1408,
            "ppid": 99590,
            "processName": "zsh",
            "prettyName": "zsh",
            "version": "5.9",
            "tty": 7
        },
        "stat": 3.2980000972747803
    },
    {
        "type": "Editor",
        "result": {
            "type": "Editor",
            "name": "nvim",
            "path": "/opt/homebrew/Cellar/neovim/0.11.1/bin/nvim",
            "exe": "nvim",
            "version": "0.11.1"
        },
        "stat": 0.432999849319458
    },
    {
        "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": 34.12600016593933
    },
    {
        "type": "Brightness",
        "result": [
            {
                "name": "Color LCD",
                "max": 1.0,
                "min": 0.0,
                "current": 0.4454222023487091,
                "builtin": true
            }
        ],
        "stat": 0.5799999237060547
    },
    {
        "type": "Monitor",
        "error": "Monitor module is an alias of Display module",
        "stat": 0.0
    },
    {
        "type": "LM",
        "error": "Not supported on this platform",
        "stat": 0.0009999275207519531
    },
    {
        "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.0970001220703125
    },
    {
        "type": "WMTheme",
        "result": "Multicolor (Dark)",
        "stat": 0.08499979972839355
    },
    {
        "type": "Theme",
        "error": "Not supported on this platform",
        "stat": 0.0
    },
    {
        "type": "Icons",
        "error": "Not supported on this platform",
        "stat": 0.0010001659393310547
    },
    {
        "type": "Font",
        "result": {
            "display": ".AppleSystemUIFont [System], Helvetica [User]",
            "fonts": [
                ".AppleSystemUIFont",
                "Helvetica",
                ".AppleSystemUIFontMonospaced",
                "Menlo"
            ]
        },
        "stat": 2.871000051498413
    },
    {
        "type": "Cursor",
        "result": {
            "theme": "Fill - Black, Outline - White",
            "size": "32"
        },
        "stat": 0.08299994468688965
    },
    {
        "type": "Wallpaper",
        "result": "/Users/jaczac/Pictures/wallpapers/pexels-veeterzy-38136.jpg",
        "stat": 0.07899999618530273
    },
    {
        "type": "Terminal",
        "result": {
            "processName": "tmux",
            "exe": "tmux",
            "exeName": "tmux",
            "exePath": "/opt/homebrew/bin/tmux",
            "pid": 99590,
            "ppid": 1,
            "prettyName": "tmux",
            "version": "3.5a",
            "tty": ""
        },
        "stat": 0.08800005912780762
    },
    {
        "type": "TerminalFont",
        "error": "Unknown terminal: tmux",
        "stat": 0.0019998550415039062
    },
    {
        "type": "TerminalSize",
        "result": {
            "columns": 192,
            "rows": 48,
            "width": 2880,
            "height": 1728
        },
        "stat": 0.01900005340576172
    },
    {
        "type": "TerminalTheme",
        "result": {
            "fg": {
                "r": 216,
                "g": 222,
                "b": 233,
                "dark": false
            },
            "bg": {
                "r": 46,
                "g": 52,
                "b": 64,
                "dark": true
            }
        },
        "stat": 0.07299995422363281
    },
    {
        "type": "CPU",
        "result": {
            "cpu": "Apple M4 Pro",
            "vendor": "Apple",
            "packages": 1,
            "cores": {
                "physical": 12,
                "logical": 12,
                "online": 12
            },
            "frequency": {
                "base": 0,
                "max": 4512
            },
            "coreTypes": [
                {
                    "count": 8,
                    "freq": 2
                },
                {
                    "count": 4,
                    "freq": 1
                }
            ],
            "temperature": 38.31306669447157
        },
        "stat": 3.2680001258850098
    },
    {
        "type": "CPUCache",
        "result": {
            "l1": [
                {
                    "size": 196608,
                    "num": 8,
                    "lineSize": 0,
                    "type": "instruction"
                },
                {
                    "size": 131072,
                    "num": 8,
                    "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.01699995994567871
    },
    {
        "type": "CPUUsage",
        "result": [
            15.0, 13.636363636363635, 0.0, 4.761904761904762, 0.0, 0.0, 0.0,
            0.0, 0.0, 0.0, 0.0, 0.0
        ],
        "stat": 203.97000002861023
    },
    {
        "type": "GPU",
        "result": [
            {
                "index": 0,
                "coreCount": 16,
                "coreUsage": 0.0,
                "memory": {
                    "dedicated": {
                        "total": null,
                        "used": null
                    },
                    "shared": {
                        "total": 17179885568,
                        "used": 465944576
                    },
                    "type": null
                },
                "driver": "com.apple.AGXG16X 325.34.1",
                "name": "Apple M4 Pro",
                "temperature": 27.60805344581604,
                "type": "Integrated",
                "vendor": "Apple",
                "platformApi": "Metal 3",
                "frequency": 1578,
                "deviceId": 4294968556
            }
        ],
        "stat": 24.375
    },
    {
        "type": "Memory",
        "result": {
            "total": 25769803776,
            "used": 17146019840
        },
        "stat": 0.012000083923339844
    },
    {
        "type": "PhysicalMemory",
        "result": [
            {
                "size": 25769803776,
                "maxSpeed": 0,
                "runningSpeed": 0,
                "type": "LPDDR5",
                "locator": "",
                "formFactor": "",
                "vendor": "Hynix",
                "serial": "",
                "partNumber": "",
                "ecc": false
            }
        ],
        "stat": 76.5849997997284
    },
    {
        "type": "Swap",
        "result": {
            "total": 2147483648,
            "used": 520683520
        },
        "stat": 0.003999948501586914
    },
    {
        "type": "Disk",
        "result": [
            {
                "bytes": {
                    "available": 324023504896,
                    "free": 324023504896,
                    "total": 494384795648,
                    "used": 170361290752
                },
                "files": {
                    "total": 3164717003,
                    "used": 424963
                },
                "filesystem": "apfs",
                "mountpoint": "/",
                "mountFrom": "/dev/disk3s1s1",
                "name": "Macintosh HD",
                "volumeType": ["Regular", "Read-only"],
                "createTime": "2025-04-12T07:16:09.000+0200"
            },
            {
                "bytes": {
                    "available": 324023504896,
                    "free": 324023504896,
                    "total": 494384795648,
                    "used": 170361290752
                },
                "files": {
                    "total": 3165704461,
                    "used": 1412421
                },
                "filesystem": "apfs",
                "mountpoint": "/System/Volumes/Data",
                "mountFrom": "/dev/disk3s5",
                "name": "Data",
                "volumeType": ["Hidden"],
                "createTime": "2024-10-18T10:02:16.999+0200"
            },
            {
                "bytes": {
                    "available": 504242176,
                    "free": 504242176,
                    "total": 524288000,
                    "used": 20045824
                },
                "files": {
                    "total": 4924335,
                    "used": 95
                },
                "filesystem": "apfs",
                "mountpoint": "/System/Volumes/Hardware",
                "mountFrom": "/dev/disk1s3",
                "name": "Hardware",
                "volumeType": ["Hidden"],
                "createTime": "2024-11-14T05:27:24.266+0100"
            },
            {
                "bytes": {
                    "available": 324023705600,
                    "free": 324023705600,
                    "total": 494384795648,
                    "used": 170361090048
                },
                "files": {
                    "total": 3164295271,
                    "used": 1271
                },
                "filesystem": "apfs",
                "mountpoint": "/System/Volumes/Preboot",
                "mountFrom": "/dev/disk3s2",
                "name": "Preboot",
                "volumeType": ["Hidden"],
                "createTime": "2024-11-14T05:27:23.930+0100"
            },
            {
                "bytes": {
                    "available": 324342210560,
                    "free": 324342210560,
                    "total": 494384795648,
                    "used": 170042585088
                },
                "files": {
                    "total": 3167404455,
                    "used": 55
                },
                "filesystem": "apfs",
                "mountpoint": "/System/Volumes/Update",
                "mountFrom": "/dev/disk3s4",
                "name": "Update",
                "volumeType": ["Hidden"],
                "createTime": "2024-11-14T05:27:24.507+0100"
            },
            {
                "bytes": {
                    "available": 324342210560,
                    "free": 324342210560,
                    "total": 494384795648,
                    "used": 170042585088
                },
                "files": {
                    "total": 3167404402,
                    "used": 2
                },
                "filesystem": "apfs",
                "mountpoint": "/System/Volumes/VM",
                "mountFrom": "/dev/disk3s6",
                "name": "VM",
                "volumeType": ["Hidden"],
                "createTime": "2024-11-14T05:40:10.534+0100"
            },
            {
                "bytes": {
                    "available": 504242176,
                    "free": 504242176,
                    "total": 524288000,
                    "used": 20045824
                },
                "files": {
                    "total": 4924269,
                    "used": 29
                },
                "filesystem": "apfs",
                "mountpoint": "/System/Volumes/iSCPreboot",
                "mountFrom": "/dev/disk1s1",
                "name": "iSCPreboot",
                "volumeType": ["Hidden"],
                "createTime": "2024-11-14T05:27:24.166+0100"
            },
            {
                "bytes": {
                    "available": 504242176,
                    "free": 504242176,
                    "total": 524288000,
                    "used": 20045824
                },
                "files": {
                    "total": 4924241,
                    "used": 1
                },
                "filesystem": "apfs",
                "mountpoint": "/System/Volumes/xarts",
                "mountFrom": "/dev/disk1s2",
                "name": "xarts",
                "volumeType": ["Hidden"],
                "createTime": "2024-11-14T05:27:24.216+0100"
            }
        ],
        "stat": 0.10899996757507324
    },
    {
        "type": "Btrfs",
        "error": "Not supported on this platform",
        "stat": 0.0010001659393310547
    },
    {
        "type": "Zpool",
        "error": "Not supported on this platform",
        "stat": 0.0
    },
    {
        "type": "Battery",
        "result": [
            {
                "capacity": 48.0,
                "manufacturer": "Apple Inc.",
                "manufactureDate": "2024-10-10",
                "modelName": "bq40z651",
                "status": "Discharging",
                "technology": "Lithium",
                "serial": "F8YHAH00L930000FWK",
                "temperature": 23.75,
                "cycleCount": 115,
                "timeRemaining": 33840
            }
        ],
        "stat": 0.4509999752044678
    },
    {
        "type": "PowerAdapter",
        "result": [],
        "stat": 0.14100003242492676
    },
    {
        "type": "Player",
        "error": "Player module is an alias of Media module",
        "stat": 0.0009999275207519531
    },
    {
        "type": "Media",
        "error": "MRMediaRemoteGetNowPlayingInfo() failed",
        "stat": 2.450000047683716
    },
    {
        "type": "LocalIp",
        "result": [
            {
                "name": "en0",
                "defaultRoute": true,
                "ipv4": "10.110.9.88/16",
                "ipv6": "fe80::f4:6312:1759:11ed/64",
                "mac": "d6:ca:99:35:27:19",
                "mtu": 1500,
                "speed": -1,
                "flags": "UP,BROADCAST,RUNNING,MULTICAST,NOTRAILERS,SIMPLEX"
            }
        ],
        "stat": 0.053999900817871094
    },
    {
        "type": "DNS",
        "result": ["1.1.1.1"],
        "stat": 0.20399999618530273
    },
    {
        "type": "Wifi",
        "result": [
            {
                "inf": {
                    "description": "en0",
                    "status": "Power On"
                },
                "conn": {
                    "status": "Active",
                    "ssid": "eduroam",
                    "bssid": "<redacted>",
                    "protocol": "802.11ax (Wi-Fi 6)",
                    "security": "WPA2 Enterprise",
                    "signalQuality": 82.0,
                    "rxRate": null,
                    "txRate": 258.0,
                    "channel": 149,
                    "frequency": 5400
                }
            }
        ],
        "stat": 19.705000162124634
    },
    {
        "type": "DateTime",
        "result": "2025-05-12T10:29:33.378+0200",
        "stat": 0.006999969482421875
    },
    {
        "type": "Locale",
        "result": "en_US.UTF-8",
        "stat": 0.0
    },
    {
        "type": "Vulkan",
        "error": "dlopen libvulkan.dylib failed",
        "stat": 0.12299990653991699
    },
    {
        "type": "OpenGL",
        "result": {
            "version": "4.1 Metal - 89.4",
            "renderer": "Apple M4 Pro",
            "vendor": "Apple",
            "slv": "4.10",
            "library": "CGL 1.2"
        },
        "stat": 6.452000141143799
    },
    {
        "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": 16,
                    "frequency": 1000,
                    "memory": {
                        "dedicated": {
                            "total": null,
                            "used": null
                        },
                        "shared": {
                            "total": 17179885568,
                            "used": null
                        }
                    },
                    "deviceId": 16940800
                }
            ]
        },
        "stat": 0.009999990463256836
    },
    {
        "type": "Users",
        "result": [
            {
                "name": "jaczac",
                "hostName": "",
                "sessionName": "console",
                "clientIp": "",
                "loginTime": "2025-04-24T16:53:29.211+0200"
            }
        ],
        "stat": 0.0409998893737793
    },
    {
        "type": "Bluetooth",
        "result": [],
        "stat": 16.59500002861023
    },
    {
        "type": "BluetoothRadio",
        "result": [
            {
                "name": "ZacMac",
                "address": "84:2F:57:26:7F:30",
                "lmpVersion": -11,
                "lmpSubversion": null,
                "vendor": "Apple",
                "enabled": true,
                "discoverable": false,
                "connectable": true
            }
        ],
        "stat": 60.467000007629395
    },
    {
        "type": "Sound",
        "result": [
            {
                "active": true,
                "main": true,
                "volume": null,
                "name": "MacBook Pro Speakers",
                "identifier": "82",
                "platformApi": "Core Audio"
            },
            {
                "active": true,
                "main": false,
                "volume": null,
                "name": "Multi-Output Device",
                "identifier": "48",
                "platformApi": "Core Audio"
            }
        ],
        "stat": 28.102999925613403
    },
    {
        "type": "Camera",
        "result": [
            {
                "name": "MacBook Pro Camera",
                "vendor": "Apple Inc.",
                "colorSpace": "sRGB",
                "id": "6C707041-05AC-0010-0008-000000000001",
                "width": 1920,
                "height": 1080
            },
            {
                "name": "iPhone di Jacopo (2) Camera",
                "vendor": "",
                "colorSpace": "sRGB",
                "id": "5C260FF4-0D7E-4A84-8C05-183700000001",
                "width": 640,
                "height": 480
            }
        ],
        "stat": 46.60899996757507
    },
    {
        "type": "Gamepad",
        "result": [],
        "stat": 0.1100001335144043
    },
    {
        "type": "Mouse",
        "result": [
            {
                "serial": "",
                "name": "Apple Internal Keyboard / Trackpad"
            }
        ],
        "stat": 4.5959999561309814
    },
    {
        "type": "Keyboard",
        "result": [
            {
                "serial": "",
                "name": "Apple Internal Keyboard / Trackpad"
            }
        ],
        "stat": 3.437000036239624
    },
    {
        "type": "Weather",
        "result": "+10°C - Sunny (Trieste, Italy)",
        "stat": 0.053999900817871094
    },
    {
        "type": "NetIO",
        "result": [
            {
                "name": "en0",
                "defaultRoute": true,
                "txBytes": 623,
                "rxBytes": 1315,
                "txPackets": 8,
                "rxPackets": 9,
                "rxErrors": 0,
                "txErrors": 0,
                "rxDrops": 0,
                "txDrops": 0
            }
        ],
        "stat": 458.13100004196167
    },
    {
        "type": "DiskIO",
        "result": [
            {
                "name": "APPLE SSD AP0512Z Media",
                "devPath": "/dev/disk0",
                "bytesRead": 0,
                "bytesWritten": 200704,
                "readCount": 0,
                "writeCount": 9
            }
        ],
        "stat": 1.0450000762939453
    },
    {
        "type": "PhysicalDisk",
        "result": [
            {
                "name": "APPLE SSD AP0512Z Media",
                "devPath": "/dev/disk0",
                "interconnect": "Apple Fabric",
                "kind": "SSD",
                "size": 500277792768,
                "serial": "0ba028316330ce19",
                "removable": false,
                "readOnly": false,
                "revision": "2077.100",
                "temperature": 24.0
            }
        ],
        "stat": 5.566999912261963
    },
    {
        "type": "TPM",
        "result": {
            "version": "2.0",
            "description": "Apple Silicon Security"
        },
        "stat": 0.003999948501586914
    },
    {
        "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.003000020980834961
    },
    {
        "type": "Break",
        "error": "Unsupported for JSON format",
        "stat": 0.0009999275207519531
    },
    {
        "type": "Colors",
        "error": "Unsupported for JSON format",
        "stat": 0.0009999275207519531
    }
]

Features built-in

fastfetch --list-features
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