# Pi Processes extension

til · 2026-01-26

import HLSVideo from '@components/content/HLSVideo.astro';
import PiExtensionLink from '@components/content/PiExtensionLink.astro';

Fun extension I made for Pi: processes. Let your agent handle running processes in the background and be notified when they finish / die etc.

<HLSVideo slug="pi-processes" assetPath="blog/pi-processes-extension/videos/pi-processes" caption="Pi Processes extension demo" speed={2} alt="Demonstration of the Pi Processes extension running background processes" />

<PiExtensionLink
  command="pi install npm:@aliou/pi-processes"
  href="https://www.npmjs.com/package/@aliou/pi-processes"
  label="Install Pi extension"
/>
