Skip to content

[BUG] <redacted> displayed as WiFi SSID on macOS Sequoia #1874

@CTRL-panino

Description

@CTRL-panino

Read the FAQ first

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

Description

In the latest macOS version (Sequoia 15.6), Fastfetch displays the SSID in the WiFi module as <redacted>.
I read on the release notes that this will be the default behaviour for macOS Tahoe and later, but I am currently using macOS Sequoia 15.6

Due to more restrictive permissions in macOS Tahoe, SSID detection on macOS 26+ requires root privileges. <redacted> will be displayed otherwise.

Version used

2.49.0

Bug prevalence

Always

Regression

No

Installation

GitHub Releases

Screenshots

Image

Configuration

{
  "type": "wifi",
  "key": "├ Wi-Fi ",
  "keyColor": "blue",
  "format": "{4} - {7} - {13} GHz - {6} - {10}"
},

System information

{
    "type": "Wifi",
    "result": [
      {
        "inf": {
          "description": "en0",
          "status": "Power On"
        },
        "conn": {
          "status": "Active",
          "ssid": "<redacted>",
          "bssid": "<redacted>",
          "protocol": "802.11ax (Wi-Fi 6)",
          "security": "WPA3 Personal",
          "signalQuality": 100.0,
          "rxRate": null,
          "txRate": 960.0,
          "channel": 100,
          "frequency": 5400
        }
      }
    ],
    "stat": 19.264000000199303
  },

Features built-in

threads
vulkan
imagemagick7
chafa
zlib
sqlite3

Metadata

Metadata

Assignees

No one assigned

    Labels

    appleOnly affects Apple platform

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions