Open source and portable

Your family archive should not depend on one service.

Kin Resolve is AGPL-3.0-only software backed by Postgres, with full GEDCOM export and an optional OpenAI-compatible provider. Inspect it, run it, and help improve it.

Source you can inspect

The application code, schema migrations, tests, and roadmap are public. Product claims can be checked against the implementation.

An archive you can export

Full GEDCOM 5.5.1 export keeps the family archive portable, including Kin Resolve curation flags for round trips between compatible instances.

AI you can choose

Run deterministic checks without a provider, or configure an OpenAI-compatible endpoint under the operator’s own account and policies.

Current self-hosted beta

Run the research workspace yourself.

The current Compose setup starts the application and Postgres-backed development services for evaluation. Production hardening and portable object storage remain in progress.

Read the repository
Terminal
$ git clone https://github.com/erichare/kinresolve.git
$ cd kinresolve
$ cp .env.example .env
$ docker compose up --build
AGPLVersion 3
The license

Open improvements stay available to users.

The GNU Affero General Public License applies when you copy, modify, distribute, or run a modified version as a network service. Review the repository’s LICENSE and contribution terms for the actual conditions.

Read the license
Open development

Follow the hardening work in public.

The repository shows what is available, what is being repaired, and what remains only a roadmap idea.