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/framework

v7.0.3

Published

Chahuadev-Framework-en - The ultimate all-in-one development framework for developers, providing a comprehensive suite of tools and resources to streamline your development workflow and boost productivity.

Readme

@chahuadev/framework

The official core executable framework for Chahuadev.

Development Journey: This framework is the proud result of 1 full year of dedicated development. What began as a simple concept evolved into a highly advanced, secure, and robust architecture. Every line of code was meticulously crafted to ensure maximum stability and a premium experience for developers.


� Running 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-Framework.AppImage"
DISPLAY=:0 WAYLAND_DISPLAY=wayland-0 \
  ./"Chahuadev-Framework.AppImage" \
  --appimage-extract-and-run --no-sandbox --disable-gpu

WSL2 tip: Copy to WSL native filesystem first:

# Path after: npm install -g @chahuadev/framework
# (no sudo)
cp ~/.npm-global/lib/node_modules/@chahuadev/framework/bin/Chahuadev-Framework.AppImage /tmp/ChahuadevFramework.AppImage
# (with sudo)
# cp /usr/lib/node_modules/@chahuadev/framework/bin/Chahuadev-Framework.AppImage /tmp/ChahuadevFramework.AppImage
chmod +x /tmp/ChahuadevFramework.AppImage
DISPLAY=:0 WAYLAND_DISPLAY=wayland-0 /tmp/ChahuadevFramework.AppImage \
  --appimage-extract-and-run --no-sandbox --disable-gpu

�🛡️ CRITICAL SECURITY WARNING - FORTRESS PROTECTION

Maximum Security Architecture

  • Intelligent OS Routing: Automatically detects and securely isolates platform-specific binaries.
  • Strict Execution Boundaries: Prevents unauthorized cross-platform executions and corrupted loads.
  • Anti-Hack Protection System: Built-in safeguards against malicious executable swapping.
  • Dependency Isolation: Operates securely via standalone binaries without bloating your system.

⚙️ Installation & Usage

Multi-Platform Support: This framework runs seamlessly on Windows (x64, ia32) and Linux (x64). Our system automatically detects your operating system and securely downloads the required binary behind the scenes.

Global Install (Recommended for CLI)

If you want to use the framework from your terminal anywhere on your system:

npm install -g @chahuadev/framework --foreground-scripts --force

When you install:**

  1. npm detects your OS and architecture
  2. Installs only the required platform-specific package
  3. index.js routes to the correct executable

This ensures:

  • Minimal disk space usage (only your OS binary)
  • No cross-platform conflicts
  • Automatic binary selection

Platform Support

| Platform | Architecture | Status | Format | |----------|-------------|--------|--------| | Windows | 64-bit (x64) | Supported | EXE | | Windows | 32-bit (ia32) | Supported | EXE | | Linux | 64-bit (x64) | Supported | AppImage | | macOS | Intel (x64) | Coming Soon | DMG/App | | macOS | Apple Silicon (arm64) | Coming Soon | DMG/App |


Package Structure

@chahuadev/ ├── framework/
│ └── index.js
│ └── install.js
│ └── package.json
│ └── README.md


Troubleshooting

"Command not found: chahuadev-framework"

Make sure you installed globally:

npm install -g @chahuadev/framework --foreground-scripts --force

"Module not found"

If using locally, ensure it's installed:

npm install -g @chahuadev/framework --foreground-scripts --force

"Unsupported platform"

Your OS/architecture combination is not yet supported. Check the Platform Support table above.


License

Non-Commercial & Acceptable Use — See LICENSE.md