# JuliaLang/PackageCompiler.jl

Compile your Julia Package

Repository: https://github.com/JuliaLang/PackageCompiler.jl
Canonical: https://ross.abutalabs.com/products/packagecompilerjl
Homepage: https://julialang.github.io/PackageCompiler.jl/dev/
Language: Julia
License: MIT
License Family: permissive
Topics: packagecompiler, julia
Last push: 2026-08-26T13:12:32+00:00

## Health v2 (maintenance only)
Score: 91/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 75, longevity 100
- inputs: {"age_days": 3214, "days_push": 7, "days_rel": 84, "gap_med": 32.5, "n_releases_24m": 15}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1551, forks 204 (observed 2026-08-28T04:05:02.184851+00:00)

## What it is
A Julia package for creating custom system images, standalone 'app' executables, and relocatable C libraries from Julia code. It moves Julia's just-ahead-of-time compilation work up front to reduce startup latency and enable deployment on machines without Julia installed.

## Use cases
- reduce Julia startup latency with a custom sysimage
- build a standalone executable from a Julia package
- distribute a Julia program to machines without Julia installed
- compile Julia code into a callable C shared library
- precompile plotting packages for faster interactive workflows

## When to choose
- you need to ship a Julia program as a self-contained binary
- slow package load times hurt your local Julia workflow
- you want to expose Julia code to C callers via a shared library

## When to avoid
- your Julia code already starts fast enough
- you need cross-architecture binaries from a single build
- you want incremental or interactive compilation rather than full sysimages

## Facets
- artifact type: library
- maturity: active
- function: compiler, build-tool, developer-tools
- domain: programming-languages, compilers, developer-tools, performance
- platform: windows, cross-platform
- tags: julia, sysimage, aot-compilation, standalone-executables, c-library-generation, linux, macos

## Member repositories
- JuliaLang/PackageCompiler.jl (main) score 91

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:02.184851+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-30T04:30:14.769963+00:00, confidence not recorded.
  - readme: https://github.com/JuliaLang/PackageCompiler.jl (fetched 2026-08-28T04:05:02.184851+00:00, sha e577b369aaab)
  - homepage: https://julialang.github.io/PackageCompiler.jl/dev/ (fetched 2026-08-29T11:30:40.676200+00:00, sha ebf23cdf69de)
- Data as of 2026-08-30T08:39:29.467469+00:00.
