--- title: Gramps created: 2026-06-08 updated: 2026-06-08 type: app tags: [catalogue, genealogy, app-marathon3-rattrapage-b] confidence: high contested: false sources: [https://selfh.st/apps/?tag=genealogy&app=gramps] --- # đŸŒČ Gramps > Logiciel de gĂ©nĂ©alogie open source de rĂ©fĂ©rence — desktop robuste, GEDCOM, rapports, multi-plateforme. ## 📋 Informations GĂ©nĂ©rales | Champ | Valeur | | :--- | :--- | | **Site web** | [gramps-project.org](https://gramps-project.org) | | **GitHub** | [gramps-project/gramps](https://github.com/gramps-project/gramps) | | **License** | GPL-2.0 | | **Langage** | Python (GTK) | | **Étoiles GitHub** | ~1.1k ⭐ | | **CatĂ©gorie** | [[cat-genealogy\|Genealogy / Family Trees]] | ## 📝 Description **Gramps** (Genealogical Research and Analysis Management Programming System) est un logiciel de gĂ©nĂ©alogie **desktop** mature, utilisĂ© par des millions de gĂ©nĂ©alogistes, supportant GEDCOM, Gramps XML (plus riche), cartes GeoView, rapports dĂ©taillĂ©s (livres familiaux), outils d'analyse (recherche de doublons), et un Ă©cosystĂšme d'addons. DiffĂ©rence vs [[app-webtrees]] (web) : Gramps est une **app desktop locale** (multi-plateforme Linux/Windows/macOS) sans interface web par dĂ©faut — on peut nĂ©anmoins publier via Gramps Web (addon sĂ©parĂ©). Pour qui: gĂ©nĂ©alogistes qui travaillent hors-ligne sur de trĂšs gros arbres (centaines de milliers d'individus) avec un outil Ă©prouvĂ© depuis 2001. ## 🚀 Installation ### Desktop ```bash # Debian/Ubuntu sudo apt install gramps # Fedora sudo dnf install gramps # Arch sudo pacman -S gramps # macOS brew install gramps # Windows: installateur sur le site officiel ``` ### Gramps Web (optionnel, pour accĂšs web) ```yaml version: '3.8' services: gramps-webapi: image: ghcr.io/gramps-project/gramps-webapi:latest container_name: gramps-webapi restart: unless-stopped volumes: - gramps-data:/app/data labels: - traefik.enable=true - traefik.http.routers.gramps.rule=Host(`genealogy.example.com`) - traefik.http.routers.gramps.entrypoints=websecure - traefik.http.routers.gramps.tls.certresolver=letsencrypt volumes: gramps-data: ``` ## 🔄 Alternatives ### Open Source - [[app-webtrees]] — Version web collaborative. - **Ancestris** — Desktop Java, plus simple. - **RootsMagic** — Windows, freemium mais pas libre. - **GenealogyJ** — Java, ancien. - **MyFamilyTree** — Desktop. ### PropriĂ©taires - **Ancestry.com** — Cloud leader. - **MyHeritage** — Pro + IA photo. - **Legacy Family Tree** — Windows, payant. - **MacFamilyTree** — macOS, payant. ## 🔐 SĂ©curitĂ© - **Format Gramps XML**: sauvegarder rĂ©guliĂšrement, contient tout l'arbre. - **GEDCOM export**: utile pour partager. - **Gramps Web**: comptes utilisateurs, HTTPS obligatoire. - **Privacy**: infos personnes vivantes Ă  protĂ©ger. - **Mises Ă  jour**: suivre la roadmap (v5.x → v6). ## 📚 Ressources - [Documentation](https://gramps-project.org/wiki/) - [GitHub](https://github.com/gramps-project/gramps) - [Addons](https://gramps-project.org/wiki/index.php?title=Third-party_Addons) ## Pages LiĂ©es - [[cat-genealogy]] — CatĂ©gorie Genealogy - [[app-webtrees]] — Concurrent web - [[recettes-docker-compose]] — Templates Docker