
Why another system monitor? That's not a TUI? (The Back Story)
Features
-
🚀 Real-time process monitoring
-
💻 CPU and Memory usage tracking
-
🎨 Beautiful, modern UI with dark/light themes
-
🔍 Process search and filtering
Search for processes by name, command, or PID. Search for multiple things at once by separating them with commas. For example,
arm, x86
will return processes havingarm
orx86
as a substring of the name or command. You can use regular expressions too. For example,d$
will return a list of daemons (which tend to end in the letterd
), while^(\w+\.)+\w+$
will return a list of processes with reverse domain name notation, such ascom.docker.vmnetd
. -
📌 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
# Install dependencies
npm install
# Run in development mode
npm run tauri dev
# Build for production
npm run tauri build
# Build for local mac(Bypass code signing)
npm run tauri build -- --bundles app --config "{\"bundle\":{\"macOS\":{\"signingIdentity\":null}}}"
Contributing
We welcome contributions from the community! Please see our contributing guidelines for more information.
Support
If you find this project helpful, consider buying me a coffee:
License
This project is licensed under the MIT License - see the LICENSE file for details.