Package Details: openclaw-git 2026.4.19.beta.2.r20222.g2b63eb2825f-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 (Bun build, highly optimized)
Upstream URL: https://github.com/openclaw/openclaw
Licenses: MIT
Conflicts: openclaw
Provides: openclaw
Submitter: wuxxin
Maintainer: SolarAquarion
Last Packager: SolarAquarion
Votes: 2
Popularity: 0.49
First Submitted: 2026-02-01 14:24 (UTC)
Last Updated: 2026-05-26 18:14 (UTC)

Dependencies (10)

Required by (0)

Sources (10)

Latest Comments

1 2 3 Next › Last »

SolarAquarion commented on 2026-05-26 18:00 (UTC) (edited on 2026-05-26 18:00 (UTC) by SolarAquarion)

I've done the update to the PKGBUILD and whatever else

ralphptorres commented on 2026-05-25 02:06 (UTC)

@solaraquarion, the package is now oprhaned. you may adopt it

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...