WardenState is a lightweight, cross‑platform Python utility designed to monitor and report key system information on both Windows and macOS. It provides a simple, script‑based way to gather machine state data for diagnostics, automation workflows, or system‑health reporting.
- Cross‑platform support WardenState_WindowsOS.py for Windows systems
- WardenState_MacOS.py for macOS systems
- System information collection
- Hardware details
- OS metadata
- Runtime/system state values
- Lightweight & dependency‑minimal
- Easy to integrate into larger automation or monitoring pipelines
- Python 3.8+
- Standard library only (no external dependencies unless you add them)
sudo python WardenState_WindowsOS.pysudo python WardenState_MacOS.pyYou can extend WardenState to collect additional metrics such as:
- Network information
- Disk usage
- Running processes
- Security/patch status
- System logs The scripts are intentionally simple so you can modify them to fit your environment or automation stack.
WardenState © 2026 by The-R34per is licensed under CC BY-SA 4.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-sa/4.0/