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

wavesconv

v1.7.1

Published

CLI: pobieranie YouTube (yt-dlp) i konwersja mediów (ffmpeg) — WavesConverter

Readme

Download anything. Convert everything.

A premium desktop app for macOS & Windows that downloads YouTube videos and playlists, converts any media file — all offline, no account needed, completely free.

Download Website Releases License


✨ Features

| | Feature | Description | |---|---|---| | 📋 | Playlist Support | Download entire playlists or cherry-pick individual videos. Override format & quality per item. | | ⚡ | Concurrent Queue | Run multiple downloads simultaneously. Pause, resume, retry — full control. | | 🔢 | Batch Paste | Paste multiple YouTube URLs at once. Batch panel appears with shared format settings. | | 📊 | ETA & Speed | Live download speed (e.g. 3.2 MiB/s) and time remaining (ETA 00:42) on every active item. | | 🎛️ | Quality Control | 360p → 4K for video, 96 → 320 kbps for audio. Apply globally or per video. | | 🔄 | Local File Converter | Convert any media file — change container, resolution, bitrate. No internet needed. | | 📖 | Download History | Every completed download logged with file path, format, and date. | | ⌨️ | Keyboard Shortcuts | ⌘V paste & fetch, ⌘D queue, ⌘1–5 tabs, Space start/pause. | | 🔔 | Native Notifications | System notification when a download finishes — even if the app is in the background. | | 🔒 | 100% Offline | No servers, no accounts, no analytics. Powered by yt-dlp + ffmpeg bundled inside. | | ✨ | Auto Updates | Silent background updates via GitHub Releases. One click to install. |


📥 Download

| Platform | Link | |---|---| | 🍎 macOS Apple Silicon (M1/M2/M3/M4) | WavesConverter-arm64.dmg | | 🍎 macOS Intel (x64) | WavesConverter.dmg | | 🪟 Windows 10+ (x64) | WavesConverter-Setup.exe |

Windows users: SmartScreen may show a warning since the app isn't signed with a paid certificate. Click "More info" → "Run anyway" to proceed. The source code is fully open and auditable here.


🚀 Quick Start

Download a video

  1. Paste any YouTube URL into the input field (or press ⌘V to auto-paste)
  2. Click Fetch — video metadata loads instantly
  3. Pick your format (MP4, MP3, WAV…) and quality (1080p, 4K, 320kbps…)
  4. Click Add to Queue, switch to the Queue tab, hit Start

Batch download

Paste multiple YouTube URLs (newline or space separated) — WavesConverter detects them automatically and switches to batch mode. Set format once, add all to queue.

Convert a local file

Drag any media file onto the Convert tab, pick the output format and settings, click Convert.


⌨️ Keyboard Shortcuts

| Shortcut | Action | |---|---| | ⌘V | Paste URL & auto-fetch (from anywhere in the app) | | ⌘↵ | Fetch the current URL | | ⌘D | Add fetched video to queue | | ⌘K | Focus the URL input | | ⌘1⌘5 | Switch between tabs | | Space | Start / pause queue (in Queue tab) | | ⌘⇧C | Clear completed items from queue |


🛠️ Tech Stack


🏗️ Build from Source

# Clone the repository
git clone https://github.com/idunnowhytf/wavesconvsite.git
cd wavesconvsite

# Install dependencies
npm install

# Run in development
npx electron .

# Build for macOS
npx electron-builder --mac --publish never

# Build for Windows (works from macOS via Wine)
npx electron-builder --win --x64 --publish never

Requirements: Node.js 18+, npm


📁 Project Structure

wavesconvsite/
├── main.js          # Electron main process — IPC, yt-dlp spawning, ffmpeg
├── preload.js       # Context bridge — exposes safe APIs to renderer
├── renderer.js      # UI logic — queue, history, batch paste, ETA
├── index.html       # App shell — tabs, layout
├── style.css        # App styles — glassmorphism dark purple theme
├── assets/
│   ├── icon.icns    # macOS app icon
│   ├── icon.ico     # Windows app icon
│   └── icon.png     # Generic icon
└── docs/            # GitHub Pages website
    ├── index.html   # Landing page
    ├── changelog.html
    └── docs.html

📋 Changelog

See Releases → for full version history.

🤝 Contributing

Found a bug or have a feature idea? Open an issue — all feedback welcome.


⚖️ Legal

WavesConverter uses yt-dlp and ffmpeg under their respective open-source licenses. Downloading copyrighted content without permission may violate YouTube's Terms of Service and local laws. This tool is intended for downloading content you own or have permission to download.


Website · Releases · Docs · Changelog

Made with ❤️ using Electron, yt-dlp & ffmpeg · Free & Open Source