Skip to content

Installation

To install peppy, run the following command in your terminal:

Terminal window
curl -fsSL https://peppy.bot/install.sh | bash

This installer also sets up the peppy background service. To skip that step, set PEPPY_NO_SERVICE_INSTALL=1.

You can verify the service is running with:

Terminal window
systemctl --user status peppy
Managing the service (optional)

Start the service:

Terminal window
systemctl --user start peppy

Stop the service:

Terminal window
systemctl --user stop peppy

Restart the service:

Terminal window
systemctl --user restart peppy