Releases

CluedIn Releases - 2025.05

2025.05.00 is the latest release of 2025.05!

Release Notes

Getting Started

To get started with the latest release, we recommend using the Home repository.

$ git clone https://github.com/CluedIn-io/Home.git
$ cd Home
$ ./cluedin.ps1 env 202505 -tag 2025.05
$ ./cluedin.ps1 up 202505 -pull

The Home repository is the best way to get CluedIn running on your local machine.

Important! The environment name can be any string of characters, but it must not include periods (.).

Nuget Packages

Nuget packages are available from the CluedIn Public nuget feed. To consume the nuget packages configure the feed in your nuget.config:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <packageSources>
    <clear />
    <add key="Public" value="https://pkgs.dev.azure.com/CluedIn-io/Public/_packaging/Public/nuget/v3/index.json" />
  </packageSources>
</configuration>