← Package directory
Available on winget

Install Lore Server

Next-Generation Open Source Version Control

Install with winget
winget install --id EpicGames.LoreServer
Upgrade
winget upgrade --id EpicGames.LoreServer
Uninstall
winget uninstall --id EpicGames.LoreServer

About Lore Server

Lore is an open source version control system designed for unprecedented scalability of both data and teams. It is optimized for projects that combine code with large binary assets, including games and entertainment, and caters for the needs of developers and artists alike.

What's new in 0.8.6

Changes since v0.8.5. Breaking changes - lore-client: logging CLI arguments are now strictly mutually exclusive; a command line passing conflicting logging flags is rejected instead of silently accepted - Auth login/info now return NotSupported (code 18) when the server has no auth endpoint configured, and surface NotAuthenticated / Disconnected instead of a generic internal error (code -1); scripts branching on these exit/FFI codes must be updated - Presigned URL vending (POST /v1/repository/{id}/content/{address}/presign) is now restricted to service accounts; normal user tokens can no longer mint presigned URLs Features - lore-server: forward BranchList and RepositoryCreate to a remote Lore server when configured (extending the existing BranchCreate/BranchDelete/BranchGet forwarding) - lore: add a batch node-add verb (lore_revision_tree_add) to the low-level revision API, landing a whole subtree atomically - lore: run the service process (lore service run) on Linux and macOS, not just Windows - lore: validate that all strings passed to the C API are valid UTF-8, rejecting invalid input up front with a named field - lore-server: support file:// JWKS endpoints in the JWK service - lore-revision: optional durable_delay on the composite store so read replicas can answer before the durable tier is queried - lore-storage: self-heal corrupt (torn-write / zero-filled) mutable store buckets instead of failing to open the store - lore-server: add Cache-Control headers to the presigned-URL redeem endpoint for immutable content - Add a self-contained Terraform example for an AWS pri...

Read release notes

Version history

Version Updated Notes
0.8.6 Unknown Changes since v0.8.5. Breaking changes - lore-client: logging CLI arguments are now strictly mutually exclusive; a command line passing conflicting logging flags is rejected instead of silently accepted - Auth login/info...
0.8.5 Unknown Changes since v0.8.4. Features - Implement the low-level revision-tree read verbs on the C API: tree_load/tree_close, resolve_path, list_children, revision & node info, and node_path - Forward BranchCreate, BranchDelete,...
0.8.4 Unknown Changes since v0.8.3. Features - Add --dry-run to revision commit and lock acquire/release - Run incremental store GC by default; replace --gc with --no-gc to disable - Expose the mutable store through the low-level stor...