Skip to content

Download#

PeachPie is a compiler toolchain distributed as an Sdk for dotnet. There are two options:

Pre-Build Packages (feed.peachpie.io)#

Pre-Build NuGet packages of latest releases, nightly builds, release candidate builds, and work-in-progress features are available to our Patreon members at feed.peachpie.io/.

  • Register the feed as your alternative NuGet source. Password is available on the Patreon page.
dotnet nuget add source https://feed.peachpie.io/v3/index.json -n "peachpie feed" -u PAT -p {{PASSWORD}}
  • Consume the Sdk from the MsBuild tasks as described at our MsBuild Docs.