# gluck/il-repack

Open-source alternative to ILMerge

Repository: https://github.com/gluck/il-repack
Canonical: https://ross.abutalabs.com/products/il-repack
Language: C#
License: Apache-2.0
License Family: permissive
Last push: 2026-08-22T19:02:41+00:00

## Health v2 (maintenance only)
Score: 93/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 80, longevity 100
- inputs: {"age_days": 5431, "days_push": 11, "days_rel": 55, "gap_med": 39.0, "n_releases_24m": 11}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1362, forks 226 (observed 2026-08-28T04:04:30.266834+00:00)

## What it is
ILRepack is an open-source command-line tool that merges multiple .NET assemblies into a single assembly, serving as a replacement for the discontinued ILMerge. It is built on a fork of Mono.Cecil and is available as a NuGet package or a dotnet global tool.

## Use cases
- merge multiple .net dlls into one assembly
- bundle dependencies into a single exe
- open-source alternative to ilmerge
- combine .net assemblies for easier deployment
- repack nuget library into single file
- merge assemblies in a build pipeline

## When to choose
- you need to merge .NET assemblies and want an open-source, customizable tool
- ILMerge is too slow or resource-heavy for your build
- you want ILMerge-compatible syntax with extra options like wildcards
- you prefer installing tools via dotnet tool or NuGet

## When to avoid
- you target non-.NET platforms or languages
- you need merging of obfuscated or signed assemblies with complex scenarios without testing
- you only need simple dependency trimming rather than merging

## Facets
- artifact type: cli-tool
- maturity: active
- function: build-tool, developer-tools
- domain: developer-tools, compilers
- platform: windows, cli, dotnet
- tags: assembly-merging, ilmerge-alternative, mono-cecil, nuget, dotnet-tool, dotnet, linux, macos

## Member repositories
- gluck/il-repack (main) score 93

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:30.266834+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:41:30.530083+00:00, confidence not recorded.
  - readme: https://github.com/gluck/il-repack (fetched 2026-08-28T04:04:30.266834+00:00, sha e5febcd5d764)
- Data as of 2026-08-30T08:39:29.467469+00:00.
