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

zubo

v0.1.29

Published

Your AI agent that never forgets. Persistent memory, 25+ tools, 7 channels, 11+ LLM providers — runs entirely on your machine.

Downloads

2,733

Readme


Features

  • 11+ LLM providers — Anthropic, OpenAI, Ollama, Groq, Together, OpenRouter, DeepSeek, xAI, Fireworks, LM Studio, Cerebras, MiniMax, and any OpenAI-compatible endpoint. Smart routing sends simple queries to fast models automatically.
  • 7 channels — Telegram, Discord, Slack, WhatsApp, Signal, Email, Web Chat
  • Persistent memory — Vector + full-text hybrid search with ONNX embeddings and FTS5. Remembers every conversation, preference, and fact — forever.
  • Memory explainability — Memory matches include confidence and why they were selected (keyword, semantic, or hybrid match).
  • 25+ built-in tools — Web search (Brave + DuckDuckGo), file ops, code execution, APIs, sub-agent delegation, knowledge graph, memory pruning, reminders, and automatic failover between providers.
  • Extensible skills — Build custom skills in TypeScript. Share them on the registry. Install community skills with one command.
  • 9 integrations — GitHub, Google (Gmail, Calendar, Docs, Drive, Sheets), Notion, Linear, Jira, Slack, Twitter + Claude Code and MCP
  • Workflows — Multi-agent pipelines with delegation
  • Natural language scheduling — "Every weekday at 9am" just works. Cron jobs, heartbeat, proactive tasks.
  • Voice — Speech-to-text (Whisper, local whisper.cpp), text-to-speech (OpenAI, ElevenLabs), and continuous voice conversation mode
  • Personal tools — Todos, notes, preferences, topics, and follow-ups — all manageable from the dashboard or via chat
  • Dashboard — Built-in web UI with analytics, memory management, Ollama model manager, personal tools, and settings
  • Safety controls — Tool scope allowlists and dry-run-by-default mode for risky tools, configurable in the dashboard
  • Document ingestion — Upload PDF, DOCX, XLSX, PPTX, TXT, CSV, JSON, and more
  • Budget controls — Daily/monthly spending limits with per-model cost tracking
  • 100% local — SQLite database, local vector store. Your data never leaves your machine.

Quick Start

curl -fsSL https://zubo.bot/install.sh | bash

Or install via package manager:

bun add -g zubo    # recommended
npm i -g zubo      # also works

Then:

zubo setup         # interactive config wizard (terminal or browser)
zubo start         # launch the agent

The web dashboard opens automatically at http://localhost:<port>.

First 10 Minutes

  1. Open Chat and type /help.
  2. Ask a real task: "Summarize my latest git changes" or "Plan my week."
  3. Open Settings:
    • AI Model to choose provider/model
    • Action Safety to control allowed actions
    • Memory in Replies to tune how much context is reused
  4. If replies fail, check:
    • Settings > API Keys for auth errors
    • Settings > AI Model for missing model errors
    • Local model users: run ollama serve and pull the model first

Architecture

User Message
  → Channel (Telegram / Discord / Slack / WhatsApp / Signal / WebChat)
    → Message Router
      → Agent Loop (LLM + Tool Execution)
        → Tools (built-in, skills, integrations)
        → Memory (vector search, FTS5, document parsing)
        → Scheduler (cron, heartbeat, proactive tasks)
      → Response
    → Channel
  → User

Configuration

All config lives in ~/.zubo/config.json. Run zubo setup for interactive configuration, or set values directly:

zubo config set activeProvider anthropic
zubo config set smartRouting.enabled true
zubo config set budget.monthlyLimitUsd 50
zubo config set approvals.autoApproveFirstPartyTools true

See the full configuration reference for all options.

Channels

| Channel | Setup | |---------|-------| | Web Chat | Enabled by default | | Telegram | Add channels.telegram.botToken from @BotFather | | Discord | Add channels.discord.botToken from Developer Portal | | Slack | Add channels.slack.botToken + appToken (Socket Mode) | | WhatsApp | Add channels.whatsapp, authenticate via QR | | Email | Add channels.email with IMAP/SMTP settings | | Signal | Install signal-cli, add channels.signal.phoneNumber |

Integrations

| Service | Capabilities | Secret | |---------|-------------|--------| | GitHub | Issues, PRs, Repos | github_token | | Google | Gmail, Calendar, Docs, Drive, Sheets | google_api_key | | Notion | Pages, Databases, Search | notion_token | | Linear | Issues, Projects | linear_token | | Jira | Issues, Boards | jira_token | | Slack | Messages | slack_token | | Twitter | Posts, Timeline, Search | twitter_bearer_token |

Set secrets through natural conversation: "Set my github_token to ghp_..."

CLI

zubo setup                 Interactive configuration wizard (terminal or browser)
zubo start [--daemon]      Start the agent
zubo stop                  Stop the background daemon
zubo status                Show runtime status
zubo logs [--follow]       View or stream logs
zubo model [provider/model] Show or switch LLM
zubo skills                Manage skills
zubo install <name>        Install from registry
zubo search <query>        Search the registry
zubo voice                 Continuous voice conversation mode
zubo eval                  Run reliability + safety checks
zubo auth create-key       Create an API key
zubo export / import       Backup and restore

Full reference at zubo.bot/docs/cli.html.

Unified Slash Commands

Across WebChat, Telegram, Discord, Slack, and other channels:

  • Basic:
    • /help — quick command menu + docs link
    • /status — runtime status
    • /memory <query> — search saved memory
    • /model — show current provider/model
    • /model set <provider/model> — switch active model at runtime
  • Advanced:
    • /tools [filter] — list available tools
    • /permissions <tool> — view tool permission + scopes
    • /permissions set <tool> <auto|confirm|deny> — override tool permission
    • /budget — view budget usage and limits
    • /budget pause|resume — pause/resume budget enforcement
    • /sent [n] — show latest outbound email delivery records

Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Run npx tsc --noEmit and bun test
  5. Submit a pull request

License

MIT


Created by @thomaskanze