Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rememberber/mooinfo
Visual implementation of OSHI, to view information about the system and hardware.
https://github.com/rememberber/mooinfo
flatlaf hardware java os oshi swing system
Last synced: 4 days ago
JSON representation
Visual implementation of OSHI, to view information about the system and hardware.
- Host: GitHub
- URL: https://github.com/rememberber/mooinfo
- Owner: rememberber
- License: mit
- Created: 2021-11-27T07:48:13.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T02:23:45.000Z (2 months ago)
- Last Synced: 2025-01-10T23:12:23.387Z (11 days ago)
- Topics: flatlaf, hardware, java, os, oshi, swing, system
- Language: Java
- Homepage: https://rememberber.github.io/MooInfo/
- Size: 12.5 MB
- Stars: 209
- Watchers: 7
- Forks: 31
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MooInfo
![logo](assets/windows/MooInfo.ico)Visual implementation of OSHI, to view information about the system and hardware.
Such as OS, processes, memory, CPU, disks, devices, sensors, etc.
## Supported platforms
![Windows](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=A8E4A0)
![Linux](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black)
![macOS](https://img.shields.io/badge/mac%20os-000000?style=for-the-badge&logo=macos&logoColor=black)## Screenshot
![Overview](screenshot/overview_mac.png)
![CPU](screenshot/cpu_mac.png)
![Memory](screenshot/memory_mac.png)
![Detail](screenshot/detail_mac.png)
![Network](screenshot/network_mac.png)
![Power](screenshot/power_mac.png)
![Processes](screenshot/processes_mac.png)
![Storage](screenshot/storage_mac.png)
![Variables](screenshot/variables_mac.png)
![USB](screenshot/usb_windows.png)More themes:
![Theme](screenshot/theme_windows.png)
[More Screenshot on Windows](screenshot/)
## Download
[https://github.com/rememberber/MooInfo/releases](https://github.com/rememberber/MooInfo/releases)
[https://gitee.com/zhoubochina/MooInfo/releases](https://gitee.com/zhoubochina/MooInfo/releases)## Thanks to
[FlatLaf](https://github.com/JFormDesigner/FlatLaf)
[oshi](https://github.com/oshi/oshi)
[Hutool](http://hutool.cn/)
[iconfont](https://www.iconfont.cn/)## Development considerations
Before your first start, **set the IntelliJ IDEA as below**, then **maven clean**:
![considerations](assets/material/gui_build.png)