The full traunch of JFK files released through March 18, 2025. Conspiracy theories are at once exciting, ridiculous, and the reason tin foil hats never go out of season.
The executable file, jfk.sh
will pull the files down from the USA National Archives site. This script only pulls down the 2025 tranche of data. As the name suggests, the jfk_pre_2025
directory contains the files released before 2025. These were available in zipped download from the national archives previously. The pre-2025 releases can also be bulk downloaded from here: https://www.archives.gov/research/jfk/jfkbulkdownload
I created this system for two reasons:
- Because I did not want to have to click on over 2,000 individual links to get the 2025 documents and
- It may be interesting, over time, to see if the released files change at all.
This repository stores the jfk_pre_2025
and jfk_20250318
directories.
This repository uses git lfs
to store large files from the national archive, so to get everything cloned locally you first need to make sure that git lfs
is installed.
Then, to clone:
$ git clone --mirror https://github.com/auteursoft/zapruder-notes DIRECTORY
$ git -C DIRECTORY lfs fetch --all