# microsoft/msix-packaging

MSIX SDK

Repository: https://github.com/microsoft/msix-packaging
Canonical: https://ross.abutalabs.com/products/msix-packaging
Language: C
License: MIT
License Family: permissive
Topics: msix, uwp
Last push: 2026-08-24T23:31:48+00:00

## Health v2 (maintenance only)
Score: 67/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 8, longevity 100
- inputs: {"age_days": 3108, "days_push": 9, "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 1069, forks 191 (observed 2026-08-28T04:03:27.760141+00:00)

## What it is
Microsoft's cross-platform MSIX SDK for packing and unpacking .msix/.appx application packages on Windows, macOS, Linux, and Android. It provides a shared library, a makemsix CLI tool, and MSIX Core for installing packages on older Windows versions.

## Use cases
- pack an app as an msix package on linux
- unpack appx package contents cross-platform
- install msix packages on windows 7
- build a tool that reads msix package manifests
- distribute app packages via own CDN
- programmatically create appx bundles

## When to choose
- you need to pack or unpack .msix/.appx packages outside the Windows SDK
- you want to install MSIX packages on Windows 7 SP1+
- you're building cross-platform tooling around MSIX package format

## When to avoid
- you only target modern Windows 10/11 where the built-in AppX APIs suffice
- you need full MSIX feature parity with the Windows packaging APIs

## Facets
- artifact type: library
- maturity: active
- function: compression, file-system, cli, sdk
- domain: developer-tools, windows, cross-platform, files
- platform: windows, cpp, c
- tags: msix, appx, packaging, uwp, app-distribution, linux, macos, android

## Member repositories
- microsoft/msix-packaging (main) score 67

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:27.760141+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-30T06:54:28.248630+00:00, confidence not recorded.
  - readme: https://github.com/microsoft/msix-packaging (fetched 2026-08-28T04:03:27.760141+00:00, sha 4e71b1c0cd7c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
