UAP Wiki

About this wiki

A static, browsable, hostable archive of the U.S. Department of War's May 8, 2026 release of UAP-related records. Every document in raw/ufo/ has a wiki page; every wiki page links back to the underlying binary file.

What's in scope

How concepts are assigned

Every concept has a small set of regular expressions matched against each document's title, description, agency, and incident location. A document is tagged with every concept whose pattern matches. Tagging is fully transparent and reproducible — see wiki/ufo/_build.py in the source tree.

The catalog descriptions are quoted directly. They are U.S. government works in the public domain (17 U.S.C. § 105). No interpretive content has been invented; concept summaries are based solely on the catalog text.

How to host

Pure static. Drop wiki/ufo/ on any HTTP server (or a local one) and link index.html. No build pipeline at runtime.

cd wiki/ufo
uv run python -m http.server 8080
# → http://localhost:8080/index.html

The wiki references the raw binaries via relative path ../raw/ufo/<filename>. To keep download links working, serve the parent directory (the repo root or its descendant containing both wiki/ and raw/).

Re-build

Re-run after editing the catalog or extending the concept taxonomy:

uv run python wiki/ufo/_build.py

Generation is deterministic: same inputs produce byte-identical outputs.