[Rust Guide] 1.1. Install Rust
1.1.1. Installing Rust from the Official Website Go to the Rust official website, where you can set the language in the top-right corner. Click "Get Started" and you will see the following interfac...
![[Rust Guide] 1.1. Install Rust](https://media2.dev.to/dynamic/image/width=1200,height=627,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5rfmcepvjo9qdg5h2d9w.png)
Source: DEV Community
1.1.1. Installing Rust from the Official Website Go to the Rust official website, where you can set the language in the top-right corner. Click "Get Started" and you will see the following interface: Choose the appropriate version based on your operating system: 32-BIT for 32-bit systems and 64-BIT for 64-bit systems. Most computers today are 64-bit. If you are unsure, as long as your computer isnβt very old, downloading the 64-bit version should work fine. To download Rust for MacOS, Linux, or the Windows Linux Subsystem, execute the following command in your terminal: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh Open the downloaded installer, and you will see the following interface: There are three options: Option 1 (Default): Standard installation Option 2: Custom installation, allowing you to customize the installation path, components, toolchain version, etc. Option 3: Cancel installation For most users, Option 1 is sufficient (either type 1 and press Enter, or