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

@ragsuite/ragsuite

v1.0.1

Published

RAGSuite Platform Manager CLI — init/start/stop/update, offline Enterprise activate with emailed encrypted EE pack. Native or Docker.

Downloads

73

Readme

RAGSuite Platform Manager (ragsuite)

Self-hosted install helper. Community needs no offline key.

Website: www.ragsuite.de
Source: github.com/ragsuite/RAGSuite

npm install -g @ragsuite/ragsuite@latest
ragsuite init
ragsuite start

| Mode | Web UI | How it runs | |------|--------|-------------| | native (default) | http://localhost:9191 | Host processes | | docker (init --docker) | http://localhost:9191 | Docker Compose |

API: http://localhost:9090 · docs: http://localhost:9090/docs


Contents

  1. Quick start
  2. Prerequisites
  3. Everyday commands
  4. Upgrade Community
  5. Enterprise
  6. Ports
  7. Email (SMTP)
  8. Troubleshooting
  9. Version

Quick start

npm install -g @ragsuite/ragsuite@latest
ragsuite version

ragsuite init              # prompts for mode; default = native
# ragsuite init --yes      # native, non-interactive
# ragsuite init --docker   # Docker mode

ragsuite doctor
ragsuite start

# native → http://localhost:9191
# docker → http://localhost:9191
# API    → http://localhost:9090

ragsuite logs              # all
ragsuite logs api
ragsuite logs frontend

ragsuite stop              # keeps database

Default install folder: ~/ragsuite
Saved config: ~/.ragsuite/config.json


Prerequisites

Shared

| Tool | Version | |------|---------| | Node.js | 18+ (20/22 LTS recommended) | | npm | ships with Node | | Git | 2.30+ | | OS | macOS, Linux, or Windows WSL2 / Git Bash |

Native mode

| Tool | Note | |------|------| | Python | 3.14 (python3.14) | | Yarn | 1.22+ (corepack enable) | | Postgres | 15+ on :5436, database ragsuite_v3 | | Redis | 7+ on :6382 | | Docker | optional — can start Postgres/Redis only |

Docker mode

| Tool | Note | |------|------| | Docker Desktop / Engine | daemon running | | Compose v2 | docker compose version |


Everyday commands

| Command | What it does | |---------|----------------| | init | First install; choose native or docker | | start / stop / restart | Run the stack (stop keeps data) | | logs [api\|frontend] | Follow logs | | doctor | Check prerequisites | | update | Upgrade Community (+ optional Enterprise steps below) | | version | Print CLI version | | status | Install path, key, active Enterprise bundle | | extensions / plugins | List modules on disk | | license status | Check offline key | | bundle list | List installed Enterprise bundles | | activate | First-time Enterprise only |

ragsuite status
ragsuite extensions
ragsuite license status
ragsuite bundle list

Upgrade Community

ragsuite update --restart

What this does:

  1. Upgrades the global CLI
  2. Pulls Community in your install folder
  3. Keeps database, .env, and any existing offline key
  4. Does not wipe volumes

Do not use docker compose down -v or init --force for normal upgrades.


Enterprise

Community needs no key. Your vendor emails three files — paste them into your install root (default: ~/ragsuite). Do not unpack the .encbundle. Do not hand-edit the key.

| File (paste here) | Path | Command | |-------------------|------|---------| | offline.key | <install>/.ragsuite/license/offline.key | First time: use with activate below. Renew: update --key | | ragsuite-ee-<version>.encbundle | <install>/ragsuite-ee-<version>.encbundle | First time: use with activate below. Later code: update --bundle | | manifest.enc.json | <install>/manifest.enc.json | Keep next to the .encbundle (same folder) |

The CLI validates the key/bundle and installs Enterprise modules for you. Database and .env are never wiped.

1. First-time Enterprise — always activate

ragsuite activate --key "<install>/.ragsuite/license/offline.key" --bundle "<install>/ragsuite-ee-<ver>.encbundle" --restart

(Same as ragsuite ee-activate "<install>/.ragsuite/license/offline.key" --bundle "<install>/ragsuite-ee-<ver>.encbundle" --restart.)

Works for native and Docker (--restart rebuilds/restarts so the API sees the key + bundle).
update cannot install Enterprise for the first time. If you run update --key or update --bundle with no key yet, the CLI refuses and tells you to use activate.

2. Later Enterprise code — update --bundle (same key)

Vendor emails a new encbundle (+ matching manifest.enc.json). Keep your current key; place the new files at <install>/, then:

ragsuite update --bundle "<install>/ragsuite-ee-<ver>.encbundle" --restart

The installed key is checked first. If it is expired, Enterprise is not updated (Community update still runs). Renew the key first (next section).

3. Renew expired key — update --key

Vendor emails a new offline.key. Paste it over <install>/.ragsuite/license/offline.key (your previous key must already exist from activate):

ragsuite update --key "<install>/.ragsuite/license/offline.key" --restart
  • If the installed key is expired or invalid, the new key replaces it automatically.
  • If the installed key is still valid, replacement needs --force (vendor/support only).
  • Optional: renew and install a new pack together: ragsuite update --key "<install>/.ragsuite/license/offline.key" --bundle "<install>/ragsuite-ee-<ver>.encbundle" --restart

Database and .env are never wiped by these commands.


Ports

| Service | native | docker | |---------|--------|--------| | API | 9090 | 9090 | | Web | 9191 Expo | 9191 nginx | | Postgres | 5436 | 5436 | | Redis | 6382 | 6382 | | Chroma | 8004 | internal |


Email (invites, forgot-password, 2FA)

init may write smoke SMTP so the API can start. Smoke values do not deliver real mail.

Set real SMTP in ~/ragsuite/.env:

SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
[email protected]
SMTP_PASSWORD=your-16-char-app-password
SMTP_USE_TLS=true
[email protected]

Then: ragsuite restart

Never commit .env.


Troubleshooting

| Issue | Fix | |-------|-----| | command not found | npm install -g @ragsuite/ragsuite@latest | | Wrong UI port | native / docker → 9191 | | Port 9090 busy | ragsuite stop | | /docs missing | ragsuite restart after update | | Postgres/Redis down (native) | Start services, or install Docker and start again | | Docker daemon down | Start Docker Desktop, then doctor | | Mail / invites fail | Set real SMTP_* + EMAIL_FROM, then restart | | update refuses first Enterprise | Use activate --key … --bundle … | | Bundle not found | Put the emailed .encbundle (+ manifest.enc.json) at <install>/, or pass that absolute path. Do not unpack by hand. | | Key expired / EE refused | update --key "<install>/.ragsuite/license/offline.key" --restart | | Refuses to overwrite a valid key | Intended — add --force only if vendor says so |


Version

npm package version, GitHub tag (v…), and ragsuite version stay aligned.

ragsuite version
npm install -g @ragsuite/ragsuite@latest

License

Copyright 2026 NITSAN

Licensed under the Apache License, Version 2.0. See NOTICE for attribution and Community Edition scope.