Curioso is a python api, CLI, for detecting operating system information and reporting in a JSON format.
uv add curioso
# or
pip install curiosouv run curioso
# or
python -m curiosofrom curioso import ReportInfo
report = await ReportInfo.probe()This project is licensed under the terms of the MIT license.