Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eahnns1228/system-info-monitor
Desktop application that designed to display CPU and memory usage.
https://github.com/eahnns1228/system-info-monitor
dark-theme light-theme macos react system-info system-information tauri
Last synced: about 1 month ago
JSON representation
Desktop application that designed to display CPU and memory usage.
- Host: GitHub
- URL: https://github.com/eahnns1228/system-info-monitor
- Owner: eahnns1228
- License: mit
- Created: 2024-11-12T15:42:34.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-22T17:09:13.000Z (2 months ago)
- Last Synced: 2024-12-24T23:24:06.686Z (about 1 month ago)
- Topics: dark-theme, light-theme, macos, react, system-info, system-information, tauri
- Language: TypeScript
- Homepage:
- Size: 257 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nimbus `macOS`
**Nimbus** is a desktop application built with [Tauri](https://tauri.app/), designed to display real-time CPU and memory usage with a simple and intuitive interface.
### Usage
Start the development environment:
```
npm run tauri dev
```Generate the macOS .dmg installer:
```
npm run tauri build -- --bundles dmg
```