From 7a0d4aa626f2380ccce2b71bec37b302294ffdb4 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Sun, 11 Jan 2026 11:12:59 +0100 Subject: [PATCH] Add LocalAI (#1781) --- software/localai.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 software/localai.yml diff --git a/software/localai.yml b/software/localai.yml new file mode 100644 index 0000000000..66d2ce7091 --- /dev/null +++ b/software/localai.yml @@ -0,0 +1,12 @@ +name: "LocalAI" +website_url: "https://localai.io/" +source_code_url: "https://github.com/mudler/LocalAI" +description: "Run your AI models locally and generate images and audio (alternative to OpenAI and Claude)." +licenses: + - MIT +platforms: + - Docker + - K8S +tags: + - Generative Artificial Intelligence (GenAI) +related_software_url: "https://localai.io/gallery.html"