<!-- Thanks for filing an 🙋 enhancement request 😄! --> **Describe the problem you are trying to solve** <!-- A clear and concise description of the problem this enhancement request is trying to solve. --> Provide full compatibility for Apple Silicon (AArch64/Arm64) based macs. DTKs are out there now, user facing machines will be soonish. **Describe the solution you'd like** <!-- A clear and concise description of what you want to happen. --> Let AArch64-Apple-Darwin just be a fully supported platform for rustup **Notes** <!-- Any additional context or information you feel may be relevant to the issue. --> Note that apple currently reports arm64 as architecture. current output: ``` bash rust % curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh rustup: unknown CPU type: arm64 ```