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

@kushuri12/ohiru

v1.7.4

Published

OpenHiru — AI agent controlled via Telegram

Readme

🦊 OpenHiru

Full-stack Autonomous AI Agent Ecosystem

OpenHiru is a production-ready, autonomous AI agentic system designed for complex engineering workflows and digital automation. It combines hierarchical memory, cross-platform connectivity, and a modular tool architecture into a seamless command-line experience.


🚀 Core Architecture

  • Autonomous Engineering: Multi-agent reasoning with ReAct loops and recursive sub-agent spawning.
  • Hierarchical Memory: 3-layer persistence (Knowledge Graph, Daily Journals, and Persistent Summaries).
  • Universal Gateway: Integrated adapters for Telegram, Discord, WhatsApp, Signal, and Matrix.
  • Deep Intelligence: Proactive system monitoring through a background "heartbeat" for error detection and resolution.
  • Visual Logic: Native Canvas workspace for real-time visualization of code, schemas, and UI designs.
  • Bimodal Audio: Whisper-powered STT and optimized TTS for natural voice interaction.

📦 Installation

Get started immediately with our automated installers:

Windows (PowerShell)

powershell -c "irm https://ohiru.vercel.app/install.ps1 | iex"

Linux / macOS (Bash)

curl -fsSL https://ohiru.vercel.app/install.sh | bash

🛠️ CLI Operations

| Command | Action | | :--- | :--- | | openhiru | Launch the main autonomous agent | | openhiru --setup | Initialize AI providers and platform tokens | | openhiru doctor | Perform comprehensive system health checks | | openhiru gateway start | Initialize the WebSocket control plane | | openhiru dashboard start | Start the web-based orchestration dashboard | | openhiru memory distill | Manually compress and optimize project knowledge | | openhiru settings | Open the interactive configuration TUI |


🧩 Engineering Overview

  • Logic Engine: ESM-native Node.js architecture for high performance.
  • Scale: Supports hundreds of built-in skills and external community plugins.
  • Security: Built-in Memory Guard and sandbox execution for tool calls.