- 🌟 Open Source
- 🚀 Built for self-hosted deployments (Helm charts included)
- 🔐 Supports a wide range of SSO providers
- 🔌 Extensible architecture for custom integrations via MCP servers
- 🪶 Small resource footprint
This project uses a private requirements repository as a Git submodule. To properly clone and set up the project:
# Clone the repository with submodules
git clone --recursive git@github.com:EratoLab/erato.git
# If you've already cloned the repository without --recursive, run:
git submodule update --init --recursiveThe requirements repository is stored in .requirements/ and is automatically ignored in both Git and Docker contexts.
To update the requirements to their latest version:
git submodule update --remote .requirementsErato is distributed under the AGPL-3.0-only license.