You're looking for the offline installer of Visual Studio Community Edition with all features. Here are the steps to download and install it:
To install Visual Studio Community Edition on a machine without internet access, you must first create an "offline layout" on a computer that is online. This process involves downloading a small bootstrapper and using command-line arguments to download all necessary files into a local folder. Microsoft Learn 1. Create the Offline Layout (Online Machine) visual studio community edition offline installer
System Specs: Note that for Visual Studio 2026, some community reports suggest 16GB of RAM may no longer be sufficient for smooth development [33]. You're looking for the offline installer of Visual
Start-Process -FilePath $BootstrapperLocal -ArgumentList $Arguments -Wait -NoNewWindow Microsoft Learn 1
(Change the path and workloads as needed)