Download and verify Dynatrace Monaco CLI

  • Latest Dynatrace
  • How-to guide
  • 3-min read
  • Published Feb 16, 2026

To use Monaco, download Dynatrace Monaco CLI.

How to download Monaco?

1. Download latest version of Dynatrace Monaco

Linux

  1. Download the latest version of the Dynatrace Configuration as Code CLI tool.

    curl -L https://github.com/Dynatrace/dynatrace-configuration-as-code/releases/latest/download/monaco-linux-amd64 -o monaco-linux-amd64
  2. Optional Verify the downloaded binary using the checksum.

    To verify that the downloaded binary is valid, do the following steps:

    1. Download its checksum file.

      curl -L https://github.com/Dynatrace/dynatrace-configuration-as-code/releases/latest/download/monaco-linux-amd64.sha256 -o monaco.sha256
    1. Verify the downloaded binary using the checksum.

      shasum -c monaco.sha256

      You should see the following output.

      monaco-linux-amd64: OK

      This requires monaco-linux-amd64 and monaco.sha256 to be in the same directory, which they are if you followed the steps above.

  3. Rename the specific executable to monaco.

    mv monaco-linux-amd64 monaco
  4. Make the binary executable.

    chmod +x monaco
  5. Optional Install Dynatrace Configuration as Code CLI to a central location in your PATH.

    sudo mv monaco /usr/local/bin/

    This command assumes that you downloaded the binary to the current folder with the curl command described in step 1 and that your $PATH includes /usr/local/bin.

macOS

  1. Download the latest version of the Dynatrace Configuration as Code CLI tool.

    curl -L https://github.com/Dynatrace/dynatrace-configuration-as-code/releases/latest/download/monaco-darwin-arm64 -o monaco-darwin-arm64
  2. Optional Verify the downloaded binary using the checksum.

    To verify that the downloaded binary is valid, do the following steps:

    1. Download its checksum file.

      curl -L https://github.com/Dynatrace/dynatrace-configuration-as-code/releases/latest/download/monaco-darwin-arm64.sha256 -o monaco.sha256
    1. Verify the downloaded binary using the checksum.

      shasum -c monaco.sha256

      You should see the following output.

      monaco-darwin-arm64: OK

      This requires monaco-darwin-arm64 and monaco.sha256 to be in the same directory, which they are if you followed the steps above.

  3. Rename the specific executable to monaco.

    mv monaco-darwin-arm64 monaco
  4. Make the binary executable.

    chmod +x monaco
  5. Optional Install Dynatrace Configuration as Code CLI to a central location in your PATH.

    sudo mv monaco /usr/local/bin/

    This command assumes that you downloaded the binary to the current folder with the curl command described in step 1 and that your $PATH includes /usr/local/bin.

Windows

  1. Open Windows PowerShell.

  2. Download the latest version of the Dynatrace Configuration as Code CLI tool.

    Invoke-WebRequest -URI https://github.com/Dynatrace/dynatrace-configuration-as-code/releases/latest/download/monaco-windows-amd64.exe -OutFile monaco.exe

    This executable is signed by Dynatrace.

  3. Optional Add Monaco to a central location in your PATH.

    1. Move monaco to the folder you want to add your PATH.
    2. Go to Environment Variables in your system settings.
    3. Scroll through system variables until you find PATH.
    4. Edit and change accordingly.
      • Use a semicolon delimiter between the previous entry and your new path (c:\path;<your-new-path>).
    5. Launch a new console for the settings to take effect.

What's next

Learn about the following:

Related tags
Software Delivery