Skip to main content

Connecting research through shared data.

Overture is a collection of open-source software used for building platforms to store, organize and explore research data.

Hover a component above, or a platform below, to see how they connect

What we do with Overture

Our ability to build a diverse portfolio of data platforms rests on the continuous development and maintenance of Overture. Developed at OICR and released as open source, Overture lets our engineers and teams elsewhere build systems that help researchers and consortiums across disciplines collect, organize and share their research data.

The platform is described in GigaScience (2025), peer reviewed and open access.

  • Open sourceFreely available, and open to contributions from the community.
  • ModularEach component has one responsibility and integrates with the rest.
  • ExtensibleExpandable and customizable to what a project actually needs.
  • ReusableDesigned to carry across contexts with minimal modification.

How we collaborate

Most questions do not need any of this, our community support forum is free and public.

Getting Started

3 Steps, 2 Commands, 1 Platform

The Overture Quickstart enables a fast and frictionless setup of our data platform locally.

  1. Download and configure Docker Desktop (28.0.0+)

    Open Settings, then Resources, and set at minimum:

    CPUs
    4+
    Memory
    8GB
    Disk
    10GB

    Git is required. On Windows, set up WSL2 first and run everything below from a Bash terminal.

  2. Clone the demo repository

    git clone -b docs-demo/search-portal-workshop https://github.com/overture-stack/prelude.git && cd prelude
  3. Run the demo

    make demo

Your portal will now be accessible from your localhost:3000.