Search Criteria
Package Details: openshell 0.0.116-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/openshell.git (read-only, click to copy) |
|---|---|
| Package Base: | openshell |
| Description: | The safe, private runtime for autonomous AI agents. |
| Upstream URL: | https://github.com/NVIDIA/OpenShell |
| Licenses: | Apache-2.0 |
| Conflicts: | openshell-bin, openshell-git |
| Submitter: | chadsr |
| Maintainer: | chadsr |
| Last Packager: | chadsr |
| Votes: | 1 |
| Popularity: | 0.61 |
| First Submitted: | 2026-08-11 15:45 (UTC) |
| Last Updated: | 2026-08-30 07:18 (UTC) |
Dependencies (9)
- sqlite (sqlite-fossilAUR)
- z3 (z3-gitAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR, clang-static-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- pandoc (pandoc-sile-gitAUR, pandoc-static-gitAUR, pandoc-binAUR, pandoc-cli) (make)
- bash-completion (bash-completion-gitAUR) (optional) – bash completions
- docker (rancher-desktop-gitAUR, podman-docker-gitAUR, docker-gitAUR, rancher-desktop-binAUR, rancher-desktopAUR, docker-cli-binAUR, podman-docker) (optional) – compute driver
- podman (podman-gitAUR, podman-bcachefs-binAUR) (optional) – compute driver
Latest Comments
dbb commented on 2026-08-22 12:56 (UTC)
check()fails in a clean chroot due to the lack ofgit:Immediate fix it to add
gitto acheckdependsarray:But it appears
gitis a runtime dependency anyway (search forCommand::new("git")), so it should probably just be in the regulardependsarray.