Package Details: openclaw-git 2026.3.24.r531.g2e23d44491c-1

Git Clone URL: https://aur.archlinux.org/openclaw-git.git (read-only, click to copy)
Package Base: openclaw-git
Description: Personal AI assistant that runs on your own devices
Upstream URL: https://github.com/openclaw/openclaw
Licenses: MIT
Conflicts: openclaw
Provides: openclaw
Submitter: wuxxin
Maintainer: dcollins23
Last Packager: dcollins23
Votes: 2
Popularity: 0.64
First Submitted: 2026-02-01 14:24 (UTC)
Last Updated: 2026-03-27 19:02 (UTC)

Latest Comments

1 2 3 Next › Last »

Zwyhmcn commented on 2026-05-09 17:38 (UTC)

@SolarAquarion openclaw-bun-git is removed due to duplicated with openclaw-git. Try orphan this package and take it over instead.

SolarAquarion commented on 2026-05-04 13:44 (UTC) (edited on 2026-05-04 13:46 (UTC) by SolarAquarion)

https://aur.archlinux.org/packages/openclaw-bun-git I created the package that ive been working on. I think it's a pretty optimized package which is unlikely to fail.

benaiu commented on 2026-04-24 23:56 (UTC)

hi!, after commenting (#) the patch inside PKGBUILD (prepare()) like chatgpt instructed me, it installs, kinda (it doesn't finish well), but now i have a issue with ollama that I can't get around, it's about a config that doesn't let me auth ollama, it doesn't let me use local or cloud (I tried both) any human help is welcomed

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

https://gist.github.com/SolarAquarion/10b9b2fb0a9bc7fd02f8c49e382a0a4e here's the new PKGBUILD and openclaw-patch.sh

SolarAquarion commented on 2026-04-19 22:50 (UTC)

https://dpaste.com//25YDQSVQZ you can delete openclaw-adjustment.patch. The prepare function does must of what is done.

evorster commented on 2026-04-19 11:04 (UTC)

Just FYI, I made a openclaw package in the AUR that tracks the lastest released version. It's just a quick hack at this point, and if anyone is interested in co-maintaining it, feel free to submit a request.

Xelinor commented on 2026-04-19 10:17 (UTC)

Interesting, that is actually failing a good bit later then it was for me and others before, meaning the upstream package is still changing a fair bit...

evorster commented on 2026-04-19 10:00 (UTC)

I pointed ChatGPT at this PKGBUILD with your instructions, and while I think it implemented the fixes, the compile still fails:

  -> Creating working copy of openclaw git repo...
Reset branch 'makepkg'
==> Starting prepare()...
Patching package.json...
Patching scripts/ui.js...
Patching extensions/discord/src/voice/manager.ts...
Patching src/agents/skills-install.ts...
Scope: all 106 workspace projects
/home/evert/Aur/openclaw-git/src/openclaw/extensions/amazon-bedrock:
 ERR_PNPM_NO_MATURE_MATCHING_VERSION  Version 3.1032.0 (released 38 hours ago) of @aws-sdk/client-bedrock-runtime does not meet the minimumReleaseAge constraint

This error happened while installing a direct dependency of /home/evert/Aur/openclaw-git/src/openclaw/extensions/amazon-bedrock

The latest release of @aws-sdk/client-bedrock-runtime is "3.1032.0". Published at 17/04/2026

If you need the full list of all 324 published versions run "pnpm view @aws-sdk/client-bedrock-runtime versions".

If you want to install the matched version ignoring the time it was published, you can add the package name to the minimumReleaseAgeExclude setting. Read more about it: https://pnpm.io/settings#minimumreleaseageexclude
Progress: resolved 83, reused 0, downloaded 0, added 0
==> ERROR: A failure occurred in prepare().
    Aborting...

Xelinor commented on 2026-04-19 09:03 (UTC)

@Zwyhmcn that method is...so very much not the right way to do this. The fix for this is very simple, and it's not a bug in prepare(), it's just a function in openclaw-patch.sh that fails because the upstream assumptions changed. It's a few lines of code, re-engineering the entire workflow isn't needed here.

@evorster I'll be happy to send you a copy of the patch file I prepared with the fix, and you can validate it yourself. Unfortunately unless or until the maintainer either fixes it or else it gets seen as abandoned and someone else takes it over, we are a bit out of luck on pacman taking care of installing and updating.

evorster commented on 2026-04-19 07:37 (UTC)

I'm a bit hesitant to install nix, and would rather have pacman take care of the package. I'll flag the package as out of date as it is not building now, and give the original author some time to fix it.