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

openclaw-cortex

v3.5.0

Published

Cortex — AI Assistant Command Center. A security-hardened fork of OpenClaw with Cortex UI.

Readme

🦞 Cortex — AI Assistant Command Center

Cortex is a security-hardened fork of OpenClaw that provides a streamlined AI assistant command center for personal and professional use. Built on proven OpenClaw architecture with enhanced security, simplified node pairing, and the powerful Cortex UI.

Getting Started · Features · Architecture · Migration from OpenClaw · Fork Documentation

What is Cortex?

Cortex builds on OpenClaw's foundation as a personal AI assistant that runs on your own infrastructure. It maintains full compatibility with OpenClaw's multi-channel approach (WhatsApp, Telegram, Slack, Discord, Signal, etc.) while adding:

  • Enhanced Security: Hardened defaults and improved access controls
  • Cortex UI: A modern, unified interface for management and interaction
  • Simplified Architecture: Streamlined node pairing and reduced configuration complexity
  • Focused Feature Set: Curated capabilities optimized for reliability over feature breadth

Why Fork?

While OpenClaw provides excellent functionality, Cortex addresses specific needs:

  1. Security First: Stricter defaults, improved authentication, and security-focused features
  2. Enterprise Ready: Better suited for professional environments with compliance requirements
  3. Simplified Management: Reduced operational complexity with the Cortex UI
  4. Focused Vision: Prioritizes stability and security over rapid feature expansion
  5. Upstream Compatibility: Maintains ability to sync with OpenClaw developments

Quick Start

Prerequisites: Node ≥22

# Install Cortex globally
npm install -g openclaw-cortex

# Run the onboarding wizard
cortex onboard

# Start your gateway
cortex gateway start

The onboarding wizard guides you through:

  • Gateway setup and configuration
  • Model provider authentication (Anthropic, OpenAI)
  • Channel integrations
  • Security hardening options
  • Cortex UI deployment

Recommended Models:

  • Anthropic Claude Pro/Max (Sonnet 4/Opus 4.6) for best performance
  • OpenAI GPT-4 models as fallback

Features

Core Capabilities

  • Multi-Channel AI: WhatsApp, Telegram, Discord, Slack, Signal, Teams, and more
  • Voice Support: Natural speech interaction on macOS/iOS/Android
  • Canvas Rendering: Interactive visual outputs and live updates
  • File Processing: Documents, images, audio, and code analysis
  • Tool Integration: Extensible plugin system for custom capabilities

Cortex Enhancements

  • Cortex UI: Unified web interface for management and interaction
  • Security Hardening: Enhanced authentication, access controls, and audit logging
  • Simplified Pairing: Streamlined node discovery and configuration
  • Resource Management: Improved monitoring and resource allocation
  • Compliance Ready: Features designed for enterprise environments

Architecture

Cortex follows OpenClaw's proven Gateway + Nodes architecture:

Gateway (Control Plane)

  • Central coordination and routing
  • Model provider management
  • Channel integrations
  • Security enforcement
  • Cortex UI hosting

Nodes (Execution Plane)

  • Distributed processing capabilities
  • Platform-specific integrations (camera, screen, location)
  • Resource isolation
  • Simplified pairing with gateway

One UI Philosophy

Unlike distributed UIs, Cortex centralizes management through the Cortex UI, providing:

  • Unified configuration interface
  • Real-time monitoring and logging
  • Security policy management
  • Node status and health monitoring

Migration from OpenClaw

Cortex is a drop-in replacement — same data directory, same config format, same protocols.

openclaw gateway stop                # Stop OpenClaw
npm uninstall -g openclaw            # Remove upstream package
npm install -g openclaw-cortex       # Install Cortex
cortex gateway start                 # Done. Everything carries over.

Your ~/.openclaw/ data, paired nodes, channels, memory, cron jobs, and agent files all work unchanged. The openclaw command still works as an alias.

Note: You must uninstall openclaw first to avoid binary conflicts. See the full guide for details.

Full Migration Guide → — detailed steps, node migration, systemd, rollback, FAQ

Upstream Sync

Cortex maintains compatibility with upstream OpenClaw developments:

# Add upstream OpenClaw as a remote
git remote add upstream https://github.com/openclaw/openclaw.git

# Sync with latest OpenClaw changes
git fetch upstream
git merge upstream/main

See FORK.md for detailed sync procedures and architectural differences.

Installation Options

Global Install (Recommended)

npm install -g cortex@latest
cortex onboard

Docker

git clone https://github.com/ivanuser/cortex.git
cd cortex
docker-compose up -d

From Source

git clone https://github.com/ivanuser/cortex.git
cd cortex
npm install
npm run build
npm link
cortex onboard

Support & Community

Contributing

Contributions welcome! Please read CONTRIBUTING.md and FORK.md for guidelines.

License

MIT License - see LICENSE for details.


Cortex - Secure, simplified, and powerful AI assistant infrastructure.