app-local-ai/backends-meta - 4.9.0 (local-ai)

Search

Install

Install this version:

emerge -a =app-local-ai/backends-meta-4.9.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-local-ai/backends-meta-4.9.0

Or alternatively:

emerge --autounmask-write -a =app-local-ai/backends-meta-4.9.0

Package Information

Description:
Meta package selecting LocalAI inference backends
Homepage:
https://localai.io https://github.com/mudler/LocalAI
License:
metapackage

Ebuild Details

Version EAPI Keywords Slot
4.9.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# Meta package selecting which LocalAI inference backends are installed.
# Backend selection lives here rather than on sci-ml/local-ai so that
# toggling a backend never rebuilds the server: this package installs no
# files, so USE changes only add or remove the backend packages.

EAPI=8

DESCRIPTION="Meta package selecting LocalAI inference backends"
HOMEPAGE="https://localai.io https://github.com/mudler/LocalAI"

LICENSE="metapackage"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+llama-cpp +audio-cpp +bonsai +crispasr +depth-anything +diffusers +fish-speech +parakeet-cpp +piper +qwen3-tts-cpp +rfdetr-cpp +stablediffusion-ggml +vibevoice-cpp +vllm-cpp +whisper"
# An empty meta package is a configuration error: the whole point is to
# have at least one inference backend installed.
REQUIRED_USE="|| ( llama-cpp audio-cpp bonsai crispasr depth-anything diffusers fish-speech parakeet-cpp piper qwen3-tts-cpp rfdetr-cpp stablediffusion-ggml vibevoice-cpp vllm-cpp whisper )"

RDEPEND="
	llama-cpp? ( app-local-ai/llama-cpp )
	audio-cpp? ( app-local-ai/audio-cpp )
	bonsai? ( app-local-ai/bonsai )
	crispasr? ( app-local-ai/crispasr )
	depth-anything? ( app-local-ai/depth-anything )
	diffusers? ( app-local-ai/diffusers )
	fish-speech? ( app-local-ai/fish-speech )
	parakeet-cpp? ( app-local-ai/parakeet-cpp )
	piper? ( app-local-ai/piper )
	qwen3-tts-cpp? ( app-local-ai/qwen3-tts-cpp )
	rfdetr-cpp? ( app-local-ai/rfdetr-cpp )
	stablediffusion-ggml? ( app-local-ai/stablediffusion-ggml )
	vibevoice-cpp? ( app-local-ai/vibevoice-cpp )
	vllm-cpp? ( app-local-ai/vllm-cpp )
	whisper? ( app-local-ai/whisper )
"

USE Flags

Manage flags for this package: euse -i <flag> -p app-local-ai/backends-meta | euse -E <flag> -p app-local-ai/backends-meta | euse -D <flag> -p app-local-ai/backends-meta

Global/Standard Flags

llama-cpp
Default: Enabled (+)
audio-cpp
Default: Enabled (+)
bonsai
Default: Enabled (+)
crispasr
Default: Enabled (+)
depth-anything
Default: Enabled (+)
diffusers
Default: Enabled (+)
fish-speech
Default: Enabled (+)
parakeet-cpp
Default: Enabled (+)
piper
Default: Enabled (+)
qwen3-tts-cpp
Default: Enabled (+)
rfdetr-cpp
Default: Enabled (+)
stablediffusion-ggml
Default: Enabled (+)
vibevoice-cpp
Default: Enabled (+)
vllm-cpp
Default: Enabled (+)
whisper
Default: Enabled (+)

Dependencies

RDEPEND

	llama-cpp? ( app-local-ai/llama-cpp )
	audio-cpp? ( app-local-ai/audio-cpp )
	bonsai? ( app-local-ai/bonsai )
	crispasr? ( app-local-ai/crispasr )
	depth-anything? ( app-local-ai/depth-anything )
	diffusers? ( app-local-ai/diffusers )
	fish-speech? ( app-local-ai/fish-speech )
	parakeet-cpp? ( app-local-ai/parakeet-cpp )
	piper? ( app-local-ai/piper )
	qwen3-tts-cpp? ( app-local-ai/qwen3-tts-cpp )
	rfdetr-cpp? ( app-local-ai/rfdetr-cpp )
	stablediffusion-ggml? ( app-local-ai/stablediffusion-ggml )
	vibevoice-cpp? ( app-local-ai/vibevoice-cpp )
	vllm-cpp? ( app-local-ai/vllm-cpp )
	whisper? ( app-local-ai/whisper )