mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-04-04 09:46:43 +00:00
57 lines
1.8 KiB
Markdown
57 lines
1.8 KiB
Markdown
<div align="center">
|
|
<img src="app-icon.png" alt="NeoHtop Logo" width="120" />
|
|
<h1>NeoHtop</h1>
|
|
<p>A modern, cross-platform system monitor built on top of Svelte, Rust and Tauri.</p>
|
|
|
|
[](https://github.com/Abdenasser/neohtop/blob/main/LICENSE)
|
|
[](https://github.com/Abdenasser/neohtop/stargazers)
|
|
[](https://github.com/Abdenasser/neohtop/issues)
|
|
[](https://github.com/Abdenasser/neohtop/releases)
|
|
<!-- notorized by apple -->
|
|
[](https://developer.apple.com/support/notarization/)
|
|
</div>
|
|
|
|
<div align="center">
|
|
<img src="https://github.com/Abdenasser/neohtop/blob/main/screenshot.jpg?raw=true" alt="NeoHtop Screenshot" width="800" />
|
|
</div>
|
|
|
|
## Features
|
|
|
|
- 🚀 Real-time process monitoring
|
|
- 💻 CPU and Memory usage tracking
|
|
- 🎨 Beautiful, modern UI with dark/light themes
|
|
- 🔍 Process search and filtering
|
|
- 📌 Pin important processes
|
|
- 🛠 Process management (kill processes)
|
|
- 🎯 Sort by any column
|
|
- 🔄 Auto-refresh system stats
|
|
|
|
## Tech Stack
|
|
|
|
- **Frontend**: SvelteKit, TypeScript
|
|
- **Backend**: Rust, Tauri
|
|
- **Styling**: CSS Variables for theming
|
|
- **Icons**: FontAwesome
|
|
|
|
## Development
|
|
|
|
### Prerequisites
|
|
|
|
- Node.js (v16 or later)
|
|
- Rust (latest stable)
|
|
- Xcode Command Line Tools (for macOS)
|
|
|
|
### Setup
|
|
|
|
```bash
|
|
# Install dependencies
|
|
npm install
|
|
|
|
# Run in development mode
|
|
npm run tauri dev
|
|
|
|
# Build for production
|
|
npm run tauri build
|
|
|
|
# Build universal macOS binary
|
|
./build-universal.sh |