MScholtes/PS2EXE
Module to compile powershell scripts to executables observed · 2026-08-28
Health v2 · maintenance only
71/100
- Activity 86
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
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: 2490
- days_rel: n/a
- days_push: 88
- n_releases_24m: 0
Adoption not part of the score
1773 stars · 246 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
PS2EXE is a PowerShell module that compiles PowerShell 5.x scripts into standalone Windows executables, with optional GUI (Windows Forms) output and a graphical front end (Win-PS2EXE). It supports embedding icons, files, version metadata, and options like requireAdmin or noConsole.
Use cases
- convert powershell script to exe
- compile ps1 to standalone executable
- package powershell script as windows executable
- hide powershell console window in compiled app
- add icon and version info to powershell exe
- build gui app from powershell script
When to choose
- You need to distribute a PowerShell script to Windows users as a single .exe
- You want a GUI front end or no console window for a PowerShell script
- You want to embed resources, icons, or metadata into a compiled script
When to avoid
- Your scripts target PowerShell 7/Core or rely on non-5.x compatible features
- You need real protection of script source - the exe can be decompiled back to script
- You need cross-platform executables for Linux or macOS
Facets
library · maturity active
compiler developer-tools cli gui developer-tools windows windows cli powershell exe-compiler script-packaging win-forms powershell-module command-line automation desktop
1 source
- readme: https://github.com/MScholtes/PS2EXE · fetched 2026-08-28 · cfded73e2b23
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| MScholtes/PS2EXE | main | 71 |
For agents
markdown · JSON · MCP: product_card(name="MScholtes/PS2EXE")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem