Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.31 KB

File metadata and controls

49 lines (33 loc) · 1.31 KB
NEXMON Logo

NEXMON

A lightweight system monitor built with Rust and React.

Download · Website · Report Bug


About

NEXMON is a desktop application for real-time system monitoring. It displays CPU usage, memory consumption, network activity, and running processes with a clean, modern interface.

Projects

Project Description Tech
nexmon-app Desktop application Rust, Tauri, React, TypeScript
nexmon-landing Landing page Astro, Tailwind CSS

Quick Start

# Clone
git clone https://github.com/krushodev/nexmon.git

# Desktop App
cd nexmon/nexmon-app
bun install
bun tauri dev

# Landing Page
cd nexmon/nexmon-landing
bun install
bun dev

License

MIT License - see LICENSE for details.


A personal project by krushodev