Search Criteria
Package Details: openclaw-git 2026.3.24.r531.g2e23d44491c-1
Package Actions
| 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: | None |
| Last Packager: | dcollins23 |
| Votes: | 2 |
| Popularity: | 0.49 |
| First Submitted: | 2026-02-01 14:24 (UTC) |
| Last Updated: | 2026-03-27 19:02 (UTC) |
Dependencies (8)
- bubblewrap (bubblewrap-gitAUR, bubblewrap-gitAUR, bubblewrap-ignoresigsAUR, bubblewrap-suid)
- nodejs (nodejs-gitAUR, nodejs-lts-hydrogenAUR, python-nodejs-wheelAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton)
- bun (bun-gitAUR, bun-binAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- npm (npm-corepackAUR, python-nodejs-wheelAUR) (make)
- pnpm (pnpm-corepackAUR, pnpm-binAUR) (make)
- python (make)
- bubblewrap (bubblewrap-gitAUR, bubblewrap-gitAUR, bubblewrap-ignoresigsAUR, bubblewrap-suid) (optional) – for experimental additional sandboxed execution
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
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.
Zwyhmcn commented on 2026-04-19 05:44 (UTC) (edited on 2026-04-19 05:59 (UTC) by Zwyhmcn)
Due to the original maintainer never fixed the bug in prepare(), I have developed a new way to install openclaw, via nix. (Why not curl -fsSL https://openclaw.ai/install.sh | bash? because I want to manage the versions by a package manager, not manually.)
Step 0. If you have installed openclaw-git before, remove it, to avoid conflicts.
Step 1. Install nix.
Step 2. Change the nix channel to unstable.
If you live in China, change to a Chinese domestic channel:
Step 3. Update channel.
Step 4. Create /root/.config/nixpkgs/config.nix. 2026.4.12 should be modified according to the error information of step 5.
Step 5. Install openclaw via nix-env.
Mostly, there will be an error. Go back to step 4, and modify config.nix according to the error information.
Nix will automatically download all the dependencies that openclaw needs. This will cost a lot of time, and sometimes it may fail. Just retry, and nix will continue at where it stopped.
Step 6. If you have installed openclaw-git before, run:
Openclaw will automatically fix your configuration, all your work under openclaw-git will be kept.
If bash could not find openclaw command, just reboot your system.
I want to package openclaw-nix to AUR, however I have no experience, knowledge and time to do it. If anyone wants to package openclaw-nix, label me as a contributor.
evorster commented on 2026-04-19 02:00 (UTC)
@Xelinor: Do you have a link available? I'm interested in running this software, but am running into the same failure as @tategotoazarasi (That was fun to type!)
Xelinor commented on 2026-04-16 06:06 (UTC)
Currently failing in prepare() because openclaw-patch.sh still contains stale patch logic for scripts/bundle-a2ui.sh, and --refresh-patch still hardcodes the old Discord voice manager path. I validated a packaging fix locally: remove the obsolete bundle-a2ui.sh patch block, update --refresh-patch to handle the moved Discord voice manager path dynamically, bump pkgrel to 2, regenerate checksums and .SRCINFO, and the package then builds and installs successfully. I have a clean patch ready from a local commit and can provide it directly if helpful.
tategotoazarasi commented on 2026-04-12 21:17 (UTC) (edited on 2026-04-12 21:18 (UTC) by tategotoazarasi)
archtobi commented on 2026-03-23 20:57 (UTC)
Build fix for current upstream (2026-03-23):
Two patches in
openclaw-patch.shnow fail because upstream refactored the target files:1.
src/plugins/install.ts– TheskillScannerimport anchor no longer exists; both patches are already integrated upstream in a different form. Fix: make thegrepguards non-fatal (skip if anchor missing).2.
src/plugins/discovery.ts– The ENOENT workaround suggested in the previous comment causes a TypeScript type error:Fix: add
// @ts-ignorebefore the line:Both fixes together allow the build to complete successfully.
SolarAquarion commented on 2026-03-22 04:03 (UTC) (edited on 2026-03-22 04:10 (UTC) by SolarAquarion)
Temporarily do
SolarAquarion commented on 2026-03-17 09:48 (UTC) (edited on 2026-03-17 09:53 (UTC) by SolarAquarion)
There's a patch to be done to fix it https://markdownpastebin.com/?id=77192985af8242a299c5bfcc8d1e28b7
ketsugi commented on 2026-03-17 03:17 (UTC)
Getting this error consistently trying to install on CachyOS:
« First ‹ Previous 1 2 3 Next › Last »