Local Setup
Before running Openlane locally, install the base tooling used across the repository.
Required Tools
Primary Frameworks and Services
Openlane development commonly touches:
- ent for schema-driven data modeling
- atlas and goose for migrations
- gqlgen and gqlgenc for GraphQL server/client generation
- openfga for authorization enforcement
- koanf for configuration management
Install Dependencies
From the repository root:
task install
After install, list available commands:
task