dgiagio/warp
Create self-contained single binary applications observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
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: 2886
- days_rel: n/a
- days_push: 837
- n_releases_24m: 0
Adoption not part of the score
1963 stars · 94 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Warp is a Rust-based CLI tool that packages an application directory together with a launcher script into a single self-contained executable binary. It simplifies distribution of apps built with runtimes like Node.js, .NET Core, and Java that normally require shipping many dependency files.
Use cases
- package a node.js app into a single executable
- distribute a java application as one binary file
- bundle a .net core app with its dependencies into one file
- create self-contained binaries for linux, macos and windows
- ship an app to customers without installing a runtime
When to choose
- you need to distribute an app built on Node.js, .NET Core, or Java as a single file
- you want a simple cross-platform packer without heavy configuration
- your users should not need to install the underlying runtime separately
When to avoid
- you need native compilation or ahead-of-time bundling rather than archive-based self-extraction
- you require code signing, installers, or auto-update features
- the project is in maintenance mode and you need actively developed packaging tooling
Facets
cli-tool · maturity maintenance
deployment compression developer-tools cli developer-tools cross-platform windows cli rust single-binary packaging self-contained-apps app-bundling command-line automation linux macos
1 source
- readme: https://github.com/dgiagio/warp · fetched 2026-08-28 · e37948f9f5b5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dgiagio/warp | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem