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

wednesdayai

v0.4.10

Published

Multi-channel AI gateway with extensible messaging integrations

Readme

🧱 WednesdayAI — The AI Platform That Stays Yours

WednesdayAI is a hard fork of OpenClaw at v2026.3.2, maintained by ExpansionX Partners.

Named in homage to the original Wednesday framework — many of the ideas and features built into Monday and Saturday were first explored there. We forked because we needed a stable foundation to build on, not a moving target.

Tagline: Make it yours.


The Problem

You loved OpenClaw. Then came the refactors. The breaking changes. The "nice new feature that broke everything else."

You just wanted to build something. Instead, you spent your Saturday fixing what upstream broke on Wednesday.

We did too. So we forked from v2026.3.2 — the last truly stable release — and made a promise: Breaking changes stay out of core. Extensions are how you add power. Period.


The Solution

WednesdayAI keeps the core lean, stable, and fast. Everything else lives in extensions, plugins, and the SDK.

  • Core stays frozen — no surprise refactors, no whack-a-mole
  • Extensions are first-class — add power without touching core
  • Local-first — your data, your machine, your rules
  • Cloud-ready — same contracts support single-user and multi-tenant

Install in 3 commands

# 1. Clone
git clone https://github.com/expansionx/wednesdayai-core.git && cd wednesdayai-core

# 2. Configure
cp config.example.json config.json
# Edit config.json with your model provider and API keys

# 3. Run
npm install && npm start

That's it. No wizard required. No upstream surprises.


What Makes WednesdayAI Different

| | OpenClaw (upstream) | WednesdayAI | | -------------------- | ----------------------------- | ------------------------------------ | | Philosophy | Ship fast, refactor often | Stability first, extend via plugins | | Breaking changes | Frequent in core | Frozen core, stable contracts | | Extensions | Limited ecosystem | First-class plugin SDK + marketplace | | Data ownership | Cloud-dependent options | Local-first, always | | Target user | Early adopters who ship daily | Builders who value stability |


Core Architecture: The Interaction Kernel

WednesdayAI is built around a stable interaction kernel — a small, fast core that handles routing, sessions, runs, policy, media, delivery, and audit. Everything else plugs in:

  • Transport integrations — WhatsApp, Telegram, Discord, Slack, and more
  • Client surfaces — Web, desktop, mobile, voice-first, avatar UIs
  • Capability plugins — Speech-to-text, memory, RAG, model providers, tools
  • Agent runtime adapters — OpenClaw-style runners, Codex, process runners, HTTP agents

Core owns the contracts. You own the experience.

Read the Vision for the full architecture direction.


Channels Supported

WhatsApp, Telegram, Slack, Discord, Google Chat, Signal, BlueBubbles (iMessage), iMessage (legacy), IRC, Microsoft Teams, Matrix, Feishu, LINE, Mattermost, Nextcloud Talk, Nostr, Synology Chat, Tlon, Twitch, Zalo, Zalo Personal, WebChat.

Voice and canvas on macOS, iOS, and Android.

Full channel docs: docs.wednesdayai.dev/channels


Get Started

Prerequisites

  • Node.js ≥ 22
  • Git

Recommended Install

npm install -g wednesdayai@latest
# or: pnpm add -g wednesdayai@latest

wednesdayai onboard --install-daemon

The wizard sets up the Gateway daemon (launchd/systemd user service) so it stays running.

Quick Start

# Start the gateway
wednesdayai gateway --port 18789 --verbose

# Send a message
wednesdayai message send --to +1234567890 --message "Hello from WednesdayAI"

# Talk to the assistant
wednesdayai agent --message "Ship checklist" --thinking high

Full getting started guide


Development

git clone https://github.com/expansionx/wednesdayai-core.git
cd wednesdayai-core

pnpm install
pnpm ui:build
pnpm build

pnpm wednesdayai onboard --install-daemon

# Dev loop (auto-reload on TS changes)
pnpm gateway:watch

Switch channels: wednesdayai update --channel stable|beta|dev


Documentation


Commercial Offerings

WednesdayAI is open source and free. We also build on top of it:

  • Saturday (mysaturday.app) — AI companion for everyone. Consumer-friendly interface powered by WednesdayAI.
  • WednesdayAI Business — Hosted or on-premise deployments with SLA, support, and training for teams and enterprises.
  • ExpansionX Training — Executive briefings and hands-on AI upskilling for organisations.

Interested? Get in touch.


Community & Contributing

WednesdayAI is maintained by ExpansionX Partners Pty Ltd and the open-source community.


License

MIT © ExpansionX Partners Pty Ltd