badamczewski/PowerUp
⚡ Decompilation Tools and High Productivity Utilities ⚡ observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2138
- days_rel: n/a
- days_push: 951
- n_releases_24m: 0
Adoption not part of the score
1657 stars · 55 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
cli-tool · maturity maintenance
compiler developer-tools cli benchmarking interpreter developer-tools compilers performance dotnet windows cross-platform cli decompiler disassembler jit assembly il csharp rust golang cpp live-watcher command-line
1 source
- readme: https://github.com/badamczewski/PowerUp · fetched 2026-08-28 · c68eb9f99c7d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| badamczewski/PowerUp | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="badamczewski/PowerUp")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem