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

@chahuadev/chahuadev-hub-app

v8.1.1

Published

Chahuadev Hub” Official app launcher and distribution hub by Chahuadev

Readme


license: other language:

  • en tags:
  • code-analysis
  • static-analysis
  • javascript
  • electron
  • emoji-cleaner
  • junk-sweeper
  • plugin-management
  • desktop-app
  • electron-app
  • security

Chahuadev Hub

@chahuadev/chahuadev-hub-app

Chahuadev Hub — The official desktop hub by Chahuadev. Browse repositories, download apps, explore npm packages, and chat with the community — all in one dark-mode Electron app.


⚙️ Installation

Requires Node.js 18+. Use --foreground-scripts to see install progress.

🪟 Windows — Global Install

npm install -g @chahuadev/chahuadev-hub-app --foreground-scripts --force

The installer auto-downloads the correct binary for your platform. Use --foreground-scripts to see the download progress bar.


🐧 Linux — Global Install

Linux requires sudo for global npm packages:

sudo npm install -g @chahuadev/chahuadev-hub-app --foreground-scripts --force

Alternative (no sudo required): Set npm prefix to your home folder first:

mkdir -p ~/.npm-global
npm config set prefix '~/.npm-global'
echo 'export PATH=~/.npm-global/bin:$PATH' >> ~/.bashrc
source ~/.bashrc

Then install without sudo:

npm install -g @chahuadev/chahuadev-hub-app --foreground-scripts --force

Launch

chahuadev-hub

Note: Downloaded apps are saved automatically to your Downloads/ChahuadevHub folder.

🐧 Running the AppImage on Linux / WSL2 (Ubuntu)

First install the required system libraries (one-time setup):

sudo apt-get update && sudo apt-get install -y \
  libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 \
  libdrm2 libxkbcommon0 libxcomposite1 libxdamage1 \
  libxrandr2 libgbm1 libasound2

Then run the AppImage:

chmod +x "Chahuadev-Hub.AppImage"
DISPLAY=:0 WAYLAND_DISPLAY=wayland-0 \
  ./"Chahuadev-Hub.AppImage" \
  --appimage-extract-and-run --no-sandbox --disable-gpu

WSL2 tip: Copy to WSL native filesystem first:

# Path after: npm install -g @chahuadev/chahuadev-hub-app
# (no sudo)

cp ~/.npm-global/lib/node_modules/@chahuadev/chahuadev-hub-app/bin/Chahuadev-Hub.AppImage /tmp/ChahuadevHub.AppImage

# (with sudo)
# cp /usr/lib/node_modules/@chahuadev/chahuadev-hub-app/bin/Chahuadev-Hub.AppImage /tmp/ChahuadevHub.AppImage

chmod +x /tmp/ChahuadevHub.AppImage
DISPLAY=:0 WAYLAND_DISPLAY=wayland-0 /tmp/ChahuadevHub.AppImage \
  --appimage-extract-and-run --no-sandbox --disable-gpu


Troubleshooting

node\r: No such file or directory (Linux)

The entry script has Windows line endings (CRLF). Reinstall to fix:

rm -rf ~/.npm-global/lib/node_modules/@chahuadev/chahuadev-hub-app
npm install -g @chahuadev/chahuadev-hub-app --foreground-scripts --force

ENOTEMPTY error on Linux

A previous failed install left files behind. Clear them first:

# With npm-global prefix
rm -rf ~/.npm-global/lib/node_modules/@chahuadev/chahuadev-hub-app
npm install -g @chahuadev/chahuadev-hub-app --foreground-scripts --force

# With sudo
sudo rm -rf /usr/lib/node_modules/@chahuadev/chahuadev-hub-app
sudo npm install -g @chahuadev/chahuadev-hub-app --foreground-scripts --force

chahuadev-hub command not found

Make sure ~/.npm-global/bin is in your PATH:

echo 'export PATH=~/.npm-global/bin:$PATH' >> ~/.bashrc
source ~/.bashrc
chahuadev-hub

What It Does

Chahuadev Hub is an Electron desktop app that brings everything from the Chahuadev ecosystem into one place.

Features

  • 📊 Dashboard — Live stats and a full landing page webview with real-time download counts
  • 📦 npm Packages — Browse all @chahuadev packages with version, description, and monthly download stats
  • 🤗 Hugging Face — Explore all public datasets, models, and spaces with file browser and commit history
  • ⬇️ Downloads — Download and manage official Chahuadev desktop apps (Windows & Linux) with progress tracking
  • 💬 Community Chat — Real-time chat via Firebase with auto-translation across 11 languages
  • 🌐 Cross-Platform — Windows & Linux

🔗 Links

💖 Support the Project

Chahuadev tools are 100% free and open-source. If this project helped you save time, please consider buying me a coffee to help keep the servers running!