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

yamdut

v0.4.4

Published

The Terminal AI Assistant & Autonomous Engine crafted by Yamraj (Kartik).

Readme

⚡ Yamdut CLI — The Autonomous Terminal Power Tools

Crafted with ❤️ by Yamraj (Kartik)
High-performance terminal environment featuring a native terminal music player with auto-queue, 320kbps audio grabber, instant port-killing, zero-config public tunneling, client-side zero-knowledge encrypted drops, and media extraction.


🚀 Quick Start (Zero Installation Needed!)

Run Yamdut instantly anywhere using npx:

# Start interactive shell
npx yamdut

# Stream music in terminal with auto-queue:
npx yamdut play "Arijit Singh Kesariya"

# Download 320kbps master audio track:
npx yamdut mp3 "Choo Lo The Local Train"

# Kill hanging ports:
npx yamdut kill 3000

# Expose localhost to public HTTPS:
npx yamdut live 5000

# Encrypted self-destruct file sharing:
npx yamdut drop secret.zip

# Download & decrypt Yamdut Drops:
npx yamdut get "<url>"

Or install it globally:

npm install -g yamdut
yamdut

⚡ Superpowers & Features

1. 🎵 yamdut play <song> (Terminal Music Radio & Auto-Queue)

Play millions of high-definition songs directly inside your terminal:

yamdut play "Arijit Singh Kesariya"
# or
yamdut play "lofi hip hop beats"
  • Searches millions of tracks and streams 320kbps high-fidelity audio.
  • Auto-Queue: Automatically transitions to the next song when a track ends.
  • Interactive controls: Press [s] to skip to the next song, [q] to quit.

2. 🎧 yamdut mp3 <song> (320kbps Audio Downloader)

Download original 320kbps audio files directly into your current directory:

yamdut mp3 "Choo Lo The Local Train"
  • Direct CDN stream downloader with crystal clear sound quality.
  • Automatically formats and names the file (Song - Artist.m4a).

3. 💀 yamdut kill <port> (Port & Ghost Process Reaper)

Instant cross-platform process termination for hanging ports:

yamdut kill 3000
  • Scans network table for any process holding the port.
  • Identifies process name (e.g. node.exe, python, java).
  • Terminates it with extreme prejudice and frees the port in under 1 second.

4. 🌐 yamdut live <port> (Instant Public HTTPS Tunnel)

Expose any local web server to the public internet with zero setup:

yamdut live 5000
  • Zero account, zero token, zero configuration needed.
  • Generates a secure, public https://... link with TLS termination.
  • Perfect for mobile testing, webhooks, or sharing prototypes with friends.

5. 📦 yamdut drop <file> (Zero-Knowledge Self-Destruct File Sharing)

Share confidential files with strict client-side encryption:

yamdut drop my-confidential-document.pdf
  • Encrypted locally with AES-256-GCM before leaving your machine.
  • Generates a secret self-destructing link (#key=...).
  • The server never sees the plaintext or the decryption key.
  • Automatically expires in 60 minutes.

6. 🎬 yamdut get <url> (Universal Downloader & Decryptor)

Download media streams or decrypt Yamdut drop links:

# Decrypt a Yamdut Drop link
yamdut get "https://tmpfiles.org/...#key=..."

# Download remote video/audio/files
yamdut get "https://example.com/video.mp4"

📜 License

MIT © Yamraj (Kartik)