I don’t see a reason that it can’t be merged, but if you want things to move a bit faster, we can look into writing the support in Nokee. For use, toolchain support should be “implementation agnostic” which means whatever Nokee will do to support native toolchain, we want make sure they aren’t tied to Nokee plugins but can be used in other scenarios that would requires finding and using native toolchains. Our basic idea is to go through the dependency engine which would solve 95% of all cases. To support software model toolchain declaration, it would be just a matter of adding a shim that resolve from dependency engine and present them into a compatible model. We can work together on detailing this work if you want.