Feature: Add static linux build archive to release assets

Author: ikiCreated Jun 10, 2026Updated Aug 15, 2026

Is your feature request related to a problem? Please describe.

Reason

Not all dependency management tools support AppImage

Example

Project uses mise-en-place mise use imagemagick to have crossplatform ImageMagick dependency.

On Windows, mise uses GitHub ImageMagick releases from aqua registry: https://github.com/aquaproj/aqua-registry/pull/50281

On Linux, mise falls back to much slower and error-prone conda, because mise doesn't support AppImage: https://github.com/jdx/mise/pull/10118

Describe the solution you'd like

It would be great help to have a static build archive for Linux that can be installed by common tools like mise directly from GitHub release assets

Describe alternatives you've considered

Current alternative is to use much slower and error-prone conda to install ImageMagick as a project/env dependency