Status: Work in Progress
Expect breaking changes, missing features, and occasional dragons 🐉
UniProc Monitors process by PID or name.
Right now, we’re actively building the foundation — so things may be unstable, incomplete, or change without notice.
- Project scaffolding set up
- Initial build works locally
- Core functionality implementation
- Tests and documentation
- First public release
⚠️ Windows support isn’t fully tested yet; it’s still experimental. If it starts failing in CI, we’ll disable Windows runs immediately.
⚠️ This project is not production-ready yet.
Clone and build locally:
git clone https://github.com/imsudiproy/uniproc.git
cd uniproc
cargo build