macOS
brew install libgrape-litelocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für libgrape-lite in AI-Agent-Workflows.
Installation
brew install libgrape-litelocal Homebrew formula metadata
Überblick
C++ library for parallel graph processing
Verlauf
libgrape-lite is Alibaba's C++ library form of GRAPE, a parallel graph-processing system built around the PIE programming model. It exists to let developers adapt sequential graph algorithms with relatively small changes and run them across large graph data.
The repository README ties libgrape-lite to GRAPE, the Graph Parallel Processing Engine described in SIGMOD and VLDB work from 2017. The project presents itself as a lightweight, open-source implementation of the GRAPE core rather than a full graph platform.
GraphScope documentation says its analytical engine originated from GRAPE, and that a lightweight version of GRAPE is open-sourced as libgrape-lite. GraphScope extends it with mutable fragments, vineyard support, and service-mode features.
libgrape-lite's adoption story is mostly inside Alibaba and GraphScope rather than broad end-user CLI use. The README's badge says it enables GraphScope, and GraphScope's glossary calls libgrape-lite a dependency that serves as the analytical engine core.
The v0.1.0 tag points to a 2021-10-29 commit, and subsequent tags through v0.3.5 show a small versioned release series. Homebrew packaging makes the C++/MPI graph library available outside the GraphScope source tree for users who want the lighter standalone component.
Users build libgrape-lite with CMake, a C++11 compiler, MPI, and glog, then run example analytical applications such as single-source shortest path, weakly connected components, PageRank, local clustering coefficient, label propagation, and breadth-first search.
The project also includes LDBC benchmark support, optional GPU graph processing with CUDA and NCCL, and a GNN sampler example, so the package is most relevant to graph analytics researchers and infrastructure developers.
The package is niche but interesting because it is a standalone slice of a larger graph-computing platform. Packaging libgrape-lite separately lets users experiment with GRAPE-style graph analytics without installing all of GraphScope.
Its dependency profile is very package-manager-shaped: C++11, MPI, glog, optional jemalloc, optional CUDA/NCCL, and benchmark/examples. That makes it a small formula with heavyweight ecosystem implications.
Sicherheitslage
library-like package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
run_app | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/alibaba/libgrape-lite
Installationsmetadaten
| Paketschlüssel | brew:libgrape-lite |
|---|---|
| Version | 0.3.5 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/libgrape-lite |
| Homepage | https://alibaba.github.io/libgrape-lite/ |
| Repository | https://github.com/alibaba/libgrape-lite |
| Upstream-Dokumentation | https://alibaba.github.io/libgrape-lite |
| Lizenz | Apache-2.0 |
| Quellarchiv | https://github.com/alibaba/libgrape-lite/archive/refs/tags/v0.3.5.tar.gz |
| Zuletzt aktualisiert | 2026-06-15T10:20:20-04:00 |
| Pulse | updated |
| Abhängigkeiten | gflags, glog, open-mpi |
| Build-Abhängigkeiten | cmake |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | libgrape-lite |
| Version Scheme | 0 |
| Revision | 2 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Quellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.