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

tk4-downloader

v1.6.0

Published

Modern TikTok video downloader with FHD quality and no watermark

Readme

🎥 TK4 Downloader

TK4 Downloader Banner

Version License Node PRs Welcome

Modern TikTok video downloader with advanced features and stunning CLI interface
Perfect for Termux & Linux users

FeaturesQuick StartDocumentationExamplesSupport

✨ Features

🎬 Advanced Video Downloads

  • High Quality: Full HD video downloads
  • No Watermark: Clean videos without TikTok watermark
  • Multiple Sources: Smart fallback system
  • Format Options: Various output formats
  • Audio Control: Optional audio extraction

🚀 Performance

  • Smart Caching: Faster repeated downloads
  • Parallel Processing: Multiple concurrent downloads
  • Auto-Retry: Built-in retry mechanism
  • Proxy Support: Network optimization
  • Memory Efficient: Optimized resource usage

📊 Monitoring & Control

  • Real-time Progress: Live download tracking
  • Detailed Statistics: Performance metrics
  • Event System: Custom event handling
  • Debug Mode: Comprehensive logging
  • Error Recovery: Smart error handling

🎨 Modern CLI

  • Beautiful Interface: Gradient colors
  • Interactive: User-friendly prompts
  • Progress Bars: Visual feedback
  • Status Updates: Real-time information
  • Error Display: Clear error messages

🚀 Quick Start

Installation

# Using npm
npm install tk4-downloader

# Using yarn
yarn add tk4-downloader

Basic Usage

import TikTokDownloader from 'tk4-downloader';

// Initialize
const downloader = new TikTokDownloader();

// Download video
try {
    const result = await downloader.downloadVideo('https://www.tiktok.com/@user/video/1234567890');
    console.log('Video downloaded successfully:', result.url);
} catch (error) {
    console.error('Download failed:', error.message);
}

📚 Documentation

For detailed documentation, including:

  • Advanced configuration options
  • API reference
  • Event handling
  • Statistics & monitoring
  • Best practices
  • Troubleshooting

👉 See our comprehensive Documentation

💡 Examples

Download with Progress

const downloader = new TikTokDownloader({ debug: true });

downloader.on('progress', ({message}) => {
    console.log(message);
});

const result = await downloader.downloadVideo(url);

Batch Download

const downloader = new TikTokDownloader({
    parallelDownloads: 3,
    cacheResults: true
});

const urls = ['url1', 'url2', 'url3'];
const results = await Promise.all(
    urls.map(url => downloader.downloadVideo(url))
);

🔧 Requirements

  • Node.js >= 16
  • Internet connection
  • Supported platforms:
    • Linux
    • macOS
    • Windows
    • Termux (Android)

🤝 Contributing

We welcome contributions! See our Contributing Guidelines.

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

💬 Support

Need help? We've got you covered:

  1. 📚 Check our Documentation
  2. 🔍 Search existing issues
  3. 💡 Create a new issue

🌟 Show Your Support

If you find this project helpful, please give it a star ⭐️

📊 Stats & Updates

  • Latest version: 1.6.0
  • Downloads: Growing daily
  • Active development
  • Regular updates
  • Community supported

Made with ❤️ by lyssadev & chifft

A powerful tool for the TikTok community