macOS
brew install inotify-toolslocal Homebrew formula metadata
brew
C library and command-line programs providing a simple interface to inotify. Version 4.25.9.0 via Homebrew; verified from local package data.
install
brew install inotify-toolslocal Homebrew formula metadata
sudo apk add inotify-toolsAlpine Linux edge package indexes · inotify-tools · source: dl-cdn.alpinelinux.org
sudo apt install inotify-toolsDebian stable package indexes · inotify-tools · source: deb.debian.org
sudo dnf install inotify-toolsFedora Rawhide package metadata · inotify-tools · source: dl.fedoraproject.org
nix profile install nixpkgs#inotify-toolsnixpkgs package indexes · pkgs/by-name/in/inotify-tools/package.nix · source: api.github.com
sudo pacman -S inotify-toolsArch Linux sync databases · inotify-tools · source: geo.mirror.pkgbuild.com
sudo zypper install inotify-toolsopenSUSE Tumbleweed package metadata · inotify-tools · source: download.opensuse.org
winget install --id thekid.inotifywait -eWindows Package Manager source index · thekid.inotifywait · source: cdn.winget.microsoft.com
overview
C library and command-line programs providing a simple interface to inotify
history
inotify-tools is a Linux-focused package of command-line utilities and a C library that expose the kernel inotify interface to shell scripts. The README says its purpose is to let inotify features be used from scripts, while the man page describes `inotifywait` as an efficient way to wait for filesystem changes.
The NEWS file records that inotify-tools began on 19 October 2005, close to the arrival of Linux inotify in the 2.6 kernel era. The project grew around `inotifywait`, `inotifywatch`, and `libinotifytools`, making filesystem event monitoring scriptable without each script needing to call kernel APIs directly.
The repository later added `fsnotifywait` and `fsnotifywatch` for fanotify-oriented workflows, and the README explicitly recommends enhancing the Rust version of the codebase over the older C/C++ version. That note captures an unusual maintenance transition for a long-lived Linux utility package.
inotify-tools is broadly packaged across Linux distributions and developer package managers because it is a small, dependable building block for file watchers, deploy hooks, build scripts, sync scripts, and daemon glue. Homebrew metadata lists packages across Alpine, Debian, Fedora, Nix, Pacman, Ubuntu, WinGet, and openSUSE.
The most common command is `inotifywait`, which waits for events on files or directories, exits after a single event by default, or streams events with `--monitor`. The man page documents recursive watching, event selection, CSV and custom output formatting, daemon mode, syslog output, and warnings about watch limits such as `/proc/sys/fs/inotify/max_user_watches`.
For package maintainers, inotify-tools is one of the canonical tiny Unix tools: it bridges a Linux-specific kernel facility into shell-friendly text output. Its presence in package indexes often enables other packages' test suites, file-reload scripts, and live-build tooling.
security posture
library-like package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
fsnotifywait | cli | global executable | |
fsnotifywatch | cli | global executable | |
inotifywait | cli | global executable | |
inotifywatch | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/inotify-tools/inotify-tools
install metadata
| Package key | brew:inotify-tools |
|---|---|
| Version | 4.25.9.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/inotify-tools |
| Homepage | https://github.com/inotify-tools/inotify-tools |
| Repository | https://github.com/inotify-tools/inotify-tools |
| Upstream docs | https://github.com/inotify-tools/inotify-tools#readme |
| License | GPL-2.0-or-later |
| Source archive | https://github.com/inotify-tools/inotify-tools/archive/refs/tags/4.25.9.0.tar.gz |
| Build dependencies | autoconf, automake, libtool |
| Bottle | available (on arm64_linux, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | inotify-tools |
| Version Scheme | 0 |
| Revision | 0 |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
inotify-tools 4.23.9.0-2+b1
command-line programs providing a simple interface to inotify
https://github.com/rvoicilas/inotify-tools/wiki/
sudo apt install inotify-toolslibinotifytools0 4.23.9.0-2+b1
utility wrapper around inotify
https://github.com/rvoicilas/inotify-tools/wiki/
sudo apt install libinotifytools0libinotifytools0-dev 4.23.9.0-2+b1
Development library and header files for libinotifytools0
https://github.com/rvoicilas/inotify-tools/wiki/
sudo apt install libinotifytools0-devinotify-tools
nix profile install nixpkgs#inotify-toolsinotify-tools 3.22.6.0-4
command-line programs providing a simple interface to inotify
https://github.com/rvoicilas/inotify-tools/wiki/
sudo apt install inotify-toolslibinotifytools0 3.22.6.0-4
utility wrapper around inotify
https://github.com/rvoicilas/inotify-tools/wiki/
sudo apt install libinotifytools0libinotifytools0-dev 3.22.6.0-4
Development library and header files for libinotifytools0
https://github.com/rvoicilas/inotify-tools/wiki/
sudo apt install libinotifytools0-devinotify-tools 4.23.9.0-r0
C library and CLI tools providing a simple interface to inotify
https://github.com/inotify-tools/inotify-tools
sudo apk add inotify-toolsinotify-tools-dev 4.23.9.0-r0
C library and CLI tools providing a simple interface to inotify (development files)
https://github.com/inotify-tools/inotify-tools
sudo apk add inotify-tools-devinotify-tools-doc 4.23.9.0-r0
C library and CLI tools providing a simple interface to inotify (documentation)
https://github.com/inotify-tools/inotify-tools
sudo apk add inotify-tools-docinotify-tools-libs 4.23.9.0-r0
C library and CLI tools providing a simple interface to inotify (libraries)
https://github.com/inotify-tools/inotify-tools
sudo apk add inotify-tools-libsinotify-tools 4.23.9.0-6.fc44
Command line utilities for inotify
https://github.com/inotify-tools/inotify-tools
sudo dnf install inotify-toolsinotify-tools-devel 4.23.9.0-6.fc44
Headers and libraries for building apps that use libinotifytools
https://github.com/inotify-tools/inotify-tools
sudo dnf install inotify-tools-develinotify-tools 4.25.9.0-1
inotify-tools is a C library and a set of command-line programs for Linux providing a simple interface to inotify.
https://github.com/inotify-tools/inotify-tools
sudo pacman -S inotify-toolsinotify-tools 4.25.9.0-1.3
Tools for inotify
https://github.com/inotify-tools/inotify-tools
sudo zypper install inotify-toolsinotify-tools-devel 4.25.9.0-1.3
Development files for inotify-tools
https://github.com/inotify-tools/inotify-tools
sudo zypper install inotify-tools-develsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.