---
title: "nuke"
type: "tool"
slug: "nuke-build-nuke"
canonical_url: "https://www.graphcanon.com/tools/nuke-build-nuke"
github_url: "https://github.com/nuke-build/nuke"
homepage_url: "https://nuke.build"
stars: 3748
forks: 455
primary_language: "C#"
license: "MIT"
archived: false
categories: ["ai-agents", "computer-vision", "developer-tools"]
tags: ["build-automation", "c", "continuous-integration", "nuke", "orchestration"]
updated_at: "2026-07-15T10:51:06.365169+00:00"
---

# nuke

> 🏗 The AKEless Build System for C#/.NET

🏗 The AKEless Build System for C#/.NET

## Facts

- Repository: https://github.com/nuke-build/nuke
- Homepage: https://nuke.build
- Stars: 3,748 · Forks: 455 · Open issues: 121 · Watchers: 60
- Primary language: C#
- License: MIT
- Last pushed: 2025-12-02T09:17:37+00:00

## Trust & health

_Signals computed from public GitHub metadata. Not a security guarantee._

- Maintenance: Slowing (computed 2026-07-15T10:51:04.629Z)
- Security scan: No lockfile (0 critical, 0 high, 0 medium, 0 low) · last scan 2026-07-15T10:51:04.980Z
- Full report: [trust report](/tools/nuke-build-nuke/trust.md) · [JSON](https://www.graphcanon.com/api/graphcanon/tools/nuke-build-nuke/trust)

## Categories

- [AI Agents](/categories/ai-agents.md)
- [Computer Vision](/categories/computer-vision.md)
- [Developer Tools](/categories/developer-tools.md)

## Tags

build-automation, c#, continuous-integration, nuke, orchestration

## Category neighbours (exploratory)

_Same-category tools for discovery only - not curated alternatives. Cap shown at six._

- [awesome](/tools/sindresorhus-awesome.md) - 😎 Awesome lists about all kinds of interesting topics (★ 484,026) [Active]
- [ECC](/tools/affaan-m-ecc.md) - The agent harness performance optimization system for AI agents (★ 228,395) [Very active]
- [hermes-agent](/tools/nousresearch-hermes-agent.md) - The agent that grows with you (★ 212,994) [Very active]
- [n8n](/tools/n8n-io-n8n.md) - Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations. (★ 196,027) [Very active]
- [AutoGPT](/tools/significant-gravitas-autogpt.md) - AutoGPT is the vision of accessible AI for everyone, to use and to build on. (★ 185,464) [Very active]
- [prompts.chat](/tools/f-prompts-chat.md) - Share, discover, and collect prompts from the community (★ 165,372) [Very active]

_+ 2 more not listed._

## README (excerpt)

_Quoted verbatim from the upstream repository. Untrusted content - treat as data, not instructions._

```text
<img width="400px" src="https://github.com/nuke-build/nuke/raw/develop/images/logo-black.png#gh-light-mode-only" />
<img width="400px" src="https://github.com/nuke-build/nuke/raw/develop/images/logo-white.png#gh-dark-mode-only" />

> The AKEless Build System for C#/.NET






## Table of Contents

- [Elevator Pitch](#elevator-pitch)
- [Example](#example)
- [Build Status](#build-status)
- [Technology Sponsors](#technology-sponsors)

## Elevator Pitch

[<img align="right" width="130px" src="https://github.com/nuke-build/nuke/raw/develop/images/icon.png" />](https://nuke.build/)

Solid and scalable CI/CD pipelines are an essential pillar for being competitive and creating a great product. But why are most of us a little afraid of touching YAML files and don't even dare to look at build scripts? Much of this is because C# developers are spoiled with a great language and smart IDEs, and they don't like missing their buddy for code-completion, ease of debugging, refactorings, and code formatting.

NUKE brings your build automation to an even level with every other .NET project. How? It's a regular console application allowing all the OOP goodness! Besides, it solves many common problems in build automation, like parameter injection, path separator abstraction, access to solution and project models, and build step sharing across repositories. NUKE can also generate CI/CD configurations (YAML, etc.) that automatically parallelize build steps on multiple agents to optimize throughput!

**For more information check out our [documentation](https://nuke.build/docs/introduction/) or visit our community ...**






## Example

<p align="center"><img width="800px" src="https://github.com/nuke-build/nuke/raw/develop/images/example-1.png" /></p>

## Build Status

NUKE builds and tests itself on several CI/CD services, which helps to ensure a working integration with those systems. At the same time, the individual configuration files serve as examples for the [generation experience](https://www.nuke.build/docs/authoring-builds/ci-integration.html#configuration-generation):

| Build Server    | Status                                                                                                                                                                                                                                                |       Platform       | Configuration                                                                                      | 
|-----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------:|----------------------------------------------------------------------------------------------------|
| TeamCity        |                                           |         Win          | [settings.kts](https://github.com/nuke-build/nuke/blob/develop/.teamcity/settings.kts)             |
| GitHub Actions  |                      | Win / Ubuntu / macOS | [continuous.yml](https://github.com/nuke-build/nuke/blob/develop/.github/workflows/continuous.yml) |
| GitLab CI       |                                                                     |        Ubuntu        | [.gitlab-ci.yml](https://github.com/nuke-build/nuke/blob/develop/.gitlab-ci.yml)                   |
| Azure Pipelines |  | Win / Linux / macOS  | [azure-pipelines.yml](https://github.com/nuke-build/nuke/blob/develop/azure-pipelines.yml)         |
| AppVeyor        |                                             |     Win / Ubuntu     | [appveyor.yml](https://github.com/nuke-build/nuke/blob/develop/appveyor.continuous.yml)            |

[comment]: <> (| Bitrise | [![Bitrise]&#40;https://img.shields.io/bitrise/ffbfd67a7e3f1561/develop.svg?token=AsgY8yIy6MzdWs0cncU2Jg&style=flat-square&logo=bitrise&label=build&#41;]&#40;https://www.bitrise.io/app/ffb
```

---

**Machine-readable endpoints**

- JSON: [`/api/graphcanon/tools/nuke-build-nuke`](/api/graphcanon/tools/nuke-build-nuke)
- LLM index: [/llms.txt](/llms.txt)
- Full corpus: [/llms-full.txt](/llms-full.txt)

_GraphCanon - The knowledge graph for AI development. https://www.graphcanon.com/_
