npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@quietengines/siphon

v0.4.0

Published

Terminal video downloader. YouTube, X, Instagram, Threads and 1800+ sites via yt-dlp.

Readme

siphon

npm

Pull any video down to disk, from the terminal.

Downloads from YouTube, X, Instagram, Threads, TikTok and 1,800+ other sites. Paste a url, pick a resolution or audio-only mp3, done. No popups, no redirects, no fake download buttons.

Install

npm install -g @quietengines/siphon

Without installing:

npx @quietengines/siphon

The package lives under the Quiet Engines scope; the installed command is plain siphon.

Requires Node 18+. yt-dlp and ffmpeg are fetched or bundled automatically.

Usage

$ siphon https://youtu.be/dQw4w9WgXcQ    # straight to the format picker
$ siphon                                 # prompts for a url

Siphon takes over the terminal full-screen and restores your scrollback on exit.

Pick a format with the arrow keys and hit enter. esc goes back, ^c quits. The mouse works too: the siphon button, the format list and the footer hints are clickable, and clicking the wordmark returns home.

Files are saved to ~/Downloads. The path is printed to the terminal when the download completes.

How it works

  • yt-dlp does the extraction. On first run siphon downloads the standalone binary to ~/.siphon/bin. No Python required. An existing yt-dlp on your PATH is used instead.
  • ffmpeg merges high-resolution streams and extracts mp3. Found on your PATH, with ffmpeg-static as a bundled fallback.
  • The interface is Ink, React for the terminal.
  • Url history is kept at ~/.config/siphon/history.json and recalled with the up arrow.

Theme

One theme, hardcoded — the Quiet Engines canon: void-black ground, bone text, stone for secondary chrome, hairline rules for structure, and a single copper signal that marks live state — the cursor, the current selection, the primary action. Amber is reserved for non-fatal warnings and a desaturated red for errors; neither ever fills a block. There is no theme flag and no runtime switching.

Development

npm install
npm run build        # bundle to dist/ with tsup
npm run dev          # rebuild on change
npm run typecheck
npm test
node dist/cli.js <url>

npm link installs it as a global siphon command without publishing.

Fair use

Siphon is a personal-archiving tool. Downloading content may violate a platform's terms of service. Download what you have the right to keep.

License

MIT.