Epic Games has introduced Lore, a version control system specifically engineered for contemporary gaming and entertainment software development. Built using Rust, Lore addresses the historical limitations of traditional Git when handling massive binary files and large-scale assets common in professional game engines. By focusing on performance and reliability, it provides a specialized solution for studios struggling with repository bloat.
Lore mimics familiar workflows while optimizing for the heavy lifting required in modern production environments. Its core features include:
- Native binary file handling designed for projects where digital assets outweigh source code.
- Full support for branching and commits, ensuring a smooth transition for developers moving from Git.
- Advanced conflict resolution mechanisms tailored for complex, collaborative pipelines.
The project is currently hosted on GitHub under the EpicGames/lore repository. By leveraging Rust's memory safety and speed, Lore aims to become the go-to standard for developers who need robust versioning without the performance bottlenecks of older systems.

