[BUG] Fastfetch reports incorrect terminal font for Windows 11
bug
### Read the FAQ first
- [x] I have checked the FAQ but the issue is not covered
### Description
Incorrect font reported for terminal font
### Version used
fastfetch 2.65.2 (x86_64)
### Bug prevalence
Always
### Regression
Not sure
### Installation
GitHub Releases
### Package manager
_No response_
### Screenshots
<img width="1306" height="845" alt="Image" src="https://github.com/user-attachments/assets/9eca6c9a-3e77-4a85-bf2c-1937e6533ff3" />
<img width="1305" height="839" alt="Image" src="https://github.com/user-attachments/assets/dab170ad-9e2f-4521-a4b3-ddf0f86e7069" />
### Configuration
```jsonc
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"padding": {
"top": 3,
"left": 2
},
"color": {
"1": "red",
"2": "green",
"3": "yellow",
"4": "blue"
}
},
"display": {
"color": {
"title": "cyan"
},
"hideCursor": false,
"separator": " "
},
"modules": [
"title",
"separator",
{
"type": "host",
"keyColor": "red",
"key": " PC"
},
{
"type": "CPU",
"keyColor": "red",
"key": " ├"
},
{
"type": "gpu",
"keyColor": "red",
"key": " ├"
},
{
"type": "display",
"keyColor": "red",
"key": " ├"
},
{
"type": "memory",
"keyColor": "red",
"key": " ╰"
},
"break",
{
"type": "os",
"keyColor": "green",
"key": " OS"
},
{
"type": "kernel",
"keyColor": "green",
"key": " ├"
},
{
"type": "lm",
"keyColor": "green",
"key": " ├"
},
{
"type": "shell",
"keyColor": "green",
"key": " ├"
},
{
"type": "terminal",
"keyColor": "green",
"key": " ├"
},
{
"type": "Packages",
"keyColor": "green",
"key": " ├"
},
{
"type": "TerminalFont",
"keyColor": "green",
"key": " ╰"
},
"break",
{
"type": "WM",
"keyColor": "yellow",
"key": " WM"
},
{
"type": "WMTheme",
"keyColor": "yellow",
"key": " ├"
},
{
"type": "Theme",
"keyColor": "yellow",
"key": " ├"
},
{
"type": "icons" ,
"keyColor": "yellow",
"key": " ├"
},
{
"type": "Font",
"keyColor": "yellow",
"key": " ├"
},
{
"type": "terminalfont",
"keyColor": "yellow",
"key": " ├"
},
{
"type": "Cursor",
"keyColor": "yellow",
"key": " ╰"
},
"break",
{
"type": "custom",
"format": " {#90} {#31} {#32} {#33} {#34} {#35} {#36} {#37}"
}
]
}
```
### System information
```jsonc
[
{
"type": "Title",
"result": {
"userId": "S-1-5-21-141810293-3480667573-2331525039-1001",
"userName": "tdtoo",
"fullUserName": "Travis Tooke",
"hostName": "Lappy486",
"homeDir": "C:/Users/tdtoo/",
"exePath": "C:/Users/tdtoo/Downloads/fastfetch-windows-amd64/fastfetch.exe",
"userShell": "",
"pid": 15536,
"cwd": "C:/Users/tdtoo/"
},
"stat": 0.01209999993443489
},
{
"type": "Separator",
"error": "Unsupported for JSON format",
"stat": 0.00279999990016222
},
{
"type": "OS",
"result": {
"buildID": "",
"codename": "25H2",
"id": "Windows 11",
"idLike": "Windows",
"name": "Windows",
"prettyName": "Windows 11 Home (25H2)",
"variant": "Home",
"variantID": "",
"version": "11",
"versionID": ""
},
"stat": 1.1223000008612871
},
{
"type": "Host",
"result": {
"family": "Acer Nitro V 16 AI",
"name": "Nitro ANV16-61",
"version": "V1.07",
"sku": "0000000000000000",
"vendor": "Acer",
"serial": "NHU25AA00253205D623400",
"uuid": "ACF09F05-1765-F011-A51F-38A7469BB2F3"
},
"stat": 0.04210000019520521
},
{
"type": "BIOS",
"result": {
"date": "07/18/2025",
"release": "1.7",
"vendor": "Insyde Corp.",
"version": "V1.07",
"type": "UEFI"
},
"stat": 0.014699999243021011
},
{
"type": "Bootmgr",
"error": "The token does not have the specified privilege; try sudo please",
"stat": 0.24200000055134296
},
{
"type": "Board",
"result": {
"name": "RX_SKF",
"vendor": "KRK",
"version": "V1.07",
"serial": "NBQUE11004532295B74100"
},
"stat": 0.01140000019222498
},
{
"type": "Chassis",
"result": {
"type": "Notebook",
"vendor": "Acer",
"version": "V1.07",
"serial": "Chassis Serial Number"
},
"stat": 0.0072999997064471245
},
{
"type": "Kernel",
"result": {
"architecture": "x86_64",
"name": "WIN32_NT",
"release": "10.0.26200.8655",
"version": "26100.1.amd64fre.ge_release.240331-1435",
"pageSize": 4096
},
"stat": 0.0021000001579523087
},
{
"type": "InitSystem",
"error": "Not supported on this platform",
"stat": 0.0016999999061226845
},
{
"type": "Uptime",
"result": {
"uptime": 5721042,
"bootTime": "2026-07-04T13:00:58.991-0700"
},
"stat": 0.24759999942034483
},
{
"type": "Loadavg",
"error": "Not supported on this platform",
"stat": 0.002199999988079071
},
{
"type": "Processes",
"result": 334,
"stat": 5.734599999152124
},
{
"type": "Packages",
"result": {
"all": 20,
"choco": 20
},
"stat": 0.23630000092089176
},
{
"type": "Shell",
"result": {
"exe": "C:\\Program Files\\PowerShell\\7\\pwsh.exe",
"exeName": "pwsh.exe",
"exePath": "C:\\Program Files\\PowerShell\\7\\pwsh.exe",
"pid": 29876,
"ppid": 13740,
"processName": "pwsh.exe",
"prettyName": "PowerShell",
"version": "7.6.3",
"tty": null
},
"stat": 0.23089999984949827
},
{
"type": "Editor",
"error": "$VISUAL or $EDITOR not set",
"stat": 0.007999999448657036
},
{
"type": "Display",
"result": [
{
"id": 65537,
"name": "MNG007QX2-3",
"primary": true,
"output": {
"width": 1920,
"height": 1200,
"refreshRate": 180.0,
"drrStatus": "Disabled",
"dpi": 120
},
"scaled": {
"width": 1536,
"height": 960
},
"preferred": {
"width": 1920,
"height": 1200,
"refreshRate": 180.0
},
"physical": {
"width": 345,
"height": 215
},
"rotation": 0,
"bitDepth": 8,
"hdrStatus": "Unsupported",
"type": "Builtin",
"manufactureDate": {
"year": 2024,
"week": 47
},
"serial": null,
"platformApi": "GDI"
}
],
"stat": 0.46370000019669533
},
{
"type": "Brightness",
"result": [
{
"name": "CSW1664",
"max": 100.0,
"min": 0.0,
"current": 40.0,
"builtin": true
}
],
"stat": 0.13169999979436398
},
{
"type": "Monitor",
"error": "Monitor module is an alias of Display module",
"stat": 0.0021000001579523087
},
{
"type": "LM",
"error": "Not supported on this platform",
"stat": 0.000700000673532486
},
{
"type": "DE",
"error": "No DE found",
"stat": 0.005199999548494816
},
{
"type": "WM",
"result": {
"processName": "dwm.exe",
"prettyName": "Desktop Window Manager",
"protocolName": "",
"pluginName": "",
"version": "10.0.26100.8521"
},
"stat": 5.412200000137091
},
{
"type": "WMTheme",
"result": "Custom - #906D39 (System: Dark, Apps: Dark)",
"stat": 0.04669999983161688
},
{
"type": "Theme",
"result": {
"theme1": "Fluent",
"theme2": ""
},
"stat": 0.005700000561773777
},
{
"type": "Icons",
"error": "All icons are hidden",
"stat": 0.037299999967217445
},
{
"type": "Font",
"result": {
"display": "Segoe UI (15pt) [Caption / Menu / Message / Status]",
"fonts": [
"Segoe UI (15pt)",
"Segoe UI (15pt)",
"Segoe UI (15pt)",
"Segoe UI (15pt)"
]
},
"stat": 0.018199999816715717
},
{
"type": "Cursor",
"result": {
"theme": "Windows Default",
"size": "32"
},
"stat": 0.015300000086426735
},
{
"type": "Wallpaper",
"result": "C:\\Users\\tdtoo\\Downloads\\steamcity-wallpaper\\SteamCity\\contents\\images\\1920x1080.jpg",
"stat": 0.009100000374019146
},
{
"type": "Terminal",
"result": {
"processName": "conhost.exe",
"exe": "C:\\Windows\\System32\\conhost.exe",
"exeName": "conhost.exe",
"exePath": "C:\\Windows\\System32\\conhost.exe",
"pid": 0,
"ppid": 0,
"prettyName": "Windows Console",
"version": "10.0.26100.8521",
"tty": ""
},
"stat": 0.2763000000268221
},
{
"type": "TerminalFont",
"result": {
"font": {
"name": "Consolas",
"size": "16",
"styles": [],
"pretty": "Consolas (16pt)"
},
"fallback": {
"name": "",
"size": "",
"styles": [],
"pretty": ""
}
},
"stat": 0.1354000000283122
},
{
"type": "TerminalSize",
"result": {
"columns": 106,
"rows": 30,
"width": 1060,
"height": 600
},
"stat": 1.9122000001370907
},
{
"type": "TerminalTheme",
"result": {
"fg": {
"r": 204,
"g": 204,
"b": 204,
"dark": false
},
"bg": {
"r": 12,
"g": 12,
"b": 12,
"dark": true
}
},
"stat": 0.43400000035762787
},
{
"type": "CPU",
"result": {
"cpu": "AMD Ryzen AI 7 350",
"vendor": "AuthenticAMD",
"packages": 1,
"cores": {
"physical": 8,
"logical": 16,
"online": 16
},
"frequency": {
"base": 1996,
"max": 0
},
"coreTypes": [
{
"count": 8,
"freq": 2
},
{
"count": 8,
"freq": 1
}
],
"temperature": 35.0,
"march": "x86_64-v4",
"numaNodes": 1,
"codeName": "Ryzen AI 7 (Krackan Point)",
"technology": "TSMC N4P"
},
"stat": 0.276999999769032
},
{
"type": "CPUCache",
"result": {
"l1": [
{
"size": 49152,
"num": 8,
"lineSize": 64,
"type": "data"
},
{
"size": 32768,
"num": 8,
"lineSize": 64,
"type": "instruction"
}
],
"l2": [
{
"size": 1048576,
"num": 8,
"lineSize": 64,
"type": "unified"
}
],
"l3": [
{
"size": 16777216,
"num": 1,
"lineSize": 64,
"type": "unified"
}
]
},
"stat": 0.022700000554323196
},
{
"type": "CPUUsage",
"result": [
2.017702835434717,
1.6011182706933584,
6.323057637405266,
10.460006191406174,
2.3623028885474713,
1.722415862169124,
4.873875423268896,
9.186830700084844,
1.6864829125486331,
1.9291965725729399,
4.87424996369251,
18.224548449479084,
2.832324367294213,
12.671703853180155,
8.27881477065132,
5.242939148646686
],
"stat": 0.060499999672174454
},
{
"type": "GPU",
"result": [
{
"index": 0,
"coreCount": 3328,
"coreUsage": 0.0,
"memory": {
"dedicated": {
"total": 8282701824,
"used": 0
},
"shared": {
"total": null,
"used": null
},
"type": "GDDR7"
},
"driver": "32.0.16.1047",
"name": "NVIDIA GeForce RTX 5060 Laptop GPU",
"temperature": 35.0,
"type": "Discrete",
"vendor": "NVIDIA",
"platformApi": "WDDM 3.2",
"frequency": 3090,
"deviceId": 25344,
"pcieSpeed": {
"max": {
"gen": 4,
"lanes": 16
},
"current": {
"gen": 4,
"lanes": 8
}
}
},
{
"index": 0,
"coreCount": 512,
"coreUsage": 1.0,
"memory": {
"dedicated": {
"total": 8640681984,
"used": 1455747072
},
"shared": {
"total": 0,
"used": 0
},
"type": "DDR5"
},
"driver": "32.0.13030.13001",
"name": "AMD Radeon(TM) 860M Graphics",
"temperature": 32.0,
"type": "Integrated",
"vendor": "AMD",
"platformApi": "WDDM 3.2",
"frequency": null,
"deviceId": 25600,
"pcieSpeed": {
"max": {
"gen": 4,
"lanes": 16
},
"current": {
"gen": 4,
"lanes": 16
}
}
}
],
"stat": 2620.3487999998033
},
{
"type": "Codec",
"result": [
{
"gpu": "NVIDIA GeForce RTX 5060 Laptop GPU",
"encoders": [
"H.264",
"HEVC / H.265",
"AV1"
],
"decoders": [
"MPEG-2",
"DivX / Xvid",
"H.264",
"VC-1",
"HEVC / H.265",
"VP9",
"AV1"
],
"platformApi": "D3D12VA"
},
{
"gpu": "AMD Radeon(TM) 860M Graphics",
"encoders": [
"H.264",
"HEVC / H.265",
"AV1"
],
"decoders": [
"H.264",
"HEVC / H.265",
"VP9",
"AV1"
],
"platformApi": "D3D12VA"
}
],
"stat": 471.12390000000596
},
{
"type": "Memory",
"result": {
"total": 16417402880,
"used": 10610565120
},
"stat": 0.008700000122189522
},
{
"type": "PhysicalMemory",
"result": [
{
"size": 8589934592,
"installed": true,
"maxSpeed": 5600,
"runningSpeed": 5600,
"type": "DDR5",
"locator": "P0 CHANNEL A/DIMM 0",
"formFactor": "SODIMM",
"vendor": "Micron Technology",
"serial": "479042C2",
"partNumber": "MTC4C10163S1SC56BD1",
"ecc": false
},
{
"size": 8589934592,
"installed": true,
"maxSpeed": 5600,
"runningSpeed": 5600,
"type": "DDR5",
"locator": "P0 CHANNEL B/DIMM 0",
"formFactor": "SODIMM",
"vendor": "Micron Technology",
"serial": "4790439B",
"partNumber": "MTC4C10163S1SC56BD1",
"ecc": false
}
],
"stat": 0.018099999986588955
},
{
"type": "Swap",
"result": [
{
"name": "C:\\pagefile.sys",
"used": 999198720,
"total": 28991029248
}
],
"stat": 0.009200000204145908
},
{
"type": "Disk",
"result": [
{
"bytes": {
"available": 156458852352,
"free": 156458852352,
"total": 1022580748288,
"used": 866121895936
},
"files": {
"total": null,
"used": null
},
"filesystem": "NTFS",
"mountpoint": "C:\\",
"mountFrom": "\\Device\\HarddiskVolume3",
"name": "Acer",
"volumeType": [
"Regular"
],
"createTime": "2025-08-06T06:39:21.049-0700"
}
],
"stat": 0.07150000054389238
},
{
"type": "Btrfs",
"error": "Not supported on this platform",
"stat": 0.001499999314546585
},
{
"type": "Zpool",
"error": "dlopen(libzfs.dll) failed",
"stat": 1.7486000005155802
},
{
"type": "Battery",
"result": [
{
"capacity": 79.53378059646732,
"manufacturer": "Simplo",
"manufactureDate": "",
"modelName": "AP24A7Q",
"technology": "Rechargeable",
"serial": "11,107",
"temperature": null,
"cycleCount": 60,
"timeRemaining": null,
"status": [
"AC Connected"
]
}
],
"stat": 0.2971000000834465
},
{
"type": "PowerAdapter",
"error": "Not supported on this platform",
"stat": 0.001199999824166298
},
{
"type": "Player",
"error": "Player module is an alias of Media module",
"stat": 0.0006999997422099113
},
{
"type": "Media",
"error": "winrt: GetCurrentSession() failed",
"stat": 10.81980000063777
},
{
"type": "PublicIp",
"result": {
"ip": "73.67.138.126",
"location": "Portland, US"
},
"stat": 0.15299999993294477
},
{
"type": "LocalIp",
"result": [
{
"name": "Wi-Fi",
"defaultRoute": {
"ipv4": true,
"ipv6": true
},
"ipv4": "10.0.0.19/24",
"ipv6": "2601:1c2:1c7f:5940::9b5d/128,2601:1c2:1c7f:5940:8be9:69a5:17aa:7564/64,2601:1c2:1c7f:5940:1532:2f6f:1940:a29d/128,fe80::b853:6b02:39f0:29a9/64",
"mac": "50:bb:b5:0a:db:b0",
"mtu": 1500,
"speed": 866,
"flags": "DDNS_ENABLED,DHCP_ENABLED,IPV6_OTHER_STATEFUL_CONFIG,NETBIOS_OVER_TCPIP_ENABLED,IPV4_ENABLED,IPV6_ENABLED,IPV6_MANAGE_ADDRESS_CONFIG"
}
],
"stat": 5.139399999752641
},
{
"type": "DNS",
"result": [
"75.75.75.75",
"75.75.76.76",
"2001:558:feed::1",
"2001:558:feed::2"
],
"stat": 6.411899999715388
},
{
"type": "Wifi",
"result": [
{
"inf": {
"description": "RZ616 Wi-Fi 6E 160MHz",
"status": "Connected"
},
"conn": {
"status": "Connected",
"ssid": "gettynet",
"bssid": "B0:DA:F9:B3:00:84",
"protocol": "802.11ac (Wi-Fi 5)",
"security": "WPA2-PSK",
"signalQuality": 97.0,
"rxRate": 866.7,
"txRate": 866.7,
"channel": 157,
"frequency": 5785
}
}
],
"stat": 48.27339999936521
},
{
"type": "DateTime",
"result": "2026-07-04T14:36:23.214-0700",
"stat": 0.02220000047236681
},
{
"type": "Locale",
"result": "en-US",
"stat": 0.003699999302625656
},
{
"type": "Vulkan",
"result": {
"apiVersion": "1.4.341",
"conformanceVersion": "1.4.3",
"driver": "NVIDIA [610.47]",
"gpus": [
{
"type": "Discrete",
"vendor": "NVIDIA",
"name": "NVIDIA GeForce RTX 5060 Laptop GPU",
"driver": "610.47",
"platformApi": "Vulkan 1.4.341",
"deviceId": 11545,
"memory": {
"dedicated": {
"total": 8282701824,
"used": null
},
"shared": {
"total": 8208699392,
"used": null
}
},
"deviceId": 11545
},
{
"type": "Integrated",
"vendor": "AMD",
"name": "AMD Radeon(TM) 860M Graphics",
"driver": "24.30.30.13 (LLPC)",
"platformApi": "Vulkan 1.3.302",
"deviceId": 4372,
"memory": {
"dedicated": {
"total": 0,
"used": null
},
"shared": {
"total": 8745517056,
"used": null
}
},
"deviceId": 4372
}
]
},
"stat": 1046.8472999995574
},
{
"type": "OpenGL",
"result": {
"version": "4.6.0 NVIDIA 610.47",
"renderer": "NVIDIA GeForce RTX 5060 Laptop GPU/PCIe/SSE2",
"vendor": "NVIDIA Corporation",
"slv": "4.60 NVIDIA",
"library": "WGL 1.0"
},
"stat": 73.61049999948591
},
{
"type": "OpenCL",
"result": {
"version": "2.1 AMD-APP (3640.0)",
"name": "AMD Accelerated Parallel Processing",
"vendor": "Advanced Micro Devices, Inc.",
"gpus": [
{
"type": "Discrete",
"vendor": "NVIDIA",
"name": "NVIDIA GeForce RTX 5060 Laptop GPU",
"driver": "610.47",
"platformApi": "OpenCL 3.0 CUDA",
"coreCount": 26,
"frequency": 1785,
"memory": {
"dedicated": {
"total": 8546484224,
"used": null
},
"shared": {
"total": null,
"used": null
}
},
"deviceId": 2936120382208
},
{
"type": "Integrated",
"vendor": "AMD",
"name": "gfx1152",
"driver": "(PAL,LC)",
"platformApi": "OpenCL 2.0 AMD-APP (3640.0)",
"coreCount": 4,
"frequency": 3000,
"memory": {
"dedicated": {
"total": null,
"used": null
},
"shared": {
"total": 6693355520,
"used": null
}
},
"deviceId": 2936125737056
}
]
},
"stat": 141.86630000080913
},
{
"type": "Users",
"result": [
{
"name": "tdtoo",
"hostName": "",
"sessionName": "Console",
"clientIp": "",
"loginTime": "2026-07-04T13:01:20.052-0700"
}
],
"stat": 0.5679000001400709
},
{
"type": "Bluetooth",
"result": [],
"stat": 2.980399999767542
},
{
"type": "BluetoothRadio",
"result": [
{
"name": "LAPPY486",
"address": "50:BB:B5:0A:DB:B1",
"lmpVersion": 13,
"lmpSubversion": 9475,
"vendor": "Unknown",
"enabled": true,
"discoverable": false,
"connectable": true
}
],
"stat": 0.4661000007763505
},
{
"type": "Sound",
"result": [
{
"name": "Speakers (Realtek(R) Audio)",
"identifier": "{0.0.0.00000000}.{c3e757c7-41d8-4d1a-a14c-9f68b229d77a}",
"platformApi": "Core Audio APIs",
"type": [
"main",
"active"
],
"volume": 54
}
],
"stat": 4.075799999758601
},
{
"type": "Camera",
"result": [
{
"name": "ACER FHD User Facing",
"vendor": "",
"colorSpace": "sRGB",
"id": "\\\\?\\usb#vid_04f2&pid_b831&mi_00#7&39accec1&0&0000#{e5323777-f976-4f5b-9b55-b94699c46e44}\\global",
"width": 1920,
"height": 1080
}
],
"stat": 32.25839999970049
},
{
"type": "Gamepad",
"result": [],
"stat": 0.021900000050663948
},
{
"type": "Mouse",
"result": [
{
"serial": "9999",
"name": "HIDI2C Device",
"ignored": false
}
],
"stat": 0.07560000009834766
},
{
"type": "Keyboard",
"result": [
{
"serial": "",
"name": "Standard PS/2 Keyboard",
"ignored": false
},
{
"serial": "9999",
"name": "HIDI2C Device",
"ignored": false
}
],
"stat": 0.3581999996677041
},
{
"type": "Weather",
"result": "+72°F - Sunny (Gresham, Oregon, US)",
"stat": 0.14169999957084656
},
{
"type": "NetIO",
"result": [
{
"name": "Wi-Fi",
"defaultRoute": true,
"txBytes": 1016,
"rxBytes": 3769,
"txPackets": 5,
"rxPackets": 12,
"rxErrors": 0,
"txErrors": 0,
"rxDrops": 0,
"txDrops": 0
}
],
"stat": 5.022000000812113
},
{
"type": "DiskIO",
"result": [
{
"name": "WD PC SN5000S SDEQNSJ-1T00-1014",
"devPath": "\\\\.\\PhysicalDrive0",
"bytesRead": 20553344,
"bytesWritten": 894976,
"readCount": 730,
"writeCount": 76
}
],
"stat": 0.07469999976456165
},
{
"type": "PhysicalDisk",
"result": [
{
"name": "WD PC SN5000S SDEQNSJ-1T00-1014",
"devPath": "\\\\?\\SCSI#Disk&Ven_NVMe&Prod_WD_PC_SN5000S_SD#5&7cabe0f&0&000000#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}",
"interconnect": "NVMe",
"kind": "SSD",
"size": 1024209543168,
"serial": "E823_8FA6_BF53_0001_001B_448B_426D_C722.",
"removable": false,
"readOnly": false,
"unknown": false,
"revision": "34230100",
"temperature": 36.0
}
],
"stat": 2.6877999994903803
},
{
"type": "TPM",
"result": {
"version": "2.0",
"description": "HW TPM 2.0"
},
"stat": 0.4477000003680587
},
{
"type": "Version",
"result": {
"projectName": "fastfetch",
"sysName": "Windows",
"architecture": "x86_64",
"version": "2.65.2",
"versionGit": "",
"cmakeBuiltType": "RelWithDebInfo",
"compileTime": "Jun 28 2026, 09:11:25",
"compiler": "clang 22.1.7",
"debugMode": false,
"libc": "ucrt 14.0"
},
"stat": 0.007000000216066837
},
{
"type": "Break",
"error": "Unsupported for JSON format",
"stat": 0.0010999999940395355
},
{
"type": "Colors",
"error": "Unsupported for JSON format",
"stat": 0.001199999824166298
}
]
```
### Features built-in
```text
threads
vulkan
imagemagick7
chafa
zlib
opencl
libzfs
Embedded wcwidth
WinRT headers
Windows 8.1 Compatibility
Lua 5.5
QuickJS 0.15.1
```
关闭于 2026-07-05 5 条评论