Looking to try Umbraco?

Umbraco Cloud is the easiest and fastest way to use Umbraco yet with full support for all your custom .NET code and integrations. You're up and running in less than a minute and your life will be made easier with automated upgrades and a built-in deployment engine.

Powered by Microsoft Azure. No credit card needed. Free 14 day trial.

When you want to integrate custom .NET code, you can clone it to your local machine as it's all powered by Git and even comes with a powerful deployment setup out of the box, that lets you deploy new iterations of your site with the click of a button. See how it works:

Install Umbraco

If you want to DIY you can install Umbraco via NuGet. It's the same version of Umbraco CMS that powers Umbraco cloud, but you'll need to find a place to host yourself and handling deployments and upgrades is all down to you.

We recommend using the .NET CLI to start running Umbraco locally.
If you have the latest dotnet SDK and runtime installed you should be able to get started with Umbraco like this:

dotnet new install Umbraco.Templates
dotnet new umbraco -n MyProject
dotnet run --project MyProject


Or check out all other options for setting up Umbraco locally.

Releases

See all previous and upcoming releases.