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

sdnext-launcher

v0.1.4

Published

SD.Next Windows installer and launcher

Readme

SD.Next Installer & Launcher

A simple, all-in-one application for installing and running SD.Next on Windows 10/11.

Download: https://github.com/vladmandic/sdnext-launcher/releases

sdnext-launch-screenshot

  • No setup hassles — All dependencies bundled. Python and Git included, nothing extra to install.
  • One-click installation — Just download the EXE and run. The installer guides you through everything.
  • Customizable setup — Choose which GPU backend (CUDA, ROCm, Zluda, IPex, DirectML, OpenVino), where to install, and advanced options.
  • Built-in launcher — After installation, launch SD.Next directly from the app. No command line needed.
  • Real-time progress — Watch the install/launch unfold with live terminal output and helpful status updates.

System Requirements

  • Windows 10 or Windows 11
  • 6+ GB free disk space: For SD.Next and dependencies
  • Internet connection: For downloading the application during installation
  • No admin rights required: Standard user privileges are enough
  • Zero contamination: The installer does not modify any files outside of its own directory

Installation Steps

  1. Download SD.Next-<version>.exe or SD.Next-<version>.zip and run it
  2. Bootstrap — On first run, click "Bootstrap" to unpack the bundled tools
  3. Configure — Adjust your settings: GPU type, installation paths, startup options, etc.
  4. Install — Click "Install" and let the app set everything up
  5. Launch — Once installation completes, click "Launch" to run SD.Next

[!NOTE] Exe and Zip versions are the same under the hood
Exe self-extracts before running which may take a few seconds before app starts
Zip requires manual extraction but once extracted it's fully ready, so it may start faster

[!NOTE] The entire process takes 10-30 minutes depending on your internet speed and hardware.

Installer creates sdnext folder (configurable) with subfolders:

  • bin/: contains git and python portable executables
  • venv/: contains virtual environment with all SD.Next dependencies
  • app/: contains SD.Next application files

sdnext-launch-bootstrap sdnext-launch-install sdnext-launch-options

[!TIP] Logs Are Your Friend: Always check the terminal output and logs if something goes wrong—they contain detailed information
Full Documentation: Available in the Docs tab of the installer
Issue Tracker: Report problems on GitHub Issues