GeneaGrab is a desktop tool to view and download images of digitised registers available on the websites of various (mainly French) archive services.
Note
GeneaGrab v4 is a complete rewrite using Tauri v2 (Rust backend & SolidJS frontend). Following this rewrite, providers are being re-implemented. Fewer providers are available currently, and some legacy providers may not return.
UserScripts (🧰) are available for browser integration (via Violentmonkey, Tampermonkey, etc.) to open records directly in GeneaGrab using custom protocol links (geneagrab://).
- Archives départementales des Alpes-Maritimes (AD06) — archives06.fr (🧰 UserScript)
- Geneanet — geneanet.org (🧰 UserScript)
Legacy Archive Services (v2–v3)
The following archive services were supported prior to the v4 Tauri rewrite. They are not currently supported in v4 while provider implementations are being reworked. Some may be re-added in future updates, while others may not return.
- FamilySearch — familysearch.org (🧰 UserScript)
- Archives départementales de la Charente-Maritime (AD17) — archinoe.net/v2/ad17 (🧰 UserScript)
- Archives Nice Côte d’Azur (AMNice) — archives.nicecotedazur.org
- Nice Historique — nicehistorique.org
- Archives départementales des Deux-Sèvres et de la Vienne (AD79-86) — archives-deux-sevres-vienne.fr
- Antenati — antenati.san.beniculturali.it (🧰 UserScript)
# Install dependencies
make install
# Start the desktop application in dev mode
make desktop_dev
