Description
Started in April 2017, NUKE is a free, open-source build automation system for C#/.NET. It runs on any platform (.NET Core, .NET Framework, Mono) and integrates natively with all IDEs (VisualStudio, JetBrains Rider, etc.). While builds are bootstrapped with conventional scripts (build.ps1 or build.sh), their actual implementation is based on simple C# console applications. This allows IDE features like code-completion, refactorings and debugging to be used as usual. One further step is that build steps are actual symbols (expression-bodied properties) and therefore provide superior navigation and type-safety.
NUKE alternatives and similar packages
Based on the "Build Automation" category.
Alternatively, view NUKE alternatives based on common mentions on social networks and blogs.
-
FlubuCore
A cross platform build and deployment automation system for building projects and executing deployment scripts using C# code. -
Albacore
Albacore is a professional quality suite of Rake tasks for building .NET or Mono based systems. -
EmptyLicensesLicx
Easy continuous integration of apps using third-party controls that rely on licenses.licx files
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of NUKE or a related project?
Popular Comparisons
README
The AKEless Build System for C#/.NET
Table of Contents
Description
NUKE is the most intuitive and productive build automation system for C#/.NET that runs cross-platform on .NET Core, .NET Framework, and Mono. While builds are bootstrapped with conventional Bash or PowerShell scripts, their actual implementation resides in simple C# console applications. This approach unleashes the power of the type system and natively provides IDE features like code-completion, refactorings, and debugging. A custom global tool and several IDE extensions further improve how build projects are setup, authored and executed. A revolutionary code-generation approach ensures scalable integration of third-party tools like MSBuild or dotnet CLI.
For more information checkout the resources and FAQ sections.
Features
Here is a short list of some most-loved features:
- π² Easy to adopt in a team
- π§ Comfortable to run
- π₯ Powerful dependency model
- π₯ Parameter declarations
- πΎ Extensive tools support
- βοΈ Deep CI integration
- π Build sharing options
- π Project model support
- πΎ Abstraction of OS paths
- 𧩠Extensibility points
- π IDE extensions
- π Logging and assertions
- β€οΈ Backed by community
Example
Continuous Integration
NUKE builds and tests itself on several different CI servers, which helps ensuring a working integration with those systems. At the same time, the individual configuration files serve as example for the generation experience:
Build Server | Status | Platform | Configuration |
---|---|---|---|
TeamCity | Win | settings.kts | |
GitHub Actions | Win / Ubuntu / MacOS | continuous.yml | |
GitLab CI | Ubuntu | .gitlab-ci.yml | |
Azure Pipelines | Win / Linux / MacOS | azure-pipelines.yml | |
AppVeyor | Win / Ubuntu | appveyor.yml |
[comment]: <> (| Bitrise | [](https://www.bitrise.io/app/ffbfd67a7e3f1561#/builds) | Ubuntu | [bitrise.yml](https://github.com/nuke-build/nuke/blob/develop/bitrise.yml) |) [comment]: <> (| Travis CI | [](https://travis-ci.org/nuke-build/nuke) | MacOS / Ubuntu | [.travis.yml](https://github.com/nuke-build/nuke/blob/develop/.travis.yml) |) [comment]: <> (| Jenkins | [](https://jenkins.nuke.build/blue/organizations/jenkins/nuke-build%2Fnuke/branches/) |)
Users
- ASP.NET Boilerplate 1
- AvaloniaUI 1
- Aviva Solutions B.V. 1 2
- ChilliCream 1
- CsvHelper 1
- DNN Community 1
- FluentAssertions 1
- JetBrains s.r.o. 1 2
- NSwag 1
- Octopus Deploy Pty. Ltd. 1 2 3
- OmniSharp 1
- Quartz.NET 1
- VirtoCommerce 1
Sponsors
Thanks to all companies, organizations, and individuals who are sponsoring the further development of this project. Your support means a lot! π
Technology Sponsors
Thanks to JetBrains for providing licenses for Rider and access to a TeamCity Cloud instance, which both make open-source development a real pleasure!
*Note that all licence references and agreements mentioned in the NUKE README section above
are relevant to that project's source code only.