vault

officialscriptablepopularcautionsecuritybrew

HashiCorp · Secrets, identity, and pki from the terminal.

$ brew tap hashicorp/tap && brew install hashicorp/tap/vault
One-liner to try
$ vault server -dev

Agent pack

Copy into an agent

A markdown-ready setup brief with install, verify, safe starting commands, and guardrails for AI agents.

Open .mdJSON
Readiness
Great for agents · 75/100
Verify
vault --help
Agent URL
/cli/vault/agent.md

Quick reference

Install
brew tap hashicorp/tap && brew install hashicorp/tap/vault
Verify
vault --help
First command
vault server -dev
Machine JSON
/cli/vault.json

About

The official CLI from HashiCorp. Secrets, identity, and pki from the terminal. Supports structured output — good for scripts and agents.

Example workflow

1. vault server -dev

Alternatives worth considering