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

@hexitlabs/hexos

v2026.1.24-18

Published

HexOS — The operating system for AI-powered businesses. Deploy AI agent teams that work 24/7.

Readme

HexOS

The OS for AI-powered businesses.

npm version License: MIT GitHub stars


What is HexOS?

Deploy AI agent teams that work 24/7. Multi-channel support for Telegram, Discord, Slack, WhatsApp, Signal, and more. Persistent memory, safety guardrails, 55+ skills, and full self-hosting. One CLI to run your entire AI workforce.

Quick Start

npm install -g @hexitlabs/hexos
hexos setup
hexos gateway start

That's it. Your agent is live on Telegram.

Run hexos doctor to verify everything is working.


Features

  • 🤖 Multi-agent orchestration - Deploy specialized agents that coordinate and collaborate
  • 🧠 Persistent memory (Recall) - Agents remember context across sessions and conversations
  • 💬 6+ messaging channels - Telegram, Discord, Slack, WhatsApp, Signal, CLI, and more
  • 🛡️ Safety guardrails (Vigil) - Built-in action validation before anything dangerous runs
  • 🔧 55+ built-in skills - Web search, email, calendar, browser automation, TTS, cameras, and more
  • 📱 Profile agents (multi-gateway) - Run multiple agents with different personalities on one server
  • 🐼 Built-in headless browser (Lightpanda) - Browse the web, scrape pages, automate workflows
  • /effort command - Control thinking depth on the fly (quick answers vs deep reasoning)
  • 🔒 Server security (hexos secure) - One command to harden your server with firewall, SSH, and fail2ban
  • 📅 Scheduling - Heartbeats, cron jobs, and event-driven triggers
  • 🔌 Plugin SDK - Build and share custom skills and integrations

Agent Templates

HexOS ships with 6 ready-to-use agent templates. Each one includes a full SOUL.md personality, workflows, and operating frameworks.

| Template | Description | |----------|-------------| | CEO / Business Partner | Strategic co-founder that manages operations, tracks decisions, and thinks ahead | | Research Assistant | Deep research analyst that verifies claims, cross-references sources, and synthesizes findings | | Content Writer | Sharp writer that matches any voice, edits ruthlessly, and delivers publish-ready content | | Code Assistant | Senior developer that writes production-ready code with tests and proper error handling | | Trading Analyst | Data-driven market analyst with structured bull/bear frameworks and risk assessment | | Customer Support | Patient, solution-oriented support agent that turns frustrated users into advocates |

Start with a template:

hexos setup --template ceo

Or build your own agent from scratch by writing a custom SOUL.md.


How HexIT Labs Uses It

HexIT Labs runs its entire company on HexOS. 1 founder, 38 AI agents, 2 servers. Research, content, trading, development, security auditing, sales. All automated.

HexOS is not a demo. It is not a proof of concept. It is how we work every day.


Supported Channels

  • 💬 Telegram - Full support with inline buttons, reactions, voice messages
  • 🎮 Discord - Servers, DMs, threads, reactions, voice
  • 💼 Slack - Workspaces, channels, threads
  • 📱 WhatsApp - Personal and business accounts
  • 🔒 Signal - Privacy-first encrypted messaging
  • 🖥️ CLI - Local terminal interface for development and testing
  • 🌐 Web - Browser-based chat interface

Architecture

hexos
├── Gateway          # Message routing and channel adapters
├── Agents           # AI agent runtime with SOUL.md personalities
├── Skills           # 55+ built-in capabilities (search, email, browser, etc.)
├── Recall           # Persistent memory and context management
├── Vigil            # Safety guardrails and action validation
├── Profiles         # Multi-agent configuration and orchestration
├── Scheduler        # Cron jobs, heartbeats, event triggers
└── Plugin SDK       # Build custom skills and integrations

CLI Reference

hexos setup              # Interactive first-time setup
hexos gateway start      # Start the gateway daemon
hexos gateway stop       # Stop the gateway
hexos gateway restart    # Restart the gateway
hexos gateway status     # Check gateway health
hexos doctor             # Diagnose common issues
hexos secure             # Harden your server (firewall, SSH, fail2ban)
hexos update             # Update to the latest version
hexos profile list       # List configured agent profiles
hexos profile add        # Add a new agent profile

Documentation

Full docs available at hexos.dev (coming soon).


Community


Requirements

  • Node.js 22+
  • A supported AI provider API key (Anthropic, OpenAI, Google, etc.)
  • A messaging platform bot token (Telegram, Discord, etc.)
  • Linux VPS recommended for production (Ubuntu 22.04+)

Contributing

Contributions welcome. Check CONTRIBUTING.md for guidelines.

git clone https://github.com/hexitlabs/hexos.git
cd hexos
npm install
npm run build

License

MIT


Built by HexIT Labs 🔷