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

@fampep/kittycli

v2.6.1

Published

Anime aggregator terminal client with multi-provider support

Readme

KittyCLI

Terminal-based anime streaming and management client with multi-provider search, streaming, downloads, and watchlist tracking.

Installation

npm install -g @fampep/kittycli

Then run:

kittycli

Requirements

  • Node.js 18+

  • mpv - for streaming

    • Windows: choco install mpv or winget install mpv.net
    • macOS: brew install mpv
    • Linux: apt install mpv
  • ffmpeg (optional) - for HLS downloads

    • Windows: choco install ffmpeg or winget install ffmpeg
    • macOS: brew install ffmpeg
    • Linux: apt install ffmpeg

Features

  • Multi-Provider Search - Search 15+ anime providers simultaneously
  • Streaming - Watch with quality selection and automatic subtitles
  • Downloads - MKV/MP4 with resumable progress and batch processing
  • Watchlist - Track progress and resume positions automatically
  • Binge Mode - Auto-play next episode with countdown
  • AniList Integration - Episode titles, metadata, and airing schedules
  • Discord Rich Presence - Show what you're watching to friends
  • Subtitle Management - Auto-download and organize by series

Quick Start

  1. Launch the app: kittycli
  2. Select "Search anime" from the menu
  3. Find your series and select a provider
  4. Choose your episode and press Enter to stream
  5. Progress saves automatically

Keyboard Controls

| Key | Action | |-----|--------| | UP/DOWN | Navigate menu | | ENTER | Select item | | 1-9 | Quick jump | | HOME/END | Top/bottom | | PAGE UP/DOWN | Next page | | Q/ESC | Go back | | ? | Help | | CTRL+C | Exit |

Binge Mode

| Key | Action | |-----|--------| | Y/ENTER | Play next episode | | N | Stop | | A | Toggle SUB/DUB |

Configuration

Settings stored at: ~/.kittycli/settings.json

Key options:

  • defaultAudio - sub or dub
  • downloadFormat - mkv or mp4
  • playbackSpeed - 0.5x to 3.0x
  • bingeCountdownSeconds - delay between episodes
  • resumePlayback - auto-resume from last position
  • discordEnabled - show Discord presence
  • preferredQuality - auto, 1080p, 720p, etc

Data Directory

~/.kittycli/
├── watchlist.json        # Your anime list and progress
├── search-history.json   # Previous searches
├── settings.json         # Your configuration
├── progress.json         # Episode resume points
├── subs/                 # Downloaded subtitles
└── debug.log            # Debug logs

AniList ID Support

The app uses AniList IDs for direct, instant streaming across all 19 supported providers.

When available, the CLI automatically:

  1. Uses the /map endpoint to resolve AniList ID to provider ID
  2. Calls /stream-direct for one-call streaming (fastest)
  3. Falls back to traditional search/episodes/servers flow if direct streaming unavailable

Supported providers with direct AniList streaming: Miruro, MKissa, ReAnime, KickAssAnime, Animo, AniZone, Anikoto, AnimeGG, Senshi, Animetsu, AnimeOnsen, AllAnime, Nyanime, AniDao, Animeverse, AnimeHeaven, AniNeko, AnimeParadise, KaaLt, AniDB

Troubleshooting

Video won't play

  • Ensure mpv is installed and in PATH
  • Try a different provider
  • Add to settings: "mpvArgs": "--demuxer-lavf-o=analyzeduration=30000000,probesize=100000000,fflags=+discardcorrupt"

Downloads fail

  • Check disk space
  • Verify ffmpeg is installed
  • Check network connection

Provider blocked

  • Try different provider or region
  • Check internet connection
  • Try without VPN

Advanced

Enable debug logging:

DEBUG=true kittycli

Custom API endpoint in ~/.kittycli/settings.json:

{
  "apiBaseUrl": "https://your-backend.com"
}

Default: https://kittyapi.buzz

License

GPL-3.0

For more info: https://github.com/fampep/Kitty-cli