Install & build
Make sure you’ve installed everything on the prerequisites page first.
-
Clone the repo and its parser dependency.
The Rust client depends on a sibling
cmtraceopencheckout (a path dependency), so clone both repositories next to each other in the same parent folder:Terminal window git clone https://github.com/adamgell/IntuneCommandergit clone https://github.com/adamgell/cmtraceopencd IntuneCommander -
Build the .NET sidecar.
Terminal window dotnet build service/Api/Api.csproj -
Build the Rust client from the workspace root.
Terminal window cargo build -p app
Next: First run →