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

qev-workspace

v0.1.6

Published

Consent-first remote workspace CLI for installing and launching QEV Host.

Readme

QEV Workspace

Consent-first remote workspace tooling for teams.

QEV Workspace is built around one rule:

No silent access. No unattended control. No hidden monitoring.

This npm package is a lightweight installer and launcher for QEV Host, the native desktop app that runs on the computer being controlled.

What this package does

qev-workspace helps users:

  • open the QEV Workspace web app
  • check their platform
  • find the right QEV Host installer
  • download and launch the Mac or Windows desktop installer from GitHub Releases

It does not silently install remote-control software. It does not run a hidden agent. It does not bypass OS permissions.

Quick start

npx qev-workspace install

Open the web app:

npx qev-workspace open-web

Check your setup:

npx qev-workspace doctor

Commands

qev-workspace install

Download and open the right QEV Host installer for this computer.

qev-workspace doctor

Check Node version, platform, GitHub release availability, and matching installer assets.

qev-workspace status

Show basic local install hints.

qev-workspace open-web

Open the QEV Workspace public web app.

qev-workspace open-release

Open the QEV Host GitHub Releases page.

qev-workspace help

Show command help.

Architecture

QEV Workspace has two parts.

Web app

Used for session creation, joining sessions, viewing remote screens, requesting control, and approving or revoking control.

https://theartofsound.github.io/qev-workspace/

QEV Host desktop app

Installed on the computer being controlled.

Used for native screen capture, launch-at-login, OS permission checks, visible control approval, and future native input execution.

https://github.com/TheArtOfSound/qev-workspace/releases

Security model

QEV Workspace is designed around explicit consent.

  • The host app must be installed intentionally.
  • The controlled computer must approve control.
  • macOS and Windows permissions must be granted explicitly.
  • Control is time-limited.
  • Control can be revoked.
  • The browser is not treated as the controlled computer.
  • The native host app is responsible for OS-level behavior.

Platform support

| Platform | Status | |---|---| | macOS | Preview installer workflow | | Windows | Preview installer workflow | | Linux | Not packaged yet |

Example flow

On the computer being controlled:

npx qev-workspace install

Then install QEV Host, open it, enable launch at login, grant required OS permissions, and use the QEV Workspace web app for sessions.

On the viewer computer:

npx qev-workspace open-web

Repository

https://github.com/TheArtOfSound/qev-workspace

License

UNLICENSED preview package.