# badamczewski/PowerUp

⚡ Decompilation Tools and High Productivity Utilities ⚡

Repository: https://github.com/badamczewski/PowerUp
Canonical: https://ross.abutalabs.com/products/powerup
Language: C#
License: AGPL-3.0
License Family: copyleft
Topics: csharp, dotnet, performance, utils, rust, golang, compiler, jit, assembly
Last push: 2024-01-25T09:23:08+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 2138, "days_push": 951, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1657, forks 55 (observed 2026-08-28T04:05:18.178981+00:00)

## What it is
PowerUp is a collection of .NET-based productivity utilities including a live IDE watcher that compiles, decompiles, and disassembles code from C#, F#, Go, Rust, and C++ into IL, IR, and x86 assembly. It also provides a .NET JIT disassembler, IL compiler, and a richly formatted console.

## Use cases
- inspect the x86 assembly generated by my C# code
- see what the .NET JIT compiles a method to
- watch a Rust or Go file and disassemble it live while editing
- benchmark small C# methods and view their IL
- inspect class and struct memory layouts in C#
- learn how high-level code maps to assembly with jump guides and ASM docs

## When to choose
- you want to understand JIT/IL/assembly output of .NET code interactively
- you need a lightweight live compiler-explorer-style tool for C#, Rust, Go, or C++
- you want to benchmark and run small code snippets while inspecting generated code

## When to avoid
- you need a full production decompiler like ILSpy or Ghidra
- you need IDE-integrated debugging rather than a terminal watcher
- you require a permissively licensed tool, since PowerUp is AGPL-3.0

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: compiler, developer-tools, cli, benchmarking, interpreter
- domain: developer-tools, compilers, performance
- platform: dotnet, windows, cross-platform, cli
- tags: decompiler, disassembler, jit, assembly, il, csharp, rust, golang, cpp, live-watcher, command-line

## Member repositories
- badamczewski/PowerUp (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:18.178981+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-30T03:44:45.711837+00:00, confidence not recorded.
  - readme: https://github.com/badamczewski/PowerUp (fetched 2026-08-28T04:05:18.178981+00:00, sha c68eb9f99c7d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
