macOS
brew install libeatmydatalocal Homebrew formula metadata
brew
LD_PRELOAD library and wrapper to transparently disable fsync and related calls. Version 131 via Homebrew; verified 2026-06-22.
install
brew install libeatmydatalocal Homebrew formula metadata
sudo apk add libeatmydataAlpine Linux edge package indexes · libeatmydata · source: dl-cdn.alpinelinux.org
sudo apt install eatmydataDebian stable package indexes · eatmydata · source: deb.debian.org
sudo dnf install eatmydataFedora Rawhide package metadata · eatmydata · source: dl.fedoraproject.org
nix profile install nixpkgs#libeatmydatanixpkgs package indexes · pkgs/by-name/li/libeatmydata/package.nix · source: api.github.com
sudo pacman -S libeatmydataArch Linux sync databases · libeatmydata · source: geo.mirror.pkgbuild.com
sudo zypper install eatmydataopenSUSE Tumbleweed package metadata · eatmydata · source: download.opensuse.org
overview
LD_PRELOAD library and wrapper to transparently disable fsync and related calls
history
libeatmydata is Stewart Smith's LD_PRELOAD library and `eatmydata` wrapper that deliberately turns durability operations such as fsync and O_SYNC into no-ops to make disposable test or build workloads faster.
The project page describes libeatmydata as a small LD_PRELOAD library, warns users not to use it where stored data matters, and notes a migration from an old Bazaar repository to GitHub. The GitHub README ties the project to Smith's linux.conf.au 2007 talk, 'Eat My Data: How Everybody gets File IO Wrong,' and says the talk covered common mistakes in POSIX file I/O.
The GitHub tags show historical releases libeatmydata-65 in September 2012, libeatmydata-82 in June 2013, libeatmydata-105 in November 2016, then v129 in April 2021, v130 in October 2021, and v131 in January 2023. The v130 release added a `syncfs()` wrapper, and v131 included macOS build and test fixes.
The official page notes that most Linux distributions package libeatmydata as `eatmydata`, and the README gives Debian/Ubuntu installation as `apt install eatmydata`. Its adoption is strongest in test suites, package builds, and other repeatable workloads where crash safety is intentionally traded away for speed.
The normal usage is intentionally tiny: install the package and run `eatmydata foo`. The README and project page both stress the safety boundary: use it for testing or disposable work, not for programs whose on-disk data you care about.
libeatmydata is beloved package-nerd plumbing because it names the tradeoff honestly and exposes it as one wrapper command. It is especially useful for distribution builders and database test runners who understand that avoiding fsync is unsafe for production but valuable in controlled, throwaway environments.
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 |
|---|---|---|---|
eatmydata | 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/stewartsmith/libeatmydata
install metadata
| Package key | brew:libeatmydata |
|---|---|
| Version | 131 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/libeatmydata |
| Homepage | https://www.flamingspork.com/projects/libeatmydata/ |
| Repository | https://github.com/stewartsmith/libeatmydata |
| Upstream docs | https://github.com/stewartsmith/libeatmydata#readme |
| License | GPL-3.0-or-later |
| Source archive | https://github.com/stewartsmith/libeatmydata/releases/download/v131/libeatmydata-131.tar.gz |
| Last updated | 2026-06-22T14:05:16-07:00 |
| Pulse | updated |
| Build dependencies | autoconf, autoconf-archive, automake, libtool |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | libeatmydata |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| 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.
eatmydata 131-2
Library and utilities designed to disable fsync and friends
https://www.flamingspork.com/projects/libeatmydata/
sudo apt install eatmydatalibeatmydata1 131-2+b1
Library and utilities designed to disable fsync and friends - shared library
https://www.flamingspork.com/projects/libeatmydata/
sudo apt install libeatmydata1libeatmydata
nix profile install nixpkgs#libeatmydataeatmydata 131-1ubuntu1
Library and utilities designed to disable fsync and friends
https://www.flamingspork.com/projects/libeatmydata/
sudo apt install eatmydatalibeatmydata1 131-1ubuntu1
Library and utilities designed to disable fsync and friends - shared library
https://www.flamingspork.com/projects/libeatmydata/
sudo apt install libeatmydata1libeatmydata 131-r7
LD_PRELOAD library and utility that disables all forms of writing data safely to disk
https://www.flamingspork.com/projects/libeatmydata/
sudo apk add libeatmydataeatmydata 131-3.fc44
Utility to disable fsync() and friends for the command specified
https://www.flamingspork.com/projects/libeatmydata/
sudo dnf install eatmydatalibeatmydata 131-3.fc44
Library and utilities designed to disable fsync and friends
https://www.flamingspork.com/projects/libeatmydata/
sudo dnf install libeatmydatalibeatmydata 131-2
Library and utilities designed to disable fsync and friends.
https://github.com/stewartsmith/libeatmydata
sudo pacman -S libeatmydataeatmydata 131-2.3
A library to disable fsync calls
https://www.flamingspork.com/projects/libeatmydata/
sudo zypper install eatmydatasource 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.