macOS
brew install langgraph-clilocal Homebrew formula metadata
brew
Command-line interface for deploying apps to the LangGraph platform. Version 0.4.30 via Homebrew; verified 2026-06-21.
install
brew install langgraph-clilocal Homebrew formula metadata
nix profile install nixpkgs#langgraph-clinixpkgs package indexes · pkgs/by-name/la/langgraph-cli/package.nix · source: api.github.com
overview
Command-line interface for deploying apps to the LangGraph platform
history
LangGraph CLI is the command-line tool for creating, developing, building, and running LangGraph applications and LangGraph API servers.
LangGraph grew out of the LangChain ecosystem as lower-level infrastructure for stateful, long-running agent workflows. The LangGraph repository describes the core framework as orchestration infrastructure for durable execution, human-in-the-loop control, memory, debugging, and production deployment.
The CLI package is housed in the LangGraph monorepo under `libs/cli` and is published as the `langgraph-cli` Python package. Its project metadata describes it as a CLI for interacting with the LangGraph API, with a `langgraph` console script and dependencies for HTTP access, dotenv loading, and LangGraph SDK integration.
The CLI follows LangGraph's broader adoption among AI-agent developers: it packages local development, Docker image generation, and deployment commands behind one command name. The upstream README cites companies such as Klarna, Replit, and Elastic as LangGraph users, which made the CLI part of the operational tooling around a visible agent framework.
The docs define `langgraph.json` as the default configuration file for declaring dependencies, graphs, and environment variables. Common commands include local development, image build, deployment, starting services with Docker Compose, and generating Dockerfiles.
For package nerds, LangGraph CLI is interesting because it is not just a wrapper around a library: it is the packaging boundary between agent source trees, local service orchestration, Docker images, and hosted LangGraph deployments. Its Homebrew formula also reflects a Python AI tool being distributed as a first-class command-line utility.
security posture
No matching local secret-handling manifest was found for langgraph-cli. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
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.
Config paths the tool may read or write during local use.
langgraph.jsonCredential-bearing paths to review before unattended agent runs.
.envexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
langgraph | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/langchain-ai/langgraph
install metadata
| Package key | brew:langgraph-cli |
|---|---|
| Version | 0.4.30 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/langgraph-cli |
| Homepage | https://www.github.com/langchain-ai/langgraph |
| Repository | https://github.com/langchain-ai/langgraph |
| Upstream docs | https://docs.langchain.com/langgraph-platform/langgraph-cli |
| License | MIT |
| Source archive | https://files.pythonhosted.org/packages/f0/27/4b6a0f00c804f0b0831f741c0607b46a4cbddff14d1eab6bbd4ce5820837/langgraph_cli-0.4.30.tar.gz |
| Last updated | 2026-06-21T10:47:28Z |
| Pulse | updated |
| Dependencies | certifi, libyaml, pydantic, python@3.14 |
| Build dependencies | rust |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | langgraph-cli |
| Version Scheme | 0 |
| Revision | 2 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
langgraph-cli
nix profile install nixpkgs#langgraph-clisource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.