Skip to content

Installation

Install as a tool:

uv tool install procclean
# then run `procclean`

Or run directly without installing:

uvx procclean

From source

git clone https://github.com/kjanat/procclean
cd procclean
uv sync
uv run procclean
# or: uvx git+https://github.com/kjanat/procclean

Requirements

  • Python 3.14+
  • Linux (uses /proc filesystem)

Dependencies