# EpicGames/lore

Lore is a next-generation, open source version control system

Repository: https://github.com/EpicGames/lore
Canonical: https://ross.abutalabs.com/products/lore
Homepage: https://lore.org
Language: Rust
License: MIT
License Family: permissive
Topics: open-source
Last push: 2026-08-26T20:04:44+00:00

## Health v2 (maintenance only)
Score: 79/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 95, longevity 7
- inputs: {"age_days": 104, "days_push": 7, "days_rel": 33, "gap_med": 14, "n_releases_24m": 4}
- flags: young
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 8481, forks 411 (observed 2026-08-28T04:10:21.406929+00:00)

## What it is
Lore is an open source, next-generation version control system built by Epic Games in Rust, designed for scalability of data and teams. It is optimized for projects combining code with large binary assets, using content-addressed Merkle tree storage, an immutable revision chain, and on-demand data hydration.

## Use cases
- version control for game projects with large binary assets
- track revisions of code and art files together
- scale version control to huge repositories and teams
- deduplicate large files across history and branches
- branch and merge freely for experimentation
- tamper-evident verifiable revision history
- sparse on-demand download of large files

## When to choose
- your project mixes source code with large binary assets like games or film
- you need a centralized VCS that scales beyond Git's limits for big files
- you want content-addressed storage with deduplication and integrity guarantees
- you need a CLI-first VCS with APIs in multiple languages

## When to avoid
- you need a battle-tested, production-stable tool — Lore is pre-1.0 with changing formats and APIs
- you rely on Git's decentralized workflow and ecosystem
- your project is small and Git already serves you well
- you need a GUI client today — the desktop client is still on the roadmap

## Facets
- artifact type: application
- maturity: experimental
- function: version-control, cli, developer-tools, file-system
- domain: version-control, developer-tools, gaming-tools
- platform: windows, cross-platform, cli, rust
- tags: merkle-tree, content-addressed-storage, binary-assets, game-development, large-files, centralized-vcs, linux, macos

## Member repositories
- EpicGames/lore (main) score 79

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:21.406929+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:27:08.888076+00:00, confidence not recorded.
  - readme: https://github.com/EpicGames/lore (fetched 2026-08-28T04:10:21.406929+00:00, sha f051d5011607)
  - homepage: https://lore.org (fetched 2026-08-29T08:26:56.267883+00:00, sha 3878ff909b61)
- Data as of 2026-08-30T08:39:29.467469+00:00.
