macOS
brew install webhooklocal Homebrew formula metadata
sudo port install webhookMacPorts ports tree · net/webhook/Portfile · ソース: api.github.com
brew / 順位 6640
webhook のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install webhooklocal Homebrew formula metadata
sudo port install webhookMacPorts ports tree · net/webhook/Portfile · ソース: api.github.com
sudo apk add webhookAlpine Linux edge package indexes · webhook · ソース: dl-cdn.alpinelinux.org
sudo apt install webhookDebian stable package indexes · webhook · ソース: deb.debian.org
nix profile install nixpkgs#webhooknixpkgs package indexes · pkgs/by-name/we/webhook/package.nix · ソース: api.github.com
sudo pacman -S webhookArch Linux sync databases · webhook · ソース: geo.mirror.pkgbuild.com
scoop install main/webhookScoop official bucket manifest trees · bucket/webhook.json · ソース: api.github.com
概要
Lightweight, configurable incoming webhook server
履歴
webhook is a small Go service for turning incoming HTTP requests into guarded command execution on a server. Its niche is deliberately plain: define hooks in JSON or YAML, expose HTTP endpoints, validate request data with rules, and run configured scripts or commands when a matching event arrives.
The public GitHub repository was created on January 12, 2015, and its first listed GitHub release, webhook 1.0.4, was published on March 13, 2015. The project has continued as an MIT-licensed command-line daemon under Adnan Hadziabdic's `adnanh/webhook` repository, with later 2.x releases still appearing as of 2026.
The README describes the tool as a lightweight configurable incoming webhook server written in Go. That framing has remained stable across the project's life: it is not a full automation platform, but a minimal bridge between webhook providers and local server-side commands.
webhook's adoption has been strongest in self-hosted and operations workflows where users want a single-purpose listener instead of a larger CI/CD or eventing system. The upstream README points to guides for automatic deployments, JIRA integration, Ansible AWX job triggers, Salt-based static-site deployment, Plex-to-Telegram notifications, and other practical automation examples.
By July 2026 the GitHub repository showed roughly twelve thousand stars and hundreds of forks via the public GitHub API, a sign that it became a recognizable Unix-style building block for small webhook automation jobs.
A typical setup defines one or more hooks in `hooks.json` or `hooks.yaml`. Each hook names an id, a command to execute, optional working directory and argument mappings, and trigger rules that can inspect headers, payload fields, or query parameters before the command runs.
Administrators commonly run webhook as a long-lived service behind a firewall, reverse proxy, or systemd unit, then wire providers such as GitHub, GitLab, monitoring systems, or chat tools to call the hook endpoint. Its package-nerd appeal is that the behavior is transparent: HTTP in, rule check, process execution out.
webhook matters because it packages a common shell-ops pattern without demanding a workflow server. For people maintaining small servers, lab machines, media boxes, or personal deployment targets, it is the sort of boring CLI that replaces a pile of ad hoc CGI scripts while still feeling close to the shell.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
hooks.jsonhooks.yamlCredential-bearing paths to review before unattended agent runs.
hooks.jsonhooks.yaml実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
webhook | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:webhook |
|---|---|
| バージョン | 2.8.3 |
| パッケージマネージャ | Homebrew |
| ホームページ | https://github.com/adnanh/webhook |
| リポジトリ | https://github.com/adnanh/webhook |
| 最終更新 | 2026-07-25T22:40:19+02:00 |
| Pulse | updated |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
webhook 2.8.0-4+b19
Small server for creating HTTP endpoints (hooks)
https://github.com/adnanh/webhook
sudo apt install webhookwebhook
nix profile install nixpkgs#webhookwebhook 2.8.0-4build1
Small server for creating HTTP endpoints (hooks)
https://github.com/adnanh/webhook
sudo apt install webhookwebhook 2.8.3-r4
Lightweight configurable webhooks server
https://github.com/adnanh/webhook
sudo apk add webhookwebhook 2.8.3-1
A lightweight incoming webhook server to run shell commands
https://github.com/adnanh/webhook
sudo pacman -S webhookwebhook
sudo port install webhookmain/webhook
scoop install main/webhookソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.