Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.

screen shot
螢幕截圖 2024-11-23 上午1 02 44

### Usage

Start the development environment:

```
npm run tauri dev
```

Generate the macOS .dmg installer:

```
npm run tauri build -- --bundles dmg
```