From 71e98bf24febd50b9efc07a03ee7028a4fc8ef46 Mon Sep 17 00:00:00 2001 From: Kainoa Kanter Date: Tue, 16 Dec 2025 16:15:34 -0800 Subject: [PATCH] docs: add AUR packages (#243) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a48d610..2bcb270 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,13 @@ Letta Code works with skills (reusable modules that teach your agent new capabil Read the docs to learn more about [skills and skill learning](https://docs.letta.com/letta-code/skills). +Community maintained packages are available for Arch Linux users on the [AUR](https://aur.archlinux.org/packages/letta-code): +```bash +yay -S letta-code # release +yay -S letta-code-git # nightly +yay -S letta-code-bin # prebuilt release +``` + --- Made with 💜 in San Francisco