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

vortix

v1.2.3

Published

AI-powered remote OS control system with natural language commands, real-time monitoring, and modern web dashboard

Readme

Vortix

AI-powered remote OS control system with natural language command execution, real-time monitoring, and advanced device management.

Features

  • AI Command Generation - Convert natural language to system commands
  • Real-time System Monitoring - CPU, Memory, and Disk usage tracking
  • Screen Sharing - Live desktop streaming capabilities
  • File Transfer - Upload and download files remotely
  • Multi-device Control - Execute commands across multiple devices
  • Secure Authentication - Password-protected device access
  • Auto-start on Boot - Automatic agent startup
  • Modern Web Dashboard - Responsive UI with mobile support

Quick Start

Installation

npm install -g vortix

Setup Your Device

  1. Authenticate your device:
vortix login
  1. Start the agent:
vortix start
  1. Access the dashboard: Visit https://vortixai.vercel.app

That's it! No backend setup required - everything runs in the cloud.

Commands

| Command | Description | | -------------- | ------------------------------------- | | vortix login | Authenticate and register your device | | vortix start | Start the agent on current machine | | vortix help | Show help information |

Use Cases

  • Remote Work - Control your office computer from home
  • Server Management - Monitor and manage remote servers
  • IT Support - Help users remotely without screen sharing software
  • Home Automation - Control your home PC from anywhere
  • Development - Manage multiple development environments

Architecture

  • Cloud Backend - Hosted WebSocket server (always online)
  • Local Agent - Runs on your devices, executes commands
  • Web Dashboard - Modern React/Next.js interface
  • Secure Connection - End-to-end encrypted communication

Example Commands

Try these natural language commands in the dashboard:

"open notepad"
"show me system information"
"take a screenshot"
"list files in downloads folder"
"shutdown computer in 5 minutes"
"check disk space"

Advanced Features

Auto-start on Boot

Enable automatic agent startup when your computer boots:

vortix start --autostart

Screen Sharing

View your desktop in real-time through the web dashboard.

File Transfer

Upload and download files directly through the web interface.

Multi-device Control

Execute the same command across multiple connected devices simultaneously.

Dashboard Features

  • Command Center - Execute commands with AI assistance
  • Device Management - View and control all connected devices
  • System Monitoring - Real-time CPU, memory, and disk usage
  • File Browser - Navigate and transfer files
  • Screen Viewer - Live desktop streaming
  • Mobile Support - Full functionality on mobile devices

Security

  • Password-protected device authentication
  • Secure WebSocket connections (WSS)
  • Command approval system for dangerous operations
  • No data stored on servers (commands executed locally)

Supported Platforms

  • Windows (7, 8, 10, 11)
  • macOS (10.14+)
  • Linux (Ubuntu, CentOS, Debian, etc.)

Troubleshooting

Agent won't connect?

  1. Check your internet connection
  2. Ensure firewall allows outbound connections
  3. Try restarting the agent: vortix start

Commands not working?

  1. Verify device is authenticated and online
  2. Check if the command requires admin privileges
  3. Try simpler commands first

Need help?

What's New in v1.2.2

  • Streamlined Dashboard - Removed screen sharing and auto-start features for cleaner UI
  • Focus on Core Features - Simplified interface focused on command execution and monitoring
  • Updated Components - Latest agent and backend files included

Previous Updates (v1.2.1)

  • Improved Documentation - More professional README with better formatting
  • Enhanced Readability - Cleaner structure and natural tone
  • Better User Experience - Less cluttered documentation

Previous Updates (v1.2.0)

  • Redesigned Dashboard - Modern Command Center interface
  • Mobile Optimization - Perfect mobile experience
  • Performance Improvements - Faster real-time updates
  • Enhanced UI - Better navigation and user experience
  • Cloud-first Architecture - No backend setup required

License

MIT License - see LICENSE for details.


Made with ❤️ by Vaibhav Rajpoot