| icon | box |
|---|---|
| description | Statically Linked Binaries (.pkg_type == static) |
{% hint style="success" %} Build Profile
- Prefer
mimallocover other musl allocators (Not Always1) - Prefer LTO
- Prefer PIE {% endhint %}
{% hint style="success" %} Sources
- Most (around 90%) of our
staticpackages are built from source using standard build tools. - The rest are fetched from upstream like GitHub Releases etc. {% endhint %}
{% hint style="warning" %}
Nomenclature
-
*source*: Implies it was built from source -
*official*: Implies it was built/fetched from official source -
*stable*: Implies it was likely fetched from upstream source & not built from source {% endhint %} -
If the binary is a desktop app i.e. needs desktop integration, it needs to go under ./packages
Footnotes
-
We have had reports of users running into segfault errors on old hardware ↩