Tech News
← Back to articles

Poltergeist: File watcher with auto-rebuild for any language or build system

read original related products more articles

Poltergeist The ghost that keeps your builds fresh 👻

A universal file watcher with auto-rebuild for any language or build system

Poltergeist is an AI-friendly universal file-watcher that auto-detects any project and rebuilds them as soon as a file has been changed. Think npm run dev for native apps, with automatic configuration, notifications and a smart build queue. It stands on the shoulders of giants and fills the glue layer that's been missing.

Works on macOS, Linux, and Windows. Available as a standalone binary (no Node.js required) or npm package.

📖 Read the story behind Poltergeist: The Ghost That Keeps Your Builds Fresh - Learn how this tool was built using Claude Code and why it's designed to accelerate both human and AI development workflows.

Installation

Homebrew (macOS, ARM64)

brew tap steipete/tap brew install poltergeist

npm (all platforms)

npm install -g @steipete/poltergeist

... continue reading