# dgiagio/warp

Create self-contained single binary applications

Repository: https://github.com/dgiagio/warp
Canonical: https://ross.abutalabs.com/products/dgiagio-warp
Language: Rust
License: MIT
License Family: permissive
Last push: 2024-05-18T21:34:19+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 2886, "days_push": 837, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1963, forks 94 (observed 2026-08-28T04:05:59.720032+00:00)

## What it is
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
- artifact type: cli-tool
- maturity: maintenance
- function: deployment, compression, developer-tools, cli
- domain: developer-tools, cross-platform
- platform: windows, cli, rust
- tags: single-binary, packaging, self-contained-apps, app-bundling, command-line, automation, linux, macos

## Member repositories
- dgiagio/warp (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:59.720032+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:05:32.779522+00:00, confidence not recorded.
  - readme: https://github.com/dgiagio/warp (fetched 2026-08-28T04:05:59.720032+00:00, sha e37948f9f5b5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
