Skip to content

Install & build

Make sure you’ve installed everything on the prerequisites page first.

  1. Clone the repo and its parser dependency.

    The Rust client depends on a sibling cmtraceopen checkout (a path dependency), so clone both repositories next to each other in the same parent folder:

    Terminal window
    git clone https://github.com/adamgell/IntuneCommander
    git clone https://github.com/adamgell/cmtraceopen
    cd IntuneCommander
  2. Build the .NET sidecar.

    Terminal window
    dotnet build service/Api/Api.csproj
  3. Build the Rust client from the workspace root.

    Terminal window
    cargo build -p app

Next: First run