# Installer httpyac avec Homebrew, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de httpyac pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:httpyac
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install httpyac
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#httpyac
```

  Preuve: nixpkgs package indexes: pkgs/by-name/ht/httpyac/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:httpyac
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/httpyac>
- **Version:** 6.16.7
- **Résumé source:** Quickly and easily send REST, SOAP, GraphQL and gRPC requests
- **Page d'accueil:** <https://httpyac.github.io/>
- **Docs amont:** <https://httpyac.github.io/>
- **Licence:** MIT
- **Archive source:** <https://registry.npmjs.org/httpyac/-/httpyac-6.16.7.tgz>
- **Dernière mise à jour:** 2026-07-30T16:06:27+09:00
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- httpyac (cli)
- httpyac (alias)

## Dépendances

- node

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 6.16.7
- gestionnaire mis à jour: 2026-07-30
- données locales: OK
- dépôt amont: https://httpyac.github.io/
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

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.

### Historique du projet

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`.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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.

### Sources

- 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.


## Notes de sécurité

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

- **Risque Geiger:** blue / moyen
- broad file, network, media, or database tool signal


## 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

- Unix: httpyac.config.js, .httpyac.js, .httpyac.json, package.json

## Credential files

- Unix: http-client.private.env.json, env/http-client.private.env.json
## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** httpyac
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Autres enregistrements de gestionnaires de paquets

- Nix - httpyac: normalized package name match | nixpkgs package indexes: pkgs/by-name/ht/httpyac/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Liens liés

- [Source-control packages](https://pkg.so/fr/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://pkg.so/fr/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [node](https://pkg.so/fr/brew/node/) - Runtime dependency declared by Homebrew.
- [httpie](https://pkg.so/fr/brew/httpie/) - Shares pkgdb curated category or tags: api-client, cli, developer-tools, http-client, rest.
- [resterm](https://pkg.so/fr/brew/resterm/) - Shares pkgdb curated category or tags: cli, developer-tools, graphql, grpc, rest.
- [graphqurl](https://pkg.so/fr/brew/graphqurl/) - Shares pkgdb curated category or tags: api-client, cli, developer-tools, graphql, http-client.
- [grpcurl](https://pkg.so/fr/brew/grpcurl/) - Shares pkgdb curated category or tags: api-client, cli, developer-tools, grpc.
- [grpcui](https://pkg.so/fr/brew/grpcui/) - Shares pkgdb curated category or tags: api-client, cli, developer-tools, grpc.
- [bruno-cli](https://pkg.so/fr/brew/bruno-cli/) - Shares pkgdb curated category or tags: api-client, cli, developer-tools, http-client.
- [restish](https://pkg.so/fr/brew/restish/) - Shares pkgdb curated category or tags: api-client, cli, developer-tools, rest.
- [evans](https://pkg.so/fr/brew/evans/) - Shares pkgdb curated category or tags: api-client, cli, developer-tools, grpc.
- [httpyac](https://pkg.so/fr/npm/httpyac/) - Same normalized package name appears in another local ecosystem. Shared terms: api, api-client, cli, client, graphql.
- [httpyac](https://pkg.so/fr/npm/httpyac/) - Same normalized package name in another local ecosystem.

## Combined YAML source

View the package source record on GitHub. [combined/httpyac.yml](https://github.com/mxcl/pkgdb/blob/main/combined/httpyac.yml)


## Sources

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