rzane/docker2exe
Convert a Docker image to an executable observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 20
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2407
- days_rel: n/a
- days_push: 484
- n_releases_24m: 0
Adoption not part of the score
2293 stars · 111 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
docker2exe is a Go-based command-line tool that converts a Docker image into standalone native executables for macOS, Linux, and Windows. At runtime, the generated binary checks for the image locally, pulling it from a registry or, in embedded mode, loading it from a gzip tarball baked into the executable.
Use cases
- convert a docker image into a standalone executable
- share a containerized tool as a single binary file
- embed a docker image inside an executable for offline distribution
- package a docker app so users can run it without pulling from a registry
- turn a docker image into an exe for windows
- distribute docker-based CLI tools without publishing to docker hub
When to choose
- Your recipients already have Docker installed and you want to hand them one file instead of pull instructions
- You want registry-free, offline distribution of small images via the --embed tarball mode
- You need to produce darwin, linux, and windows binaries from a single build command
When to avoid
- Target machines do not have Docker — the generated executable still shells out to docker pull/load/run
- You need true standalone binaries with no container runtime dependency
- You need ARM64 or other architectures — the README only shows amd64 outputs
- Embedded mode with large images, since the tarball is baked in and bloats the binary
- License clarity matters — the repository lists no license
Facets
cli-tool · maturity active
cli build-tool deployment developer-tools windows cli go docker-image packaging single-binary self-contained-executable embedded-image distribution docker-wrapper cross-platform containers devops linux macos docker
1 source
- readme: https://github.com/rzane/docker2exe · fetched 2026-08-28 · 33b3246ef82a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rzane/docker2exe | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="rzane/docker2exe")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem