From 92e2c7e359ee4ccb53f19fd43f3322726b1a0132 Mon Sep 17 00:00:00 2001 From: angpt Date: Tue, 19 May 2026 10:52:02 -0500 Subject: [PATCH] Add llamafile Add llamafile to the GenAI category with Apache-2.0 license and C++ platform metadata. --- software/llamafile.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 software/llamafile.yml diff --git a/software/llamafile.yml b/software/llamafile.yml new file mode 100644 index 00000000000..2c88cbfe49f --- /dev/null +++ b/software/llamafile.yml @@ -0,0 +1,10 @@ +name: llamafile +website_url: https://docs.mozilla.ai/llamafile/ +source_code_url: https://github.com/mozilla-ai/llamafile +description: Portable C++ tool for bundling and running local LLMs as single-file executables with a web UI, OpenAI-compatible server, and CLI. +licenses: + - Apache-2.0 +platforms: + - C++ +tags: + - Generative Artificial Intelligence (GenAI)