<h1>
<p align="center">
<img src="./assets/proses-logo.png" alt="Proses Logo" width="128">
<br>Proses
</h1>
<p align="center">
<br />
<a href="https://smbcloud.xyz">Website</a>
·
<a href="https://github.com/smbcloudXYZ/proses">GitHub</a>
·
<a href="https://docs.smbcloud.xyz">Documentation</a>
</p>
</p>
## About
Proses is a fast, secure process manager built in Rust. One command starts your Next.js app, supervises it, restarts it on crash, and captures its logs — no config files, no Node runtime, no dependency hell. A single binary. A live terminal dashboard. That's it.
## Installation
To install `proses` via Homebrew, run:
```bash
brew tap smbcloudXYZ/tap
brew install proses
```
Once installed, you can verify it's working:
```bash
proses --version
proses --help
```
## Upgrading
When a new version is released, upgrade easily:
```bash
brew upgrade proses
```
## Contributing & Issues
If you encounter an issue, please report it on the [proses repository](https://github.com/smbcloudXYZ/proses/issues).
## License
MIT — Copyright © 2026 [smbCloud](https://smbcloud.xyz)