Package Details: openclaw 2026.7.1-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: 3
Popularity: 1.01
First Submitted: 2026-04-19 10:41 (UTC)
Last Updated: 2026-07-14 02:57 (UTC)

Dependencies (12)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3

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.

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

Hi. Sorry about that, I am still trying to understand this package. For now, please just roll back to the 2026.4.15-3.

I'll continue to poke at it. :)

Zwyhmcn commented on 2026-04-22 01:26 (UTC)

After 2026.4.15-4 update, OpenClaw stopped working, and when I run openclaw in terminal, it replies:

file:///usr/lib/openclaw/openclaw.mjs:178
    throw new Error(await buildMissingEntryErrorMessage());
          ^

Error: openclaw: missing dist/entry.(m)js (build output).
    at file:///usr/lib/openclaw/openclaw.mjs:178:11

Node.js v25.9.0

evorster commented on 2026-04-21 03:37 (UTC)

Yeah, the previous packaging was wildly wrong. I'm working on making this a more streamlined package without breaking core functionality.

Zwyhmcn commented on 2026-04-19 16:18 (UTC) (edited on 2026-04-20 00:50 (UTC) by Zwyhmcn)

Thanks for your work, evorster.

I have created a wiki page of OpenClaw, which mentioned your package as the default installing method of OpenClaw. Since Chinese is my mother tongue, the original version is written in Chinese. https://wiki.archlinuxcn.org/wiki/OpenClaw

If anyone speaks both Chinese and English fluently, please translate it onto English Arch Wiki asap.