Automic VaultAutomic Vault

brew

使用 Homebrew, MacPorts, Nix, pacman 安装 angle-grinder

查看 angle-grinder 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install angle-grinder

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install angle-grinder

MacPorts ports tree · textproc/angle-grinder/Portfile · 来源: api.github.com

Linux

Nix已验证 · 92%
nix profile install nixpkgs#angle-grinder

nixpkgs package indexes · pkgs/by-name/an/angle-grinder/package.nix · 来源: api.github.com

Arch Linux pacman已验证 · 92%
sudo pacman -S angle-grinder

Arch Linux sync databases · angle-grinder · 来源: geo.mirror.pkgbuild.com

概览

软件包摘要

Slice and dice log files on the command-line

命令和别名

  • agrind

历史

项目历史与用法

angle-grinder is a Rust command-line log analysis tool whose executable, `agrind`, brings query-pipeline style filtering, parsing, aggregation, and live terminal rendering to plain log streams.

项目历史

The official repository was created in March 2018 and early GitHub releases show rapid 0.x iteration during that same month. Its README frames the project as a tool for cases where logs are available locally but a full analytics stack such as Graphite, Honeycomb, Kibana, Sumo Logic, or Splunk is not.

The tool implements a small functional query language over text, JSON, logfmt, split fields, filters, and aggregate operators. The README emphasizes high-throughput processing, with simple pipelines able to process millions of rows per second.

采用历史

The README documents binary installation for Linux and macOS, source installation with Cargo, and package-manager availability through Homebrew, MacPorts, and FreeBSD packages. The Homebrew formula and other package-manager entries make it a Unix-toolbox style log utility rather than a service-bound product.

Its adoption is niche but clear: it serves operators and developers who want terminal-native ad hoc analytics against log files, especially when centralized observability tooling is unavailable, too heavy, or not worth setting up.

使用方式

Common usage pipes logs into `agrind` and applies filters and operators such as `json`, `logfmt`, `parse`, `where`, `count`, `sum`, `average`, percentile, and sort. The README example `* | json | count by log_level` captures the usual flow: parse structured logs, group them, and watch live results.

Aliases can be loaded from `.agrind-aliases` in the working directory or parent directories, which lets users keep reusable pipelines close to a project or log format.

为什么软件包爱好者会关心

angle-grinder sits in the package-manager sweet spot for small Rust CLIs: one executable, useful without a daemon, fast enough to justify a native binary, and attractive to users who live in pipes.

It is also a good example of a package whose documentation surface is the README. There is no separate docs site; the official repo is the authoritative manual, release surface, and source.

时间线

  • 2018: Official GitHub repository is created.
  • 2018: Early 0.x releases are published in March.
  • 2018: README documents Homebrew, MacPorts, FreeBSD, Linux binary, and Cargo installation paths.
  • 2018: v0.9.0 adds `agrind --self-update` according to the README.

Related projects

  • The README explicitly positions angle-grinder as a lightweight alternative when data is not already in Graphite, Honeycomb, Kibana, Sumo Logic, or Splunk.
  • It belongs near command-line text-processing and log tools such as awk, jq, grep, and logfmt parsers, but adds streaming aggregates and a terminal UI.

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 8 个平台目标。
  • 构建元数据列出 1 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
.agrind-aliases/ in current working directoryparent directories

可执行文件

已安装的可执行文件

命令类型暴露范围备注
agrindcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-25
管理器版本0.19.6
管理器更新时间
本地数据OK
上游当前
检测到的最新版本v0.19.6

https://github.com/rcoh/angle-grinder

  • 信息No package-manager update timestamp was available.低 置信度

安装元数据

软件包元数据

软件包键brew:angle-grinder
版本0.19.6
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/angle-grinder
主页https://github.com/rcoh/angle-grinder
仓库https://github.com/rcoh/angle-grinder
上游文档https://github.com/rcoh/angle-grinder
许可证MIT
源码归档https://github.com/rcoh/angle-grinder/archive/refs/tags/v0.19.6.tar.gz
构建依赖rust
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameangle-grinder
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Nix95%

angle-grinder

nix profile install nixpkgs#angle-grinder
  • normalized package name match
  • 匹配方式:Angle Grinder
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/an/angle-grinder/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
pacman95%

angle-grinder 0.19.6-2

Slice and dice logs on the command line

https://github.com/rcoh/angle-grinder

sudo pacman -S angle-grinder
  • License: MIT
  • Architecture: x86_64
  • 2 依赖
  • normalized package name match
  • 匹配方式:Angle Grinder
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: angle-grinder from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

angle-grinder

sudo port install angle-grinder
  • normalized package name match
  • 匹配方式:Angle Grinder
MacPorts ports tree · api.github.com · MacPorts ports tree: textproc/angle-grinder/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment