Ross ROSS = Recommend OSS · open-source software intelligence for agents

ncarlier/webhookd

A minimalist, powerful webhook server designed to easily trigger shell scripts and run external processes via HTTP requests. observed · 2026-08-28

github.com/ncarlier/webhookd · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

80/100

  • Activity 88
  • Release rhythm 57
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 187
  • age_days: 4361
  • days_rel: 74
  • days_push: 74
  • n_releases_24m: 4

Full methodology

Adoption not part of the score

1094 stars · 98 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

webhookd is a minimalist webhook server written in Go that exposes HTTP endpoints which trigger shell scripts or arbitrary executable processes. It is configured via a directory of scripts and environment variables, and ships as a binary, Docker image, or systemd service.

Use cases

  • trigger shell scripts from github webhooks
  • run deployment scripts via http requests
  • simple self-hosted webhook receiver for ci/cd
  • execute bash scripts when an http endpoint is hit
  • hook external services to local commands
  • lightweight automation server without writing code

When to choose

  • you want to run shell scripts or any executable in response to HTTP webhooks
  • you need a tiny, dependency-free self-hosted webhook server
  • you prefer configuration via files and environment variables over writing a web app
  • you deploy with Docker or systemd and want a preconfigured service

When to avoid

  • you need complex routing, transformations, or a visual workflow builder like n8n or Huginn
  • you require strong multi-tenant auth or a managed SaaS webhook service
  • your logic is better expressed in a full application framework than shell scripts

Facets

service · maturity active

webhook http-server workflow-automation cli developer-tools backend apis go cli self-hosted webhook-server shell-scripts http-endpoints minimalist ci-cd automation devops linux macos docker

1 source

Member repositories

RepositoryRoleHealth v2
ncarlier/webhookdmain80

For agents

markdown · JSON · MCP: product_card(name="ncarlier/webhookd")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem