Skip to content

Conversation

@besaleli
Copy link
Member

No description provided.

@besaleli besaleli added the documentation Improvements or additions to documentation label Jan 23, 2026
@besaleli besaleli linked an issue Jan 23, 2026 that may be closed by this pull request
Copy link
Contributor

@javiermtorres javiermtorres left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I'll try to go over the generation process next week and make sure there are no hidden catches.


The source code for the base binary to which model artifacts are appended can be found in the [encoderfile-runtime](https://github.com/mozilla-ai/encoderfile/tree/main/encoderfile-runtime) crate. By default, the encoderfile CLI pulls pre-built binaries from Github Releases. Currently, we offer pre-built binaries for `aarch64` and `x86_64` architectures of `unknown-linux-gnu` and `apple-darwin`.

Base binaries are built in a `debian:bookworm` image and are compatible with glibc ≥ 2.36. If you are using an older version of glibc, see instructions on compiling custom base binaries below.
Copy link
Contributor

@javiermtorres javiermtorres Jan 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we could think about a much more barebones approach with alpine (I guess unikernels are not really used anymore). I'll open an issue if you think it's worth it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

New Encoderfile File Format

3 participants