From 3bec000707692d8b88d56e7b077f739ab64becbb Mon Sep 17 00:00:00 2001 From: Raimo Geisel Date: Tue, 24 Feb 2026 12:03:38 +0100 Subject: [PATCH] Add LazyLlama v0.5.0 --- database/lazyllama/lazyllama.appdata.xml | 65 ++++++++++++++++++++++++ database/lazyllama/lazyllama.yml | 18 +++++++ 2 files changed, 83 insertions(+) create mode 100644 database/lazyllama/lazyllama.appdata.xml create mode 100644 database/lazyllama/lazyllama.yml diff --git a/database/lazyllama/lazyllama.appdata.xml b/database/lazyllama/lazyllama.appdata.xml new file mode 100644 index 0000000000..1e67c36c5d --- /dev/null +++ b/database/lazyllama/lazyllama.appdata.xml @@ -0,0 +1,65 @@ + + + app.pommersche.LazyLlama + CC0-1.0 + GPL-2.0-or-later + LazyLlama + A fast LLM client for the terminal + + +

+ LazyLlama is a lightweight, fast Terminal User Interface (TUI) client for Ollama. + It is designed for running local AI models with minimal overhead and intuitive, + Emacs-inspired controls directly in your terminal. +

+

Features:

+
    +
  • Real-time streaming responses
  • +
  • Markdown support with syntax highlighting
  • +
  • Smart scrolling with autoscroll and manual modes
  • +
  • Model management with separate buffers per model
  • +
  • Automatic session logging
  • +
  • Ultra-low latency and minimal resource footprint
  • +
+
+ + lazyllama.desktop + + https://pommersche.github.io/lazyllama/ + https://github.com/Pommersche92/lazyllama/issues + https://github.com/sponsors/Pommersche92 + + + Pommersche92 + + + + + +

Latest release of LazyLlama

+
+
+
+ + + + https://raw.githubusercontent.com/Pommersche92/lazyllama/main/docs/images/screenshot.png + LazyLlama in action + + + + + Utility + ConsoleOnly + + + + llm + ai + ollama + terminal + tui + + + +
diff --git a/database/lazyllama/lazyllama.yml b/database/lazyllama/lazyllama.yml new file mode 100644 index 0000000000..1ebd6f5406 --- /dev/null +++ b/database/lazyllama/lazyllama.yml @@ -0,0 +1,18 @@ +app: lazyllama +binpatch: true + +ingredients: + dist: jammy + sources: + - deb http://archive.ubuntu.com/ubuntu/ jammy main universe + packages: + - libssl3 + script: + - wget -q "https://github.com/Pommersche92/lazyllama/releases/download/v0.5.0/lazyllama-0.5.0-x86_64.AppImage" + - chmod +x lazyllama-0.5.0-x86_64.AppImage + - ./lazyllama-0.5.0-x86_64.AppImage --appimage-extract + - mv squashfs-root AppDir + +script: + - cp -r AppDir/usr/share/applications/*.desktop . + - cp -r AppDir/usr/share/icons/hicolor/256x256/apps/*.png .