The purpose of the application is to create, modify, save and display a family tree.
Create a new family using the menu command New Family. Export the current family first because the new (empty) family overwrites the currently displayed family.
Import an existing family using the menu command Import Family. The imported family overwites the currently displayed family. Please read further details on Import.
Click the '+' sign to add a new person to the family.
Click the 'pencil' sign to edit the currently selected person.
Amelia | Gender: female 'F', ♀ |
John | Gender: male 'M', ♂ |
Alex | Gender: unspecified 'X', ○ |
![]() |
Adopted person |
▸ | Child |
![]() |
Pair: married '1', ⚭ |
![]() |
Pair: separated '2', ⚮ |
![]() |
Pair: unspecified '0', ⚯ |
Save (export) your family regularly to an external file using the command Export Family. Export to the folder Downloads and use always the proprietary xml-format. Use the ged- and csv-formats only when exporting to other applications.
You can load (import) a family file from the Downloads folder using the command Import Family. Save always your family before you import another family because the new family will completely overwrite the current family.
The free version displays advertising and restricts the functionality:
Example:
<?xml version='1.0' encoding='UTF-8'?>
<Family Name='Family name' Version='2.0' Updated='2019-04-17'>
<Person ID='1'>
<FirstName>Robert</FirstName>
<SurName>Taylor</SurName>
<NickName>Bob</NickName>
<Gender>M</Gender>
<!-- Gender: M (male) or F (female) or X (other) -->
<ParentsID>0</ParentsID>
<!-- Entries with ID=0 can be omitted -->
<AdoptiveParentsID>0</AdoptiveParentsID>
<BirthDate>1938-09-14</BirthDate>
<BirthPlace>London</BirthPlace>
<DeathDate>2018-12-30</DeathDate>
<DeathPlace>New York</DeathPlace>
<Address>123 Unknown Street
P.O. Box 7
London
W1J 0D3
United Kingdom</Address>
<!-- Address, Occupation and Note can span several lines -->
<Occupation>Programmer</Occupation>
<Note>Hobby: hiking</Note>
</Person>
<Person ID='2'>
<FirstName>Mary</FirstName>
<SurName>Taylor</SurName>
<BirthName>Brown</BirthName>
<!-- BirthName: maiden name / name at birth -->
<Gender>F</Gender>
</Person>
<Person ID='3'>
<FirstName>John</FirstName>
<SurName>Taylor</SurName>
<Gender>X</Gender>
<ParentsID>1</ParentsID>
</Person>
<Person ID='4'>
<FirstName>Peter</FirstName>
<SurName>Taylor</SurName>
<BirthName>Jones</BirthName>
<Gender>M</Gender>
<AdoptiveParentsID>1</AdoptiveParentsID>
</Person>
<Pair ID='1'>
<FemaleID>2</FemaleID>
<!-- FemaleID: ID of partner 1 - can have other gender -->
<MaleID>1</MaleID>
<!-- MaleID: ID of partner 2 - could have other gender -->
<Status>1</Status>
<!-- Status: 1 (married) or 2 (separated) or 3 (other) -->
<Note>marriage on 1969-08-11</Note>
</Pair>
</Family>
Only basic GEDCOM tags are supported. Example:
0 HEAD
1 SOUR ch.nosco.famtree
2 NAME
2 VERS 1.5-23
1 SUBM @SUBM@
1 GEDC
2 VERS 5.5.1
2 FORM LINEAGE-LINKED
1 CHAR UTF-8
0 @SUBM@ SUBM
1 NAME Unknown
0 @I1@ INDI
1 NAME George /Crossan/
2 SURN Crossan
2 GIVN George
1 SEX M
1 BIRT
2 DATE 14 SEP 1948
2 PLAC London
1 FAMS @F1@
1 FAMS @F5@
1 RESI
2 ADDR 123 Unknown Street
3 CONT P.O. Box 7
3 CONT London
3 CONT W1J 0DA, United Kingdom
1 OCCU Scientist
2 CONT Publisher
1 NOTE Hobbies:
2 CONT - hiking
2 CONT - tennis
2 CONT - chess
0 @I3@ INDI
1 NAME Marianne /Crossan/
2 SURN Crossan
2 GIVN Marianne
1 NAME /Wellstone/
2 TYPE birth
1 SEX F
1 BIRT
2 DATE 17 APR 1951
2 PLAC Bath
1 FAMS @F1@
1 OCCU Teacher
0 @I8@ INDI
1 NAME Myla /Gofton/
2 SURN Gofton
2 GIVN Myla
1 NAME /Crossan/
2 TYPE birth
1 SEX F
1 BIRT
2 DATE 20 OCT 1987
2 PLAC London
1 FAMC @F1@
1 FAMS @F4@
1 OCCU Psychologist
0 @I9@ INDI
1 NAME X. /Crossan/
2 SURN Crossan
2 GIVN X.
1 NAME /Smith/
2 TYPE birth
1 SEX U
1 BIRT
2 DATE 18 NOV 1994
2 PLAC London
1 FAMC @F1@
2 PEDI adopted
1 OCCU Baker
0 @I10@ INDI
1 NAME Stephen /Gofton/
2 SURN Gofton
2 GIVN Stephen
2 NICK Steve
1 SEX M
1 BIRT
2 DATE 11 MAR 1980
2 PLAC Leeds
1 FAMS @F4@
1 OCCU Engineer
0 @I11@ INDI
1 NAME Mary /Crossan/
2 SURN Crossan
2 GIVN Mary
2 NICK Mara
1 NAME /Dowson/
2 TYPE birth
1 SEX F
1 BIRT
2 DATE 25 JUN 1948
2 PLAC Oxford
1 DEAT
2 DATE 27 APR 1984
2 PLAC London
1 FAMS @F5@
1 OCCU Chemist
1 NOTE serious illness
0 @F1@ FAM
1 WIFE @I3@
1 HUSB @I1@
1 MARR Y
1 CHIL @I8@
1 CHIL @I9@
1 NOTE 1986-08-11 (second marriage)
0 @F4@ FAM
1 WIFE @I8@
1 HUSB @I10@
0 @F5@ FAM
1 WIFE @I11@
1 HUSB @I1@
1 NOTE first marriage until 1984
0 TRLR