Blender files can contain personal data in the form of filepaths, which can be read through the Python API or by analyzing the .blend file with a hex editor. Clear Filepaths lets you save a copy of the current file with those filepaths removed.
The add-on finds all filepath, filepath_raw, original, library_weak_reference, and packed_files strings in the current file. It saves an uncompressed copy of the .blend, reads that copy back in, and replaces all filepath instances with a dummy string. It also duplicates then remaps everything in the copy to get rid of loose filepaths that aren't accessible through the Python API. The new file is saved with the current filename appended with '_cleaned', and Blender closes once the cleaned file is saved to prevent it from being accidentally overwritten. A text file containing the cleared filepaths is saved as well.
Clear Filepaths lists compatibility with Blender 4.2 LTS and newer, runs on Windows, and is released under the GNU General Public License v2.0 or later. Version 1.1.2 was published July 5th, 2024.