New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

@bingran/mews

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bingran/mews

A local GitHub notification daemon that scopes work to allow-listed repos and dispatches local coding agents.

latest
Source
npmnpm
Version
0.3.1
Version published
Weekly downloads
3
200%
Maintainers
1
Weekly downloads
 
Created
Source

mews

mews is a local GitHub notification daemon for a small set of repos you explicitly allow. It polls notifications, keeps a local inbox under ~/.mews/, serves a browser dashboard, and can dispatch Codex CLI or Claude Code work for actionable items.

The daemon only acts on repos you pass through --allow-repo. That keeps the runtime predictable and avoids accidentally scanning or scheduling work for the rest of your GitHub account.

Requirements

  • Node.js 20+
  • pnpm 10+
  • GitHub CLI (gh) authenticated for the host you want to poll
  • Playwright Chromium only when you run the live end-to-end harness

Install From npm

npm install -g @bingran/mews
mews --version

Install From Source

pnpm install
pnpm build
pnpm link --global
mews --version

Quickstart

mews install --allow-repo bingran-you/mews
mews status

Then open http://127.0.0.1:7878/dashboard.

Daemon-starting commands require an explicit repo scope:

mews start --allow-repo owner/repo
mews start --allow-repo owner/repo,owner/*

Use mews help <command> or mews <command> --help for command details.

Command Overview

  • mews install --allow-repo ... checks gh, writes config.yaml if needed, and starts the daemon
  • mews start --allow-repo ... launches the daemon in the background
  • mews stop stops the background daemon
  • mews status prints the current lock and runtime status
  • mews doctor diagnoses auth, lock, and runtime state
  • mews poll runs one notifications poll without starting the daemon
  • mews watch opens the local TUI inbox
  • mews run-once --allow-repo ... runs one full daemon cycle and exits

Development

pnpm verify

That runs the same build, typecheck, and unit test flow used in CI.

For the repo-scoped live harness that starts the real background service and verifies the dashboard end to end:

pnpm e2e:live

See CONTRIBUTING.md for the local development loop and the live end-to-end harness.

Keywords

mews

FAQs

Package last updated on 29 Apr 2026

Related posts