From a2bc7be72f986425656d3db9607474caa859c6a3 Mon Sep 17 00:00:00 2001 From: Ian Eaves Date: Mon, 24 Nov 2025 14:04:12 -0600 Subject: [PATCH 1/4] Add RamaLama Signed-off-by: Ian Eaves --- software/ramalama.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 software/ramalama.yml diff --git a/software/ramalama.yml b/software/ramalama.yml new file mode 100644 index 0000000000..e9458cce90 --- /dev/null +++ b/software/ramalama.yml @@ -0,0 +1,13 @@ +name: "RamaLama" +website_url: "https://ramalama.ai" +source_code_url: "https://github.com/containers/ramalama" +description: "Make working with AI boring through the use of OCI containers." +licenses: + - MIT +platforms: + - Docker + - Python +tags: + - Generative Artificial Intelligence (GenAI) +depends_3rdparty: false +demo_url: "https://www.youtube.com/watch?v=53NZFC-ReWs" \ No newline at end of file From 6010f03480838c371925a8ef34a91c9d6ceb1317 Mon Sep 17 00:00:00 2001 From: Ian Eaves Date: Mon, 24 Nov 2025 14:08:23 -0600 Subject: [PATCH 2/4] remove non-interactive demo link Signed-off-by: Ian Eaves --- software/ramalama.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/software/ramalama.yml b/software/ramalama.yml index e9458cce90..f80071f585 100644 --- a/software/ramalama.yml +++ b/software/ramalama.yml @@ -9,5 +9,4 @@ platforms: - Python tags: - Generative Artificial Intelligence (GenAI) -depends_3rdparty: false -demo_url: "https://www.youtube.com/watch?v=53NZFC-ReWs" \ No newline at end of file +depends_3rdparty: false \ No newline at end of file From 55a472793017aeda96386f5bb19a0ad28597fa65 Mon Sep 17 00:00:00 2001 From: Ian Eaves Date: Tue, 6 Jan 2026 00:37:00 -0600 Subject: [PATCH 3/4] updates description Signed-off-by: Ian Eaves --- software/ramalama.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/ramalama.yml b/software/ramalama.yml index f80071f585..22ccbae19f 100644 --- a/software/ramalama.yml +++ b/software/ramalama.yml @@ -1,7 +1,7 @@ name: "RamaLama" website_url: "https://ramalama.ai" source_code_url: "https://github.com/containers/ramalama" -description: "Make working with AI boring through the use of OCI containers." +description: "RamaLama makes it easy to run and serve AI models locally using OCI containers, treating models like container images and pulling them from sources like Hugging Face, Ollama, or OCI registries." licenses: - MIT platforms: From ea283f76d0b6f86eff97bcf441cf1ec96658e3ec Mon Sep 17 00:00:00 2001 From: Ian Eaves Date: Fri, 9 Jan 2026 10:29:24 -0600 Subject: [PATCH 4/4] shorten description Signed-off-by: Ian Eaves --- software/ramalama.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/ramalama.yml b/software/ramalama.yml index 22ccbae19f..3b53ca2b01 100644 --- a/software/ramalama.yml +++ b/software/ramalama.yml @@ -1,7 +1,7 @@ name: "RamaLama" website_url: "https://ramalama.ai" source_code_url: "https://github.com/containers/ramalama" -description: "RamaLama makes it easy to run and serve AI models locally using OCI containers, treating models like container images and pulling them from sources like Hugging Face, Ollama, or OCI registries." +description: "RamaLama is a unified CLI for working with AI models wherever they are hosted, whether locally or in the cloud." licenses: - MIT platforms: