Package Details: letta-code 0.21.4-1

Git Clone URL: https://aur.archlinux.org/letta-code.git (read-only, click to copy)
Package Base: letta-code
Description: The memory-first coding agent
Upstream URL: https://github.com/letta-ai/letta-code
Keywords: acp agent letta vibe vibe-coding
Licenses: Apache-2.0
Conflicts: letta-code-bin, letta-code-git
Submitter: That1Calculator
Maintainer: That1Calculator
Last Packager: That1Calculator
Votes: 0
Popularity: 0.000000
First Submitted: 2025-12-16 21:28 (UTC)
Last Updated: 2026-03-30 17:50 (UTC)

Latest Comments

That1Calculator commented on 2026-02-27 20:25 (UTC) (edited on 2026-02-27 20:39 (UTC) by That1Calculator)

@edtoml this was caused by an upstream regression, fix submitted here: https://github.com/letta-ai/letta-code/pull/1200

Edit: added a temp patch, should fix it until upstream merges :)

edtoml commented on 2026-02-27 15:24 (UTC) (edited on 2026-02-27 15:43 (UTC) by edtoml)

This update breaks letta-code

letta
115 |   }
116 |   help.push(
117 |     '- Consult the installation documentation:',
118 |     '    See https://sharp.pixelplumbing.com/install'
119 |   );
120 |   throw new Error(help.join('\n'));
                  ^
error: Could not load the "sharp" module using the linux-x64 runtime
ERR_DLOPEN_FAILED: libvips-cpp.so.8.17.3: cannot open shared object file: No such file or directory
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
      at <anonymous> (/home/ed/.bun/install/cache/[email protected]@@@1/lib/sharp.js:120:13)
      at <anonymous> (/home/ed/.bun/install/cache/[email protected]@@@1/lib/constructor.js:8:7)
      at <anonymous> (/home/ed/.bun/install/cache/[email protected]@@@1/lib/index.js:6:7)

Bun v1.3.9 (Linux x64)

You can bypass this error with:sudo ln -s /usr/lib/libvips-cpp.so /usr/lib/libvips-cpp.so.8.17.3 there is probably better way though...

That1Calculator commented on 2026-01-30 00:07 (UTC) (edited on 2026-01-30 05:48 (UTC) by That1Calculator)

@msaglietto this has now been merged upstream! As of 0.14.1, all related issues should be resolved.

That1Calculator commented on 2026-01-29 20:03 (UTC) (edited on 2026-01-29 20:03 (UTC) by That1Calculator)

#686 was closed (unmerged) in favor of https://github.com/letta-ai/letta-code/pull/742

That1Calculator commented on 2026-01-26 21:36 (UTC) (edited on 2026-01-26 22:19 (UTC) by That1Calculator)

@msaglietto I can repro that bug, and I'm not sure why it's happening -- it doesn't happen in the build dir but it does once installed.

msaglietto commented on 2026-01-24 15:49 (UTC)

Hello, thanks for the package =) I'm having problems running this since the last update I get the error:

❯ letta
file:///usr/bin/letta:16044
    throw new Error(help.join(`
          ^

Error: Could not load the "sharp" module using the linux-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at file:///usr/bin/letta:16044:11

I dont know if you could specify the os aon cpu using bun