Package Details: graphify-bin 0.8.39-1

Git Clone URL: https://aur.archlinux.org/graphify-bin.git (read-only, click to copy)
Package Base: graphify-bin
Description: AI coding assistant skill - turn any folder into a queryable knowledge graph
Upstream URL: https://graphify.net
Keywords: agent ai graphify rag
Licenses: MIT
Provides: graphify
Submitter: corrm
Maintainer: corrm
Last Packager: corrm
Votes: 1
Popularity: 0.35
First Submitted: 2026-04-22 02:09 (UTC)
Last Updated: 2026-06-12 21:35 (UTC)

Latest Comments

corrm commented on 2026-05-18 21:35 (UTC)

@mdrv aarch64 has been added. Thanks for your suggestion.

JimMoen commented on 2026-05-18 02:15 (UTC)

LGTM, thank you. Now, the chroot build command from paru can build correctly.

mdrv commented on 2026-05-17 23:12 (UTC)

Kindly request to add aarch64 on PKGBUILD arch property. It’s been tested and works on my ARM device without any issue.

corrm commented on 2026-05-15 21:24 (UTC)

@JimMoen ty for your feedback.

JimMoen commented on 2026-05-15 09:05 (UTC)

It is recommended to separate depends and makedepends for chroot build.

license=(MIT)
depends=(python)
makedepends=(python-build python-installer python-wheel python-setuptools)
provides=(graphify)