# Kindred Create **Last updated:** 2026-02-06 **Branch:** main @ `c858706d480` **Kindred Create:** v0.1.0 **FreeCAD base:** v1.0.0 ## Documentation | Document | Contents | |----------|----------| | [ARCHITECTURE.md](ARCHITECTURE.md) | Bootstrap flow, source layout, submodules | | [COMPONENTS.md](COMPONENTS.md) | ztools, Silo, Origin commands, theme, icons | | [KNOWN_ISSUES.md](KNOWN_ISSUES.md) | Bugs, incomplete features, next steps | | [INTEGRATION_PLAN.md](INTEGRATION_PLAN.md) | Architecture layers, integration phases | | [CI_CD.md](CI_CD.md) | Build and release workflows | ## Submodules | Submodule | Path | Source | Pinned commit | |-----------|------|--------|---------------| | ztools | `mods/ztools` | `gitea.kindred.internal/kindred/ztools-0065` | `d2f94c3` | | silo | `mods/silo` | `gitea.kindred.internal/kindred/silo-0062` | `27e112e` | | OndselSolver | `src/3rdParty/OndselSolver` | `gitea.kindred.internal/kindred/ondsel` | `5d1988b` | | GSL | `src/3rdParty/GSL` | `github.com/microsoft/GSL` | `756c91a` | | AddonManager | `src/Mod/AddonManager` | `github.com/FreeCAD/AddonManager` | `01e242e` | | googletest | `tests/lib` | `github.com/google/googletest` | `56efe39` | OndselSolver is forked from `github.com/FreeCAD/OndselSolver` to carry a Newton-Raphson convergence fix (see [KNOWN_ISSUES.md](KNOWN_ISSUES.md#12)).