What is tavern?
tavern is a hosting service for lore repositories. It's version control for worlds too big for Git. lore is Epic Games' open-source, content-addressed version control system built to handle the huge binary assets that bring Git and Git-LFS to their knees.
You bring the standard, open-source lore CLI; tavern gives your repositories a durable,
always-on home with accounts, access control, and storage.
Key ideas #
- One repository = one isolated store. Each repo is its own content-addressed partition; your data is isolated from every other tenant at the data layer.
- Private by default. New repositories are private until you choose to make them public.
- 10 GB free. The first 1,000 makers get 10 GB of storage at no cost.
- Standard tooling. Authenticate, clone, and push with the normal
loreCLI over secure gRPC. Nothing proprietary.
Ready? Head to the Quickstart →