.NET 8 runtime and SDK for building and running applications
.NET Core
dotnet
$ dotnet new console -n MyApp
$ dotnet build
$ dotnet run