This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryAdds CI-built binary artifacts for Linux, macOS, and Windows.
Full changelog
llmff v0.1.2
Release-candidate package for the first GitHub Release asset workflow. This
release keeps the source-build install path and adds CI-built packaged
artifacts and release publication from main.
Supported Install
cargo install --git https://github.com/syndicalt/llmff --tag v0.1.2 llmff
Packaged Artifacts
Release-tag CI is expected to publish:
- Linux x86_64
.tar.gzarchive,.debpackage, and ArchPKGBUILDplus
llmff-0.1.2-arch.SRCINFOmetadata. - macOS Apple Silicon and Intel
.tar.gzarchives and unsigned.pkg
installers. - Windows x86_64 unsigned
.ziparchive and unsigned MSI installer. - Adjacent SHA-256 checksums for generated binary artifacts.
Manual workflow dispatch keeps generated files as Actions artifacts instead of
GitHub Release assets.
Included Since v0.1.1
- CI-built binary archives for Linux, macOS Apple Silicon, macOS Intel, and
Windows. - Debian package generation and smoke testing.
- Arch package metadata generation.
- Windows MSI packaging and smoke testing.
- macOS
.pkgpackaging and smoke testing. - GitHub Release creation and asset upload from tag-triggered artifact jobs.
- Stage, backend, and runtime model metadata commands for scripts and wrappers.
- Runtime model inventory through
llmff models list --format json. - Plugin discovery and stdin/stdout plugin execution for stage, tool transport,
backend, and sampler extension points. - Streaming lifecycle events and selected-stage streaming from the CLI.
- Local embedding retrieval, command retrieval providers, deterministic rerank,
command rerank providers, and persistent local embedding indexes. - OpenAI-compatible base URL normalization for server roots and
/v1API roots.
Known Limitations
- This is a pipeline runner, not a native inference kernel, model converter, or
serving platform. - Windows and macOS native artifacts are unsigned in this release.
- Arch Linux support is package metadata for an AUR-style flow, not an official
repository package. - Package-manager distribution through Homebrew, winget, Scoop, apt
repositories, or an official AUR package is not included yet. - Real-provider examples remain intentionally minimal; the deterministic mock
examples are still the primary offline smoke path.
Verification
Release verification should pass before tagging:
scripts/release-preflight.sh v0.1.2
scripts/smoke-install.sh --git https://github.com/syndicalt/llmff --tag v0.1.2
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Llmff
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]