spectacle

Screen and system audio capture from the command line, using native OS APIs. No FFmpeg, no Electron, no external dependencies.

spectacle record --output demo.mp4              # record screen + audio
spectacle record --app "Chrome" --output t.mp4  # capture a specific app
spectacle record --no-cursor --output clean.mp4  # hide cursor
spectacle audio --app "Spotify" --output music.wav  # app audio only
spectacle list windows                           # list capture targets

Built in Zig using ScreenCaptureKit and Core Audio Taps. Currently macOS only (Apple Silicon). Windows and Linux support planned.

Install

# macOS (Apple Silicon)
brew install georgemandis/tap/spectacle

Read More