Automic VaultAutomic Vault

brew

Install awscurl with Homebrew

Curl like simplicity to access AWS resources. Version 0.44 via Homebrew; verified 2026-06-14.

install

Additional install commands

macOS

Homebrewverified ยท 100%
brew install awscurl

local Homebrew formula metadata

overview

Package summary

Curl like simplicity to access AWS resources

Commands and aliases

  • awscurl

history

Project history and usage

awscurl is a curl-like command-line tool that signs HTTP requests with AWS Signature Version 4. It is useful when an AWS service or API Gateway endpoint needs raw HTTP probing but still requires AWS authentication.

Project history

The `okigan/awscurl` repository was created in October 2015. Its README frames the project around a small Unix-tool idea: keep the shape of curl, but automate AWS request signing so users can call AWS APIs without manually building canonical requests and authorization headers.

Release history shows the project remained active beyond its early Python package life, adding Homebrew packaging around the 0.20 release in January 2020, SSO profile and redirect support in 2021, Docker images, and continued 0.x releases through 2026.

Adoption history

awscurl found a niche among AWS users who need to debug or script signed requests outside the full AWS CLI command model. The README explicitly points to PyPI, Homebrew, Docker Hub, GitHub Container Registry, AWS documentation, and Q&A usage as adoption surfaces.

Its adoption is narrower than AWS CLI but sticky: it solves the awkward middle ground where plain curl is not authenticated and a generated `aws SERVICE OPERATION` command is too high-level.

How it is used

Typical usage supplies a service name, region/profile or explicit credentials, and a URL: for example S3, EC2 query APIs, or API Gateway `execute-api` endpoints. If access keys are not passed by flag or environment, awscurl attempts to use credentials from `~/.aws/credentials`.

The tool exposes curl-like flags for methods, data, headers, redirects, output files, and TLS behavior, while adding AWS-specific options such as `--service`, `--region`, and `--profile`.

Why package nerds care

awscurl is package-nerd catnip because it is a tiny bridge between two command-line cultures: ubiquitous curl-style HTTP tooling and AWS' SigV4 authentication machinery. It packages a fiddly authentication algorithm as one executable, which is exactly the sort of thing users want from Homebrew.

It also demonstrates how AWS-adjacent tools often live outside AWS itself but still rely on official AWS credential conventions.

Timeline

  • 2015: Public GitHub repository `okigan/awscurl` created.
  • 2018: v0.13 release prepared.
  • 2020: v0.20 release adds macOS Homebrew package-manager support.
  • 2021: v0.22 release adds SSO profile and redirect support.
  • 2026: v0.44 release published.

Related projects

  • AWS CLI provides higher-level generated AWS service commands.
  • curl provides the familiar HTTP command-line interaction model.
  • aws-sigv4-proxy and other SigV4 helpers solve adjacent signed-request problems.

security posture

No protected-tool coverage found yet

No matching local secret-handling manifest was found for awscurl. Nucleus package metadata is still published here so future coverage has a stable package URL.

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 16 runtime dependencies.
  • Build metadata lists 1 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

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.

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.aws/credentials

executables

Installed executables

CommandKindExposureNote
awscurlcliglobal executable

freshness

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

page generated2026-07-08
manager version0.44
manager updated2026-06-14
local dataok
upstreamnot checked
latest detectednot detected

https://github.com/okigan/awscurl

install metadata

Package metadata

Package keybrew:awscurl
Version0.44
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/awscurl
Homepagehttps://github.com/okigan/awscurl
Repositoryhttps://github.com/okigan/awscurl
Upstream docshttps://github.com/okigan/awscurl#readme
LicenseMIT
Source archivehttps://files.pythonhosted.org/packages/c8/77/7da6af880d56aed4a4023bb7c725e15c72a3088afd729ffd373eed0f5a18/awscurl-0.44.tar.gz
Last updated2026-06-14T10:19:12Z
Pulseupdated
Dependenciesaws-c-auth, aws-c-cal, aws-c-common, aws-c-compression, aws-c-event-stream, aws-c-http, aws-c-io, aws-c-mqtt, aws-c-s3, aws-c-sdkutils, aws-checksums, certifi, cryptography, openssl@3, python@3.14, s2n
Build dependenciescmake
Uses from macOSlibffi
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

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

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • 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
  • package relationship graph
  • package version freshness
  • package-page enrichment