mikufetch.info

System information detection module for Mikufetch.

This module collects system details across different platforms (Windows, macOS, Linux) and returns them in a unified format for rendering in the CLI.

Functions

detect_cpu()

Detect CPU model string.

detect_host()

Get system hostname.

detect_kernel()

Get kernel version.

detect_memory()

Detect memory usage and total RAM.

detect_os()

Get OS name and version string.

detect_packages()

Detect number of installed packages (Linux only).

detect_resolution()

Detect screen resolution.

detect_shell()

Detect the active shell name.

detect_uptime()

Detect system uptime.

get_sys_info()

Collect all system information points.