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 🙏

© 2025 – Pkg Stats / Ryan Hefner

discos

v2.0.1

Published

DiscOS is a secure interaction bridge between Discord and Linux servers

Downloads

220

Readme

DiscOS

DiscOS is a secure interaction bridge between Discord and Linux servers, letting admins manage and users access their machines effortlessly. It’s easier to set up than SSH, and offers a richer set of features than traditional remote desktop solutions.

Features

You can use /dcos slash commands to:

  • Execute almost any command on the server as your local user
  • Live-monitor (periodically execute) almost any command with the watch module
  • Clear the previous replies for a smooth experience
  • Send any type of file from your machine to the server
  • Send any type of file from the server to your machine (to a Discord channel)
  • Decide if the reply should only be visible to you, or everybody on the channel

Admins can use /admos slash commands to:

  • Switch between standalone and external backend mode
  • Enable or disable safemode
  • Clear the previous replies for any user (or all users)
  • Enable or disable users to use DiscOS
  • Enable or disable DiscOS to be used on specific channels
  • List all channels and users that can use DiscOS
  • Manage admin access and list admins
  • Enable lockdown mode (only admins can use DiscOS commands)
  • Execute almost any command on the server as root
  • Kill DiscOS

You can use environment variables to:

  • Configure essential security features
  • Limit maximum file and reply size
  • Configure some amazing display options
  • Configure bot and connection settings

These security features keep you and your server safe:

  • All user input are escaped, so the shell cannot be abused
  • Users can decide if the reply for their command is ephemeral or visible for all server users (who have permission to view the channel)
  • In external backend mode, you can use an IPC server to validate payloads with DiscOS
  • The one and only secret DiscOS uses is the bot token - no others keys or secrets needed
  • Minimal logging - users deserve privacy
  • DiscOS is open-source - see what's under the hood
  • No need for open ports - DiscOS will make a secure outbound connection to Discord servers
  • Files are sent over HTTPS through Discord CDN, the URL is not recorded, so only you can see what was sent
  • The Discord API and Discord.js are used by millions of bots and users - DiscOS is built on a solid and reliable foundation

Limitations

  • Commands that are interactive (require user input) are not supported
  • Discord API limitations apply
  • Supported shell: Bash - all pseudoterminals are spawned using Bash
  • The admin PTY is shared, meaning all admins will use a shared terminal

Ways to use

Notice

Using DiscOS means you’re cool with the Terms of Service and the Privacy Policy.

Getting started

Please visit DiscOS Wiki for detailed documentation on setup and usage.

Have fun using DiscOS!