{"generated":"2026-08-24T16:03:47.118687160Z","published":"2026-08-24T08:22:34Z","app":"watchexec","version":"2.7.0","notes":"<p dir=\"auto\">Watchexec now only traverses and watches directories that are expected to produce events (according to filter/ignore files and patterns). This means that if you have a very large directory tree, and 90% of it is gitignored, Watchexec will no longer go through and add watches to that 90% at all. Thus:</p>\n<ul dir=\"auto\">\n<li>startup in those cases should be much faster and less resource-intensive</li>\n<li>ongoing performance should also improve (as there will be vastly fewer events to process), though that may be less perceptible</li>\n</ul>\n<p dir=\"auto\">The way this is achieved is by handling all directory traversal/recursion within Watchexec, instead of letting the Notify library handle it. This is a large amount of work and code, and it's expected that there will be new bugs as a result. However, this limitation was also the underlying source of a number of long-standing bugs, and I quite look forward to close some very old issues as a result.</p>\n<pre class=\"notranslate\"><code class=\"notranslate\">:; hyperfine 'watchexec-2.7.0 -1 echo' 'watchexec-2.6.1 -1 echo'\nBenchmark 1: watchexec-2.7.0 -1 echo\n  Time (mean ± σ):     158.9 ms ±   2.2 ms    [User: 199.6 ms, System: 63.3 ms]\n  Range (min … max):   155.8 ms … 163.1 ms    18 runs\n\nBenchmark 2: watchexec-2.6.1 -1 echo\n  Time (mean ± σ):     387.1 ms ±   2.4 ms    [User: 157.5 ms, System: 366.3 ms]\n  Range (min … max):   382.0 ms … 390.0 ms    10 runs\n\nSummary\n  watchexec-2.7.0 -1 echo ran\n    2.44 ± 0.04 times faster than watchexec-2.6.1 -1 echo\n</code></pre>\n<p dir=\"auto\"><sup>(The <code class=\"notranslate\">-1</code> option is a hidden test-only option which starts watchexec normally, runs the command, and exits.)</sup></p>\n<p dir=\"auto\">On BSD, the kqueue backend has been disabled; those platforms will use polling instead. kqueue is not designed for this kind of thing, and using it thus has significant downsides, such as heavy kernel resource usage, as well as correctness bugs. FreeBSD 14 and up have native inotify support; Watchexec does not yet take advantage of this but will in the future (it comes in with Notify 9, which is currently in RC).</p>\n<p dir=\"auto\">Watching a single file no longer stops watching it when it is replaced (<a class=\"issue-link js-issue-link\" data-error-text=\"Failed to load title\" data-id=\"860633319\" data-permission-text=\"Title is private\" data-url=\"https://github.com/watchexec/watchexec/issues/190\" data-hovercard-type=\"issue\" data-hovercard-url=\"/watchexec/watchexec/issues/190/hovercard\" href=\"https://github.com/watchexec/watchexec/issues/190\">#190</a>). Similarly, though this is less common, if a folder being watched (using <code class=\"notranslate\">-W</code> or <code class=\"notranslate\">-w</code>) is deleted and recreated, Watchexec used to lose the watch and no longer produce events. That was because the watch was placed on the file (or folder) object, not on a pathname string, and replacing the object naturally makes the watch disappear along with the old version of the object. Watchexec now watches from one path segment above, so it can notice when a watch gets replaced; because it also does directory tree filtering, this is not significantly more expensive.</p>","downloads":[{"url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-x86_64-unknown-freebsd.tar.xz","filename":"watchexec-2.7.0-x86_64-unknown-freebsd.tar.xz","size":2878900,"format":{"short":"XZ","long":"Xzipped tarball","tool":"tar xJf"},"sums":[{"algo":"BLAKE3","sum":"61d03c7c13ada34ec702f3ab28451f0390f333b08e605c665bd50d07a4b8865f"},{"algo":"SHA256","sum":"f3d2d8304fd7f704dee3adbe921c8aff007b31b4bb2d06b65139054e3e64bfb4"},{"algo":"SHA512","sum":"9bbffa9455c0b9c2803340378a238cd698abed4988b080eaf58ba742815a6942634eb5cf6da7c60e892ca286227b389b6b87f337503bdc87ff8f93454a1a38a2"}],"cats":["FreeBSD","x86-64",null],"checksum_files":[{"algo":"BLAKE3","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-x86_64-unknown-freebsd.tar.xz.b3"},{"algo":"SHA256","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-x86_64-unknown-freebsd.tar.xz.sha256"},{"algo":"SHA512","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-x86_64-unknown-freebsd.tar.xz.sha512"}]},{"url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-aarch64-unknown-linux-gnu.deb","filename":"watchexec-2.7.0-aarch64-unknown-linux-gnu.deb","size":2526240,"format":{"short":"DEB","long":"Debian/Ubuntu package","tool":"dpkg -i"},"sums":[{"algo":"BLAKE3","sum":"cf5d689e85a86d3145e9f650b5770b047d3055402cfa1ea54a0fc87cbdb63e3c"},{"algo":"SHA256","sum":"ae1a93ada84094ef262585829f847c96b74e3a26477fcf81636ef51a5e54e84c"},{"algo":"SHA512","sum":"5b6e59980f6ee779a259e8a16e4460309c62045d2412bade358ca70e925821172738c9191715ce25c2de4e5726aa6e855f6014abe9dfc611e53635e2130f64ea"}],"cats":["Linux","AArch64","glibc"],"checksum_files":[{"algo":"BLAKE3","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-aarch64-unknown-linux-gnu.deb.b3"},{"algo":"SHA256","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-aarch64-unknown-linux-gnu.deb.sha256"},{"algo":"SHA512","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-aarch64-unknown-linux-gnu.deb.sha512"}]},{"url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-aarch64-unknown-linux-gnu.rpm","filename":"watchexec-2.7.0-aarch64-unknown-linux-gnu.rpm","size":2933183,"format":{"short":"RPM","long":"RedHat/Centos/Fedora package","tool":"dnf localinstall"},"sums":[{"algo":"BLAKE3","sum":"1f88f5f5da968485eca3aca18bfd0de17d1dcfd8a3c47ae660a08120ed45dbb0"},{"algo":"SHA256","sum":"00014669173251004dbc5c11354c22ffaa1b0a5fc4c530bf690aad2930b795b2"},{"algo":"SHA512","sum":"628475ac747ebdd981636fe328ce72b1873e9914bc7614f6f6f62232baac2bf39aa605a878a6f8876f99c8f78172ca6a49d897a29d4ee6dfe30dce3aec87b1bd"}],"cats":["Linux","AArch64","glibc"],"checksum_files":[{"algo":"BLAKE3","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-aarch64-unknown-linux-gnu.rpm.b3"},{"algo":"SHA256","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-aarch64-unknown-linux-gnu.rpm.sha256"},{"algo":"SHA512","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-aarch64-unknown-linux-gnu.rpm.sha512"}]},{"url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-aarch64-unknown-linux-gnu.tar.xz","filename":"watchexec-2.7.0-aarch64-unknown-linux-gnu.tar.xz","size":2514584,"format":{"short":"XZ","long":"Xzipped tarball","tool":"tar xJf"},"sums":[{"algo":"BLAKE3","sum":"26af7edb960d72a6e3035067d0133c77a2b2ba2e8e36418d66a0da06db4be8f9"},{"algo":"SHA256","sum":"ce9328326bbfea36d852953d6ec648dc64fd71d9888cd1ba0978ed2b5a5b99f6"},{"algo":"SHA512","sum":"8cbf6971b194e9a2eb85b68eda0dc961a47cf993d7b8c22fedc5b22b3c4e31804514f31afe2d40025f99d2660f39312261956340b04336498112bfec21ec522f"}],"cats":["Linux","AArch64","glibc"],"checksum_files":[{"algo":"BLAKE3","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-aarch64-unknown-linux-gnu.tar.xz.b3"},{"algo":"SHA256","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-aarch64-unknown-linux-gnu.tar.xz.sha256"},{"algo":"SHA512","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-aarch64-unknown-linux-gnu.tar.xz.sha512"}]},{"url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-aarch64-unknown-linux-musl.deb","filename":"watchexec-2.7.0-aarch64-unknown-linux-musl.deb","size":2605544,"format":{"short":"DEB","long":"Debian/Ubuntu package","tool":"dpkg -i"},"sums":[{"algo":"BLAKE3","sum":"a8022f54b19e35b96890f3d289e27956838317f06c4e9e8c806bf548e2b74a42"},{"algo":"SHA256","sum":"e41386b66a546fe4c083f2a75566e95ea7d56d0aebd65d475bc68dba62c81300"},{"algo":"SHA512","sum":"dc6d34215cd4fc3a498a57d3216160bb0ee2a68dcb7cd63f23d6f501014e8dccf731c0c072058fefc2676593dab60216405fef40a3f1eb014660786c60b98c95"}],"cats":["Linux","AArch64","musl"],"checksum_files":[{"algo":"BLAKE3","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-aarch64-unknown-linux-musl.deb.b3"},{"algo":"SHA256","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-aarch64-unknown-linux-musl.deb.sha256"},{"algo":"SHA512","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-aarch64-unknown-linux-musl.deb.sha512"}]},{"url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-aarch64-unknown-linux-musl.rpm","filename":"watchexec-2.7.0-aarch64-unknown-linux-musl.rpm","size":3016972,"format":{"short":"RPM","long":"RedHat/Centos/Fedora package","tool":"dnf localinstall"},"sums":[{"algo":"BLAKE3","sum":"809a52d0358ab36c64654d64cde354abe82fa5cb2246454b507f097a045e147d"},{"algo":"SHA256","sum":"6f0983cbb420e73c1860f7ae26c09477d63b73383bf1607a32a8a6ccc92eafbe"},{"algo":"SHA512","sum":"382dbd5c4868dd8b49a903e4af81030b3f836a39290dd7a9a87e8bcfef34a4f2f9b7b15d207260fb58b805c49701dc6f96349b705cd983fa42722db0c553f990"}],"cats":["Linux","AArch64","musl"],"checksum_files":[{"algo":"BLAKE3","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-aarch64-unknown-linux-musl.rpm.b3"},{"algo":"SHA256","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-aarch64-unknown-linux-musl.rpm.sha256"},{"algo":"SHA512","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-aarch64-unknown-linux-musl.rpm.sha512"}]},{"url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-aarch64-unknown-linux-musl.tar.xz","filename":"watchexec-2.7.0-aarch64-unknown-linux-musl.tar.xz","size":2593688,"format":{"short":"XZ","long":"Xzipped tarball","tool":"tar xJf"},"sums":[{"algo":"BLAKE3","sum":"44e414fedbf48cd2b016bb0ce42c2f2c17d74490b25db34c55781adaefd1731e"},{"algo":"SHA256","sum":"a24a0362c89106cb6af23316dcc538bcb8ee28d067d770badb474850deadad38"},{"algo":"SHA512","sum":"d386b4ae14d54932e228574cadf8e00d8714ad06a71736ccca348f82ba058749cbbbd55fe6e93f91c7b82409ec3886e7afc9e93d1fd2e302d1c23f095572a70f"}],"cats":["Linux","AArch64","musl"],"checksum_files":[{"algo":"BLAKE3","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-aarch64-unknown-linux-musl.tar.xz.b3"},{"algo":"SHA256","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-aarch64-unknown-linux-musl.tar.xz.sha256"},{"algo":"SHA512","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-aarch64-unknown-linux-musl.tar.xz.sha512"}]},{"url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-armv7-unknown-linux-gnueabihf.deb","filename":"watchexec-2.7.0-armv7-unknown-linux-gnueabihf.deb","size":2617272,"format":{"short":"DEB","long":"Debian/Ubuntu package","tool":"dpkg -i"},"sums":[{"algo":"BLAKE3","sum":"315a9a778c616145e2f782dd5e67bb4ea65674eadb8b27adbf903aeb7d750cdb"},{"algo":"SHA256","sum":"a98a9432eff72e083f7a27c0626a98d4535868eceaee25b6934c6c134e1fda94"},{"algo":"SHA512","sum":"4f3f275f6c3babf807da9c23a2d8ac0aef211b1313c6f3f4355a32ee6a88fe188813b00b02d301f7ad620f93c01c195988961736ea937aa0d79676cb407cbf63"}],"cats":["Linux","ARMv7 HF","glibc"],"checksum_files":[{"algo":"BLAKE3","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-armv7-unknown-linux-gnueabihf.deb.b3"},{"algo":"SHA256","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-armv7-unknown-linux-gnueabihf.deb.sha256"},{"algo":"SHA512","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-armv7-unknown-linux-gnueabihf.deb.sha512"}]},{"url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-armv7-unknown-linux-gnueabihf.rpm","filename":"watchexec-2.7.0-armv7-unknown-linux-gnueabihf.rpm","size":3054281,"format":{"short":"RPM","long":"RedHat/Centos/Fedora package","tool":"dnf localinstall"},"sums":[{"algo":"BLAKE3","sum":"a911c3523cab0e2b57a71e95351ad3b2385b212a6dfa239d6ed9b2ddf76a6c07"},{"algo":"SHA256","sum":"d8235f1bc4a32838c0f7bc11f6094b972a37ae9ed6926a81c9a835512f88628f"},{"algo":"SHA512","sum":"3c18aa8fb5a46203b5f4f25e4aaa327dbc38672987f5f9dd5f4525e79194b1de21f1690cbc48fb598bdb28bce4a0d2f58f785baed656cbba2c1c4e845d17db81"}],"cats":["Linux","ARMv7 HF","glibc"],"checksum_files":[{"algo":"BLAKE3","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-armv7-unknown-linux-gnueabihf.rpm.b3"},{"algo":"SHA256","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-armv7-unknown-linux-gnueabihf.rpm.sha256"},{"algo":"SHA512","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-armv7-unknown-linux-gnueabihf.rpm.sha512"}]},{"url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-armv7-unknown-linux-gnueabihf.tar.xz","filename":"watchexec-2.7.0-armv7-unknown-linux-gnueabihf.tar.xz","size":2605844,"format":{"short":"XZ","long":"Xzipped tarball","tool":"tar xJf"},"sums":[{"algo":"BLAKE3","sum":"6cc3ec21d39c53300e5fbfb3164a433c57b0dd474de7985f6f94fafb91015267"},{"algo":"SHA256","sum":"7e1bf0afce7aa9fe1d2e6482a9cc3a839ac008449bce50e535ac6a933b82878f"},{"algo":"SHA512","sum":"9c2577c2224515537543b11141c072a407bf22170d9d893a1ba2573a28e17b011ecf5e8d650f6ca4559f46f18e1b6a2cb48b52ecc8f991810ffeaf6b02380c74"}],"cats":["Linux","ARMv7 HF","glibc"],"checksum_files":[{"algo":"BLAKE3","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-armv7-unknown-linux-gnueabihf.tar.xz.b3"},{"algo":"SHA256","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-armv7-unknown-linux-gnueabihf.tar.xz.sha256"},{"algo":"SHA512","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-armv7-unknown-linux-gnueabihf.tar.xz.sha512"}]},{"url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-s390x-unknown-linux-gnu.deb","filename":"watchexec-2.7.0-s390x-unknown-linux-gnu.deb","size":2777948,"format":{"short":"DEB","long":"Debian/Ubuntu package","tool":"dpkg -i"},"sums":[{"algo":"BLAKE3","sum":"a467b0e29d8359f83e404521d047063e8b5ce9723d62ab34d198aa4ea6bf7fea"},{"algo":"SHA256","sum":"40b6ce33e612797586e5bacdf5d48835edad877bcd3a138e1c5668cfcf212b35"},{"algo":"SHA512","sum":"0162f806efb306dad92c7c2098f4beba22533b274192a91d791f54bd112c5159dc9fd35ea3a8d65ac08b94b3003c7cd3b7f04e2ae8cad1f08aec3e89a0b57f85"}],"cats":["Linux","IBM Z","glibc"],"checksum_files":[{"algo":"BLAKE3","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-s390x-unknown-linux-gnu.deb.b3"},{"algo":"SHA256","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-s390x-unknown-linux-gnu.deb.sha256"},{"algo":"SHA512","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-s390x-unknown-linux-gnu.deb.sha512"}]},{"url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-s390x-unknown-linux-gnu.rpm","filename":"watchexec-2.7.0-s390x-unknown-linux-gnu.rpm","size":3158287,"format":{"short":"RPM","long":"RedHat/Centos/Fedora package","tool":"dnf localinstall"},"sums":[{"algo":"BLAKE3","sum":"61f4bd48bee792f2a84b08ce1f0049fdb95831ddc54684f943d28142dcfdf295"},{"algo":"SHA256","sum":"d8973a54970e1864253f9a5391636b358b7c4e31b3f51e92fd9f3bf9c6f2b37e"},{"algo":"SHA512","sum":"f0003e3154454961b9b0bf8e7e3cfe8889b6de2c5772731d6a3175952f9bc926b78fd2a168a80acf99f7140a88e546625bfd92b925b9742be8efd4d817171b64"}],"cats":["Linux","IBM Z","glibc"],"checksum_files":[{"algo":"BLAKE3","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-s390x-unknown-linux-gnu.rpm.b3"},{"algo":"SHA256","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-s390x-unknown-linux-gnu.rpm.sha256"},{"algo":"SHA512","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-s390x-unknown-linux-gnu.rpm.sha512"}]},{"url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-s390x-unknown-linux-gnu.tar.xz","filename":"watchexec-2.7.0-s390x-unknown-linux-gnu.tar.xz","size":2766700,"format":{"short":"XZ","long":"Xzipped tarball","tool":"tar xJf"},"sums":[{"algo":"BLAKE3","sum":"66e103a42155002e4202f29167ac31aa14e3dffdec0c17ba008058c2a5d1d605"},{"algo":"SHA256","sum":"83dc5ac7198e3e0c44c2945409591c820f39c0f56643dd5ee55119bd74884e12"},{"algo":"SHA512","sum":"337ecfe7669edf886f9f671afe2b2f9855d71d70af5eaa47f90c7ae7bb063d3fad88363a55030a52599fc33b455b5f7bd5ffdc921171c064ec91d337d77a2868"}],"cats":["Linux","IBM Z","glibc"],"checksum_files":[{"algo":"BLAKE3","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-s390x-unknown-linux-gnu.tar.xz.b3"},{"algo":"SHA256","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-s390x-unknown-linux-gnu.tar.xz.sha256"},{"algo":"SHA512","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-s390x-unknown-linux-gnu.tar.xz.sha512"}]},{"url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-powerpc64le-unknown-linux-gnu.deb","filename":"watchexec-2.7.0-powerpc64le-unknown-linux-gnu.deb","size":2779556,"format":{"short":"DEB","long":"Debian/Ubuntu package","tool":"dpkg -i"},"sums":[{"algo":"BLAKE3","sum":"49ef9f46f00484c5fa54a289049c33f27c41442db47a2a0c6846706a16146742"},{"algo":"SHA256","sum":"79ca9183806ad05ed4135b8248145f95c281a8d84d7e1ba960e14bdc6517d993"},{"algo":"SHA512","sum":"926b95ac95289ad657ebc85cda7bb643121772c592b368fed65caf2601ef3280bc1026481e79ed568620ced5fcf9e40cb21548d86ceb6d1f1801ce28aeb65fc6"}],"cats":["Linux","PowerPC","glibc"],"checksum_files":[{"algo":"BLAKE3","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-powerpc64le-unknown-linux-gnu.deb.b3"},{"algo":"SHA256","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-powerpc64le-unknown-linux-gnu.deb.sha256"},{"algo":"SHA512","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-powerpc64le-unknown-linux-gnu.deb.sha512"}]},{"url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-powerpc64le-unknown-linux-gnu.rpm","filename":"watchexec-2.7.0-powerpc64le-unknown-linux-gnu.rpm","size":3206635,"format":{"short":"RPM","long":"RedHat/Centos/Fedora package","tool":"dnf localinstall"},"sums":[{"algo":"BLAKE3","sum":"d5c1f0bda28ecd936c78a47ea28104fd02467bed2b79a58c2a87319dc3917b1a"},{"algo":"SHA256","sum":"3cf298124133dedcb094b15c0cac305d102d5fee1671edc3ad86fc2bf39c90b5"},{"algo":"SHA512","sum":"bb3054f4b31f80d15754006fb30338e0372ba76619285b2e2ff462c774189718dec68c0cbf65d20d3abda78852a3d6b1eafb971986b79237e748cf28372a4a16"}],"cats":["Linux","PowerPC","glibc"],"checksum_files":[{"algo":"BLAKE3","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-powerpc64le-unknown-linux-gnu.rpm.b3"},{"algo":"SHA256","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-powerpc64le-unknown-linux-gnu.rpm.sha256"},{"algo":"SHA512","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-powerpc64le-unknown-linux-gnu.rpm.sha512"}]},{"url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-powerpc64le-unknown-linux-gnu.tar.xz","filename":"watchexec-2.7.0-powerpc64le-unknown-linux-gnu.tar.xz","size":2768732,"format":{"short":"XZ","long":"Xzipped tarball","tool":"tar xJf"},"sums":[{"algo":"BLAKE3","sum":"f87c650446df41425603f8b3327ba99694466f16a48266b0cadb3c01344af52f"},{"algo":"SHA256","sum":"398e668ac1835546a1045a242d6e992f03fbb33471e60ce51eac345b26ad763b"},{"algo":"SHA512","sum":"530319c09f89d3c8e334b19d992dfb741367091d3edeb8dfa7c160619e029986e3d0381156a97bc5b463cb13f60a44a14449de779d1b26682f4b608b770c6b28"}],"cats":["Linux","PowerPC","glibc"],"checksum_files":[{"algo":"BLAKE3","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-powerpc64le-unknown-linux-gnu.tar.xz.b3"},{"algo":"SHA256","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-powerpc64le-unknown-linux-gnu.tar.xz.sha256"},{"algo":"SHA512","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-powerpc64le-unknown-linux-gnu.tar.xz.sha512"}]},{"url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-riscv64gc-unknown-linux-gnu.deb","filename":"watchexec-2.7.0-riscv64gc-unknown-linux-gnu.deb","size":2936612,"format":{"short":"DEB","long":"Debian/Ubuntu package","tool":"dpkg -i"},"sums":[{"algo":"BLAKE3","sum":"650e9a2f33c192be268c069131bde6cb3ba67d093b0f91d3bcc39d5825f842c0"},{"algo":"SHA256","sum":"972de6cfe668fd458427401db17cb782954c76a9de3000d67b93c3017be03b46"},{"algo":"SHA512","sum":"b25f3c57399eedfb8e1f2b798f871d2de4a1900c04dfb9c0e3f6e13f62381afbc9f121a738b25ebdde31a823f4f97ac8242c2c8f72822cb9e25e3e2174f27dc3"}],"cats":["Linux","RISC-V","glibc"],"checksum_files":[{"algo":"BLAKE3","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-riscv64gc-unknown-linux-gnu.deb.b3"},{"algo":"SHA256","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-riscv64gc-unknown-linux-gnu.deb.sha256"},{"algo":"SHA512","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-riscv64gc-unknown-linux-gnu.deb.sha512"}]},{"url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-riscv64gc-unknown-linux-gnu.rpm","filename":"watchexec-2.7.0-riscv64gc-unknown-linux-gnu.rpm","size":3234883,"format":{"short":"RPM","long":"RedHat/Centos/Fedora package","tool":"dnf localinstall"},"sums":[{"algo":"BLAKE3","sum":"e335b4602f172e1824be0dd7482a21425b9c72e7355d4811e7e0f8ab7b0e526a"},{"algo":"SHA256","sum":"33b7b8ad04fea05f916b4ddaba3c2009c8cbb10d1180038db1b4bfb73153ea6d"},{"algo":"SHA512","sum":"1d0ec7ed920c67e360cfd173df313d4ea3c4edb3cd8cbe1e0460ee54c7da7f025cccae011239c80196a1a4b36e251d646aac080c34e89fec77872cf6f4b3c6b4"}],"cats":["Linux","RISC-V","glibc"],"checksum_files":[{"algo":"BLAKE3","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-riscv64gc-unknown-linux-gnu.rpm.b3"},{"algo":"SHA256","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-riscv64gc-unknown-linux-gnu.rpm.sha256"},{"algo":"SHA512","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-riscv64gc-unknown-linux-gnu.rpm.sha512"}]},{"url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-riscv64gc-unknown-linux-gnu.tar.xz","filename":"watchexec-2.7.0-riscv64gc-unknown-linux-gnu.tar.xz","size":2925728,"format":{"short":"XZ","long":"Xzipped tarball","tool":"tar xJf"},"sums":[{"algo":"BLAKE3","sum":"a1cee3e135a17130ae22a829f72896a1bf50945f5c14de79289a8143506d91a0"},{"algo":"SHA256","sum":"58cfb8434363a18b9f0b47812dad0256f002f1fd9ff0ae6470ed2cd2b33a61cf"},{"algo":"SHA512","sum":"988a2db17891e37b9bdc2aafd950e297fe2c666a86e92ebb8b35208761db22899947af110cb6059cac744d7a5d0868f2022480d3d3bf6b54b847a4c990df5381"}],"cats":["Linux","RISC-V","glibc"],"checksum_files":[{"algo":"BLAKE3","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-riscv64gc-unknown-linux-gnu.tar.xz.b3"},{"algo":"SHA256","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-riscv64gc-unknown-linux-gnu.tar.xz.sha256"},{"algo":"SHA512","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-riscv64gc-unknown-linux-gnu.tar.xz.sha512"}]},{"url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-i686-unknown-linux-musl.deb","filename":"watchexec-2.7.0-i686-unknown-linux-musl.deb","size":3094264,"format":{"short":"DEB","long":"Debian/Ubuntu package","tool":"dpkg -i"},"sums":[{"algo":"BLAKE3","sum":"de30238a5f856aeca4924d719a9f753f4280e3ac63c3702a5f741ce6ff2bb618"},{"algo":"SHA256","sum":"db828f63468cdb5c2f31c946cda652dec913fd0140531c84535e615954095264"},{"algo":"SHA512","sum":"06a4867df616ee61ec3e80482ff1b6901faece27ec0f91b0da5b2b681e357828d230367c29aaf6a73be09c6413fd9afa82abb02a4d98ab822a56031e5106be2d"}],"cats":["Linux","x86","musl"],"checksum_files":[{"algo":"BLAKE3","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-i686-unknown-linux-musl.deb.b3"},{"algo":"SHA256","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-i686-unknown-linux-musl.deb.sha256"},{"algo":"SHA512","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-i686-unknown-linux-musl.deb.sha512"}]},{"url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-i686-unknown-linux-musl.rpm","filename":"watchexec-2.7.0-i686-unknown-linux-musl.rpm","size":3325257,"format":{"short":"RPM","long":"RedHat/Centos/Fedora package","tool":"dnf localinstall"},"sums":[{"algo":"BLAKE3","sum":"4d9f1825f2f22c4d85c5fab087e41653f8a3dacf462ad289136033d09abb1c53"},{"algo":"SHA256","sum":"cb56f67713dec2611b409f184e776f338689965b11d284c9a718804f46ab1a06"},{"algo":"SHA512","sum":"d789152cf4619aade69a5dab5dbcd647baf2ce2a61f67034f6d42159981c1aca4b5066320b312f007457b59d4fba0ef594c4bfca4ba252c0a4d3e15243ad7a9f"}],"cats":["Linux","x86","musl"],"checksum_files":[{"algo":"BLAKE3","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-i686-unknown-linux-musl.rpm.b3"},{"algo":"SHA256","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-i686-unknown-linux-musl.rpm.sha256"},{"algo":"SHA512","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-i686-unknown-linux-musl.rpm.sha512"}]},{"url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-i686-unknown-linux-musl.tar.xz","filename":"watchexec-2.7.0-i686-unknown-linux-musl.tar.xz","size":3082932,"format":{"short":"XZ","long":"Xzipped tarball","tool":"tar xJf"},"sums":[{"algo":"BLAKE3","sum":"69be49cef10c31301d606a9ebead38128f89f941edc3e23924426231d25be186"},{"algo":"SHA256","sum":"1c7ea8dfd5928a2b11c9abe445eb3b98aca888fb0d3ac0fd46d053f4aac41f1b"},{"algo":"SHA512","sum":"354d78220808f55c44ddf655b4fbe85f95af8059e38640ff8859b3729f03f85f077e6128d52aac52bdfbb5cfa0a9fa3d249228f52a7850b2b4c03683a0b27959"}],"cats":["Linux","x86","musl"],"checksum_files":[{"algo":"BLAKE3","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-i686-unknown-linux-musl.tar.xz.b3"},{"algo":"SHA256","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-i686-unknown-linux-musl.tar.xz.sha256"},{"algo":"SHA512","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-i686-unknown-linux-musl.tar.xz.sha512"}]},{"url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-x86_64-unknown-linux-gnu.deb","filename":"watchexec-2.7.0-x86_64-unknown-linux-gnu.deb","size":2923296,"format":{"short":"DEB","long":"Debian/Ubuntu package","tool":"dpkg -i"},"sums":[{"algo":"BLAKE3","sum":"ab1cc314f357b13805b1ed179ed939e146f214be67593e836ea774cae8ac1d60"},{"algo":"SHA256","sum":"630aee5fc0f811468630373fd20f7956b88196601842ccf88b0de9485799e471"},{"algo":"SHA512","sum":"979593d364222bd7d20ea44423dd539d465874068b105ace95d40a4486b0939efbbfe5964451586ae795b1a939b4c287b6939b19b1dfdf2e6aeb4eca35d3ad30"}],"cats":["Linux","x86-64","glibc"],"checksum_files":[{"algo":"BLAKE3","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-x86_64-unknown-linux-gnu.deb.b3"},{"algo":"SHA256","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-x86_64-unknown-linux-gnu.deb.sha256"},{"algo":"SHA512","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-x86_64-unknown-linux-gnu.deb.sha512"}]},{"url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-x86_64-unknown-linux-gnu.rpm","filename":"watchexec-2.7.0-x86_64-unknown-linux-gnu.rpm","size":3146817,"format":{"short":"RPM","long":"RedHat/Centos/Fedora package","tool":"dnf localinstall"},"sums":[{"algo":"BLAKE3","sum":"f8b573d582e4928bced15c169c78213af75efa0bb42bbe156162386760c6b784"},{"algo":"SHA256","sum":"935fd17a68cee7cefea42af9932810d92c82937e89ba9998f76b0c26f155382a"},{"algo":"SHA512","sum":"746ab2ba044bfb897826981dc1e4d132a64d508e2c758743b8802bda926d1e299143595ed98ae1dbc009460bec87def01b27ab77b0102f3053b7cebda164b601"}],"cats":["Linux","x86-64","glibc"],"checksum_files":[{"algo":"BLAKE3","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-x86_64-unknown-linux-gnu.rpm.b3"},{"algo":"SHA256","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-x86_64-unknown-linux-gnu.rpm.sha256"},{"algo":"SHA512","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-x86_64-unknown-linux-gnu.rpm.sha512"}]},{"url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-x86_64-unknown-linux-gnu.tar.xz","filename":"watchexec-2.7.0-x86_64-unknown-linux-gnu.tar.xz","size":2909172,"format":{"short":"XZ","long":"Xzipped tarball","tool":"tar xJf"},"sums":[{"algo":"BLAKE3","sum":"77b0b8bf51bab9be9f8d12b6453c4e0282a58294942579081589774f4d77aecb"},{"algo":"SHA256","sum":"ad226e24baa077b9d97d1a0e575a7202ed38da0e1841d4ec3ebb8c6afbf73440"},{"algo":"SHA512","sum":"293bc641e05e958f4b6b57e45b91e551d793f1e064a937673cbce3f3f7a70d3f486ffe23544963d04e8e2d482bed7e1f88f2f6276af723e2e01d2dd6b235245c"}],"cats":["Linux","x86-64","glibc"],"checksum_files":[{"algo":"BLAKE3","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-x86_64-unknown-linux-gnu.tar.xz.b3"},{"algo":"SHA256","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-x86_64-unknown-linux-gnu.tar.xz.sha256"},{"algo":"SHA512","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-x86_64-unknown-linux-gnu.tar.xz.sha512"}]},{"url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-x86_64-unknown-linux-musl.deb","filename":"watchexec-2.7.0-x86_64-unknown-linux-musl.deb","size":3059880,"format":{"short":"DEB","long":"Debian/Ubuntu package","tool":"dpkg -i"},"sums":[{"algo":"BLAKE3","sum":"07c9e95a9a0a87dbf8bd26e9bf9b8321d2ddf2aa8dfb0536f3521680100a1a10"},{"algo":"SHA256","sum":"98d86104a49db549e29ce20fc167848d7cdd0044b7774e6285c7df23f75e8677"},{"algo":"SHA512","sum":"fd662f7452cd28d5a2899927d8718db26ee7268dc978ce43dec818fab444231a359287f4bc9f7efe0bfc6f9c5d22156d96262133a46f6a28e1581d9fb607c54b"}],"cats":["Linux","x86-64","musl"],"checksum_files":[{"algo":"BLAKE3","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-x86_64-unknown-linux-musl.deb.b3"},{"algo":"SHA256","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-x86_64-unknown-linux-musl.deb.sha256"},{"algo":"SHA512","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-x86_64-unknown-linux-musl.deb.sha512"}]},{"url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-x86_64-unknown-linux-musl.rpm","filename":"watchexec-2.7.0-x86_64-unknown-linux-musl.rpm","size":3281574,"format":{"short":"RPM","long":"RedHat/Centos/Fedora package","tool":"dnf localinstall"},"sums":[{"algo":"BLAKE3","sum":"cd60301c4b403dc47c38e1404b3e9315c11775fa38bbf0a0296f33b279e8c3c5"},{"algo":"SHA256","sum":"54427647b6d2fb9c1c34f16db911bd1e17a59747079463f19cb69263ec38f558"},{"algo":"SHA512","sum":"03b71fa668d81a49b99ec7eea1ec07b6c2d28b0109b210daefb1c067cd9f375f0d92d3389bc6c2310dfba70bc2bdb125321a45b9f10f41832b3e9ba3bd2891cb"}],"cats":["Linux","x86-64","musl"],"checksum_files":[{"algo":"BLAKE3","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-x86_64-unknown-linux-musl.rpm.b3"},{"algo":"SHA256","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-x86_64-unknown-linux-musl.rpm.sha256"},{"algo":"SHA512","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-x86_64-unknown-linux-musl.rpm.sha512"}]},{"url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-x86_64-unknown-linux-musl.tar.xz","filename":"watchexec-2.7.0-x86_64-unknown-linux-musl.tar.xz","size":3045400,"format":{"short":"XZ","long":"Xzipped tarball","tool":"tar xJf"},"sums":[{"algo":"BLAKE3","sum":"220a9a437771fe71ba7ce10b401a5027b9418d87dacfd411d7af09a16c3e8c6b"},{"algo":"SHA256","sum":"480065f4459b9f7fb25927ac43df85ff7f46a9b25d04f90001022b875ab0b1a5"},{"algo":"SHA512","sum":"4f3172493fe6868d824ba3f9b1f1ddeb8de4271c12cdef977870833dc4a58c819fcae126d21fa3d7e19279d1a640d72e40a7fdfe39eb756e8a73c3528bbd492a"}],"cats":["Linux","x86-64","musl"],"checksum_files":[{"algo":"BLAKE3","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-x86_64-unknown-linux-musl.tar.xz.b3"},{"algo":"SHA256","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-x86_64-unknown-linux-musl.tar.xz.sha256"},{"algo":"SHA512","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-x86_64-unknown-linux-musl.tar.xz.sha512"}]},{"url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-aarch64-pc-windows-msvc.zip","filename":"watchexec-2.7.0-aarch64-pc-windows-msvc.zip","size":3218683,"format":{"short":"Zip","long":"Zipped folder","tool":"unzip"},"sums":[{"algo":"BLAKE3","sum":"2702aa45bee1f1c9964138dce36de53e4738874c2cf14c91dd0b5845df44e452"},{"algo":"SHA256","sum":"baa5c68764c45ac8cf9d80ffd05dcdd776d84904c779967a720f51114e48341d"},{"algo":"SHA512","sum":"745f29ae2ebd34491841e8113ab2f60c24fd32b8a9d3b326b6846274045e0c8410dfb813714833544ad6e7646a72b7091e253d0692f37fc873c2a7b955eff45a"}],"cats":["Windows","AArch64","MSVC"],"checksum_files":[{"algo":"BLAKE3","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-aarch64-pc-windows-msvc.zip.b3"},{"algo":"SHA256","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-aarch64-pc-windows-msvc.zip.sha256"},{"algo":"SHA512","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-aarch64-pc-windows-msvc.zip.sha512"}]},{"url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-x86_64-pc-windows-msvc.zip","filename":"watchexec-2.7.0-x86_64-pc-windows-msvc.zip","size":3542022,"format":{"short":"Zip","long":"Zipped folder","tool":"unzip"},"sums":[{"algo":"BLAKE3","sum":"d079cddf4f969bb59b685f75b6664f714f148cdf7568bc0c5f55282ba3f3a6b8"},{"algo":"SHA256","sum":"33519183d6ba6641dcdd12994e06a4aaaa5fd2083a41143c8484ffe793408f5f"},{"algo":"SHA512","sum":"8f57e26e01c7b13f647be27b99522fb8e99fd8fa44d9226c7b024ff870121d3e3416c4b448455ff6846e0165375c11ca023b2f4793e1f30ac0bbb47f42d11b06"}],"cats":["Windows","x86-64","MSVC"],"checksum_files":[{"algo":"BLAKE3","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-x86_64-pc-windows-msvc.zip.b3"},{"algo":"SHA256","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-x86_64-pc-windows-msvc.zip.sha256"},{"algo":"SHA512","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-x86_64-pc-windows-msvc.zip.sha512"}]},{"url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-aarch64-apple-darwin.tar.xz","filename":"watchexec-2.7.0-aarch64-apple-darwin.tar.xz","size":2049820,"format":{"short":"XZ","long":"Xzipped tarball","tool":"tar xJf"},"sums":[{"algo":"BLAKE3","sum":"f0b051117cb37280b58f9ad24ee41a276ebf79b344ae17c67861f0bd53caeefd"},{"algo":"SHA256","sum":"63402816e7efbe3b3fe6f418d476d57f236bc63de7cfd6f1badc50b254b295fb"},{"algo":"SHA512","sum":"3a17f5e5c044ab0511a24b96c5b18f505d2cc665d236cf3582302ca7df9f88b39a727595e1974b757e60f096cd1704009c1ffbdf2ec353caa1b3e4a6fcbbf468"}],"cats":["macOS","AArch64",null],"checksum_files":[{"algo":"BLAKE3","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-aarch64-apple-darwin.tar.xz.b3"},{"algo":"SHA256","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-aarch64-apple-darwin.tar.xz.sha256"},{"algo":"SHA512","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-aarch64-apple-darwin.tar.xz.sha512"}]},{"url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-x86_64-apple-darwin.tar.xz","filename":"watchexec-2.7.0-x86_64-apple-darwin.tar.xz","size":2413732,"format":{"short":"XZ","long":"Xzipped tarball","tool":"tar xJf"},"sums":[{"algo":"BLAKE3","sum":"773a8a049404177c7f062da3c722652973f91f4b3511d5535736b069a8ddf98f"},{"algo":"SHA256","sum":"765e2fdcf7142e3ec228ec5a25597d09a16842c5860cdbbac713d035488a2f82"},{"algo":"SHA512","sum":"8ec3c5a52a7d8d6929271432ef317f2ca3d39db19e3feacb9bcdb1bd348889c7915058131c323ad113abff31129b94d1a6aefe0f9b02b431a53029cdb5db38af"}],"cats":["macOS","x86-64",null],"checksum_files":[{"algo":"BLAKE3","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-x86_64-apple-darwin.tar.xz.b3"},{"algo":"SHA256","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-x86_64-apple-darwin.tar.xz.sha256"},{"algo":"SHA512","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/watchexec-2.7.0-x86_64-apple-darwin.tar.xz.sha512"}]}],"sums":[{"algo":"BLAKE3","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/B3SUMS","signs":[]},{"algo":"SHA256","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/SHA256SUMS","signs":[]},{"algo":"SHA512","url":"https://github.com/watchexec/watchexec/releases/download/v2.7.0/SHA512SUMS","signs":[]}]}