https://github.com/mindstudioofficial/hardwareinfo_cli
Display hardware component information with a beautiful CLI
https://github.com/mindstudioofficial/hardwareinfo_cli
command-line-tool hardware-information
Last synced: 8 months ago
JSON representation
Display hardware component information with a beautiful CLI
- Host: GitHub
- URL: https://github.com/mindstudioofficial/hardwareinfo_cli
- Owner: MindStudioOfficial
- Created: 2023-07-15T15:38:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-27T12:26:35.000Z (almost 3 years ago)
- Last Synced: 2025-03-01T03:43:16.451Z (over 1 year ago)
- Topics: command-line-tool, hardware-information
- Language: Dart
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# *WIP* Hardware Information as a beautiful CLI

| OS | Implemented |
| ------- | ----------- |
| Windows | ✔ (WIP) |
| Linux | ✔ (WIP) |
```
╭Motherboard──────────────────────────────────────────────────────────╮
│ ASRock X570 Creator │
│ │
│ ╭CPU──────────────────────╮ ╭MEM╮ ╭MEM╮ ╭MEM╮ ╭MEM╮ │
│ │ Model: AMD Ryzen 9 │ │ D │ │ D │ │ D │ │ D │ │
│ │ 5950X 16-Core Processor │ │ I │ │ I │ │ I │ │ I │ │
│ │ Cores: 16 │ │ M │ │ M │ │ M │ │ M │ │
│ │ Threads: 32 │ │ M │ │ M │ │ M │ │ M │ │
│ │ Base Clock: 3401 MHz │ │ 0 │ │ 1 │ │ 0 │ │ 1 │ │
│ ╰─────────────────────────╯ │ │ │ │ │ │ │ │ │
│ │ 3 │ │ 3 │ │ 3 │ │ 3 │ │
│ ╭DRIVE───────────────────────────╮ │ 2 │ │ 2 │ │ 2 │ │ 2 │ │
│ │ Model: Samsung SSD 870 QVO 2TB │ │ G │ │ G │ │ G │ │ G │ │
│ ╰────────────────────────────────╯ │ B │ │ B │ │ B │ │ B │ │
│ ╭DRIVE─────────────────────────────╮ │ │ │ │ │ │ │ │ │
│ │ Model: Samsung SSD 980 PRO 500GB │ │ 3 │ │ 3 │ │ 3 │ │ 3 │ │
│ ╰──────────────────────────────────╯ │ 6 │ │ 6 │ │ 6 │ │ 6 │ │
│ ╭DRIVE───────────────────────────╮ │ 0 │ │ 0 │ │ 0 │ │ 0 │ │
│ │ Model: Samsung SSD 970 PRO 1TB │ │ 0 │ │ 0 │ │ 0 │ │ 0 │ │
│ ╰────────────────────────────────╯ │ M │ │ M │ │ M │ │ M │ │
│ │ H │ │ H │ │ H │ │ H │ │
│ │ z │ │ z │ │ z │ │ z │ │
│ ╰───╯ ╰───╯ ╰───╯ ╰───╯ │
╰─────────────────────────────────────────────────────────────────────╯
```
## Debugging
```
dart run
```