.NET 10 with AOT
Latest version with Ahead-of-Time compilation and lean runtime.
ASP.NET Core, Minimal APIs, bots, and Blazor — production without Windows Server. AOT compilation included.
Everything optimized, production-ready.
Latest version with Ahead-of-Time compilation and lean runtime.
Auto restore + run — upload csproj, sln, or pre-built .dll.
Full .NET 10 ecosystem available.
Configure flags via START= for ASP.NET Core, gRPC, SignalR.
Where this runtime shines on our platform.
Modern backends with Entity Framework, Identity, and typed validation at production scale.
24/7 .NET bot hosting with slash commands, sharding, and modern interactions.
Typed inter-service communication with Protobuf, MassTransit, RabbitMQ, and Azure Service Bus.
Native background processing with Hangfire, Quartz, and continuous workers without external dependencies.
Authoritative servers for multiplayer games with Mirror, FishNet, and Unity Netcode in production.
Real-time communication with WebSockets, typed hubs, and server-side UI with Blazor.
Pick the track that best fits your project.
Current version
10
Single stable toolchain
Everything you need to configure your app.
.cs.csproj.sln.dlldotnetcsharpc#Create a squarecloud.app file at your project root:
MEMORY=512
DISPLAY_NAME=Meu App
VERSION=recommended
MAIN=app.dll.NET 10, NuGet, AOT, and ASP.NET Core.