# Watchman **Repository Path**: mirrors/Watchman ## Basic Information - **Project Name**: Watchman - **Description**: Watchman 是 facebook 的一个开源项目,它开源用来监视文件并且记录文件的改动情况,当文件变更它可以触发一些操作,例如执行一些命令等等 - **Primary Language**: C/C++ - **License**: MIT - **Default Branch**: main - **Homepage**: https://www.oschina.net/p/watchman - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2021-03-10 - **Last Updated**: 2026-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
watchman-logo

Watchman

A file watching service.

## Purpose Watchman exists to watch files and record when they actually change. It can also trigger actions (such as rebuilding assets) when matching files change. ## Documentation Head on over to https://facebook.github.io/watchman/ ## License Watchman is made available under the terms of the MIT License. See the LICENSE file that accompanies this distribution for the full text of the license. ## Support Watchman is primarily maintained by the source control team at Meta Platforms, Inc. We support: * Windows and macOS builds * Linux builds on recent Ubuntu and Fedora releases * Watchman's [compatibility commitment](https://facebook.github.io/watchman/docs/compatibility.html) * Python, Rust, and JavaScript clients Support for additional operating systems, release packaging, and language bindings is community-maintained: * Homebrew * FreeBSD * Solaris Please submit a [GitHub issue](https://github.com/facebook/watchman/issues/) to report any troubles. ## Contributing Please see the [contributing document](CONTRIBUTING.md).