Package Details: openclaw 2026.5.20-1

Git Clone URL: https://aur.archlinux.org/openclaw.git (read-only, click to copy)
Package Base: openclaw
Description: Multi-channel AI gateway with extensible messaging integrations
Upstream URL: https://github.com/openclaw/openclaw
Licenses: MIT
Submitter: evorster
Maintainer: ralphptorres
Last Packager: ralphptorres
Votes: 2
Popularity: 1.34
First Submitted: 2026-04-19 10:41 (UTC)
Last Updated: 2026-05-22 05:30 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

evorster commented on 2026-04-27 07:35 (UTC) (edited on 2026-04-27 07:37 (UTC) by evorster)

This package is built as instructed on the openclaw github page.

It is then installed to a fake root, and packaged up to be installed and managed by Pacman.

For the record, I also noticed that this version is quite a bit smaller.

It is quite likely that something was left out in the official installer. File an issue upstream, I guess?

Zwyhmcn commented on 2026-04-27 06:08 (UTC)

After 2026.4.24-1 update, OpenClaw gateway became very unstable, suddenly stops anytime, and could not reply me in Feishu:

disconnected (1006): no reason

Paru told me that 2026.4.24-1 is almost 600MiBs smaller than 2026.4.23-1. Did you forget to build something again?

Zwyhmcn commented on 2026-04-26 13:00 (UTC)

Solved by installing npm manually, thanks Morimiue. npm should be listed as a dependency.

Morimiue commented on 2026-04-26 11:57 (UTC)

BTW, this package seems to be outdated, could the maintainer update it to 2026.4.24?

Morimiue commented on 2026-04-26 11:55 (UTC)

I also encountered Zwyhmcn's error yesterday. Building OpenClaw requires npm, but it is not listed as a dependency, so you have to install npm manually.

Zwyhmcn commented on 2026-04-26 11:44 (UTC)

Tried on jod

file:///home/hanju/.cache/paru/clone/openclaw/src/openclaw-2026.4.23/scripts/stage-bundled-plugin-runtime-deps.mjs:1069
  return new Error(
         ^

Error: failed to stage bundled runtime deps for amazon-bedrock: runtime dependency closure must resolve from the installed root workspace graph. Could not materialize: @aws-sdk/client-bedrock, @aws-sdk/client-bedrock-runtime, @aws-sdk/credential-provider-node. Run `pnpm install` and rebuild from a trusted workspace checkout, or provide a hardened fallback installer. Cause: npm install failed
    at createRootRuntimeStagingError (file:///home/hanju/.cache/paru/clone/openclaw/src/openclaw-2026.4.23/scripts/stage-bundled-plugin-runtime-deps.mjs:1069:10)
    at stageBundledPluginRuntimeDeps (file:///home/hanju/.cache/paru/clone/openclaw/src/openclaw-2026.4.23/scripts/stage-bundled-plugin-runtime-deps.mjs:1196:13)
    at runRuntimePostBuild (file:///home/hanju/.cache/paru/clone/openclaw/src/openclaw-2026.4.23/scripts/runtime-postbuild.mjs:88:3)
    at file:///home/hanju/.cache/paru/clone/openclaw/src/openclaw-2026.4.23/scripts/runtime-postbuild.mjs:95:3
    at ModuleJob.run (node:internal/modules/esm/module_job:343:25)
    at async onImport.tracePromise.__proto__ (node:internal/modules/esm/loader:665:26)
    at async asyncRunEntryPointWithESMLoader (node:internal/modules/run_main:117:5)

Node.js v22.22.2
 ELIFECYCLE  Command failed with exit code 1.
==> 错误: 在 build() 中发生一个错误。
    正在放弃...
错误: 未能构建 'openclaw-2026.4.23-1': 
错误: 未能构建的软件包:openclaw-2026.4.23-1

evorster commented on 2026-04-26 11:34 (UTC) (edited on 2026-04-27 07:36 (UTC) by evorster)

The official build instructions recommend stable nodejs-lts (krypton or jod)

Zwyhmcn commented on 2026-04-26 10:26 (UTC)

2026.4.23-1 update could not build

file:///home/hanju/.cache/paru/clone/openclaw/src/openclaw-2026.4.23/scripts/stage-bundled-plugin-runtime-deps.mjs:1069
  return new Error(
         ^

Error: failed to stage bundled runtime deps for amazon-bedrock: runtime dependency closure must resolve from the installed root workspace graph. Could not materialize: @aws-sdk/client-bedrock, @aws-sdk/client-bedrock-runtime, @aws-sdk/credential-provider-node. Run `pnpm install` and rebuild from a trusted workspace checkout, or provide a hardened fallback installer. Cause: npm install failed
    at createRootRuntimeStagingError (file:///home/hanju/.cache/paru/clone/openclaw/src/openclaw-2026.4.23/scripts/stage-bundled-plugin-runtime-deps.mjs:1069:10)
    at stageBundledPluginRuntimeDeps (file:///home/hanju/.cache/paru/clone/openclaw/src/openclaw-2026.4.23/scripts/stage-bundled-plugin-runtime-deps.mjs:1196:13)
    at runRuntimePostBuild (file:///home/hanju/.cache/paru/clone/openclaw/src/openclaw-2026.4.23/scripts/runtime-postbuild.mjs:88:3)
    at file:///home/hanju/.cache/paru/clone/openclaw/src/openclaw-2026.4.23/scripts/runtime-postbuild.mjs:95:3
    at ModuleJob.run (node:internal/modules/esm/module_job:437:25)
    at async node:internal/modules/esm/loader:639:26
    at async asyncRunEntryPointWithESMLoader (node:internal/modules/run_main:101:5)

Node.js v25.9.0
 ELIFECYCLE  Command failed with exit code 1.
==> 错误: 在 build() 中发生一个错误。
    正在放弃...
错误: 未能构建 'openclaw-2026.4.23-1': 
错误: 未能构建的软件包:openclaw-2026.4.23-1

SolarAquarion commented on 2026-04-22 21:04 (UTC)

https://gist.github.com/SolarAquarion/10b9b2fb0a9bc7fd02f8c49e382a0a4e

Here's the improved version of the openclaw-git stuff. Just change pkgver stuff to openclaw

evorster commented on 2026-04-22 03:28 (UTC)

Yes, totally my bad on that last build. I foolishly built just the UI. There is a new release, and I am in the process of building the whole thing. Should be available shortly.