Automic VaultAutomic Vault

brew

使用 Homebrew, Nix 安装 httpyac

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

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install httpyac

local Homebrew formula metadata

Linux

Nix已验证 · 92%
nix profile install nixpkgs#httpyac

nixpkgs package indexes · pkgs/by-name/ht/httpyac/package.nix · 来源: api.github.com

概览

软件包摘要

Quickly and easily send REST, SOAP, GraphQL and gRPC requests

命令和别名

  • httpyac

历史

项目历史与用法

httpYac is a command-line API client centered on executable `.http` and `.rest` files. It lets developers keep REST, SOAP, GraphQL, gRPC, WebSocket, and MQTT requests in text files that can be run from the terminal.

项目历史

The AnWeber/httpyac repository was created in January 2021. Its README expands the name as 'Yet another Rest Client' and describes a CLI for executing `.http` and `.rest` files, either as individual request files or as folders of requests.

The release stream grew into a mature npm-style version line, with GitHub releases showing 6.16.x publications in 2024 and 2025. The documentation and README point to examples, a guide, a CHANGELOG, Docker images, and a command surface organized around `httpyac send` and `httpyac oauth2`.

采用历史

httpYac's adoption is tied to the editor-friendly `.http` file convention popularized by REST Client-style workflows. It gives those files a standalone CLI runner, making request collections usable in shells, scripts, and CI without opening an editor.

The input package metadata lists Homebrew and Nix packages, while the README documents npm global installation and a GHCR Docker image. That combination places httpYac in both JavaScript package culture and general CLI package-manager culture.

使用方式

Users install it with npm, Homebrew, Nix, or Docker, then run `httpyac send <fileName...>` to execute one or more `.http` files. The README documents filtering by environment, tag, name, or line, plus JSON and JUnit output modes, parallel repetition, verbosity controls, and variable injection.

The curated config paths reflect httpYac's documented configuration and environment-file conventions: project config can live in `httpyac.config.js`, `.httpyac.js`, `.httpyac.json`, or `package.json`, and private environment values are conventionally separated into `http-client.private.env.json` files.

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

httpYac is significant because it treats plain request files as the packageable unit. That makes API examples, smoke tests, and manual request collections easy to version, review, and run from a package-manager-installed CLI.

It also bridges several protocol niches that often require separate tools. For package users who want one text-file runner for REST plus GraphQL, gRPC, WebSocket, MQTT, and SOAP, httpYac occupies a practical middle ground between curl snippets and a full GUI API client.

时间线

  • 2021: GitHub repository created.
  • 2021: Early 0.3 and 0.4 GitHub releases published.
  • 2024: 6.16.0 through 6.16.4 releases published.
  • 2025: 6.16.5 through 6.16.7 releases published.

Related projects

  • VS Code REST Client-style `.http` files are the workflow family that httpYac turns into a standalone CLI experience.
  • curl and HTTPie are neighboring CLI HTTP clients, but they do not center on multi-request `.http` files in the same way.
  • Postman and Insomnia occupy the GUI API-client side of the same API-testing space.
  • grpcurl and WebSocket-specific clients overlap with individual protocol slices that httpYac includes under one runner.

来源

  • GitHub releases supply the 2021, 2024, and 2025 release timeline.
  • GitHub repository metadata supplies the creation date, description, homepage, license, and popularity signal.
  • Project docs and input curation support config and private environment-file locations.
  • The README supplies the project name, CLI purpose, protocol support, install methods, commands, options, examples, and changelog link.

安全态势

风险级别:blue

broad file, network, media, or database tool signal.

风险分类器

blue 风险 · 中 置信度 · tool

原因

  • broad file, network, media, or database tool signal

信号

  • text:http

安装行为

  • 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
httpyac.config.js.httpyac.js.httpyac.jsonpackage.json

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
http-client.private.env.jsonenv/http-client.private.env.json

可执行文件

已安装的可执行文件

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

新鲜度

版本和新鲜度

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

页面生成时间2026-07-25
管理器版本6.16.7
管理器更新时间2026-06-22
本地数据OK
上游not checked
检测到的最新版本未检测到

https://httpyac.github.io/

安装元数据

软件包元数据

软件包键brew:httpyac
版本6.16.7
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/httpyac
主页https://httpyac.github.io/
仓库https://github.com/AnWeber/httpyac
上游文档https://httpyac.github.io/guide
许可证MIT
源码归档https://registry.npmjs.org/httpyac/-/httpyac-6.16.7.tgz
最后更新2026-06-22T14:03:44-07:00
Pulseupdated
依赖node
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 Namehttpyac
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

源数据库匹配

其他软件包管理器记录

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

Nix95%

httpyac

nix profile install nixpkgs#httpyac
  • normalized package name match
  • 匹配方式:Httpyac
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ht/httpyac/package.nix from https://api.github.com/repos/NixOS/nixpkgs/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