🍺 BREW Explorer

← all formulae

aws-c-io

brew install aws-c-io v0.27.2 Apache-2.0

C library providing event-driven I/O and TLS handling for AWS SDK application protocols.

Why you might care

This is a foundational build dependency for AWS SDK for C and other AWS C libraries, not a standalone CLI tool. It abstracts cross-platform networking, async I/O, and TLS so protocol implementations (HTTP, etc.) don't repeat this work. Use it if you're building C applications that need high-performance, lightweight I/O with built-in cryptographic transport security.

Categories

Alternatives

libuv libcurl OpenSSL
5.1k
30-day installs · #586
12.8k
90-day · #711
64.8k
365-day · #567
133
★ GitHub stars · updated 3d ago

Runtime dependencies

Build dependencies

GitHub topics

hacktoberfest

Links

Blurb generated by claude-haiku-4-5 on today.

Raw metadata
{
  "aliases": [],
  "alternatives": [
    "libuv",
    "libcurl",
    "OpenSSL"
  ],
  "build_dependencies": [
    "cmake"
  ],
  "categories": [
    "library",
    "binding"
  ],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "aws-c-cal",
    "aws-c-common",
    "openssl@3",
    "s2n"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Event driven framework for implementing application protocols",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:35:40+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "aws-c-io",
  "github_default_branch": "main",
  "github_last_commit_at": "2026-06-17T21:29:25Z",
  "github_readme_excerpt": "## AWS-C-IO\n\nThis is a module for the AWS SDK for C. It handles all IO and TLS work for application protocols.\n\naws-c-io is an event driven framework for implementing application protocols. It is built on top of\ncross-platform abstractions that allow you as a developer to think only about the state machine and API\nfor your protocols. A typical use-case would be to write something like Http on top of asynchronous-io\nwith TLS already baked in. All of the platform and security concerns are already handled for you.\n\nIt is designed to be light-weight, fast, portable, and flexible for multiple domain use-cases such as:\nembedded, server, client, and mobile.\n\n## License\n\nThis library is licensed under the Apache 2.0 License.\n\n## Usage\n\n### Building\n\nCMake 3.9+ is required to build.\n\n`\u003cinstall-path\u003e` must be an absolute path in the following instructions.\n\n#### Linux-Only Dependencies\n\nIf you are building on Linux, you will need to build aws-lc and s2n-tls first.\n\n```\ngit clone git@github.com:awslabs/aws-lc.git\ncmake -S aws-lc -B aws-lc/build -DCMAKE_INSTALL_PREFIX=\u003cinstall-path\u003e\ncmake --build aws-lc/build --target install\n\ngit clone git@github.com:aws/s2n-tls.git\ncmake -S s2n-tls -B s2n-tls/build -DCMAKE_INSTALL_PREFIX=\u003cinstall-path\u003e -DCMAKE_PREFIX_PATH=\u003cinstall-path\u003e\ncmake --build s2n-tls/build --target install\n```\n\n#### Building aws-c-io and Remaining Dependencies\n\n```\ngit clone git@github.com:awslabs/aws-c-common.git\ncmake -S aws-c-common -B aws-c-common/build -DCMAKE_INSTALL_PREFIX=\u003cinstall-path\u003e\ncmake --build aws-c-common/build --target install\n\ngit clone git@github.com:awslabs/aws-c-cal.git\ncmake -S aws-c-cal -B aws-c-cal/build -DCMAKE_INSTALL_PREFIX=\u003cinstall-path\u003e -DCMAKE_PREFIX_PATH=\u003cinstall-path\u003e\ncmake --build aws-c-cal/build --target install\n\ngit clone git@github.com:awslabs/aws-c-io.git\ncmake -S aws-c-io -B aws-c-io/build -DCMAKE_INSTALL_PREFIX=\u003cinstall-path\u003e -DCMAKE_PREFIX_PATH=\u003cinstall-path\u003e\ncmake --build aws-c-io/build --target install\n```\n\n### Usage Patterns\n",
  "github_repo": "awslabs/aws-c-io",
  "github_stars": 133,
  "github_topics": [
    "hacktoberfest"
  ],
  "homepage": "https://github.com/awslabs/aws-c-io",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 5124,
  "installs_365d": 64842,
  "installs_90d": 12814,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "Apache-2.0",
  "llm_generated_at": "2026-06-20T23:45:48+00:00",
  "llm_model": "claude-haiku-4-5",
  "name": "aws-c-io",
  "oldnames": [],
  "one_liner": "C library providing event-driven I/O and TLS handling for AWS SDK application protocols.",
  "optional_dependencies": [],
  "rank_30d": 586,
  "rank_365d": 567,
  "rank_90d": 711,
  "raw_hash": "b354b11ecc5d4237",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/a/aws-c-io.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": null,
  "version_stable": "0.27.2",
  "versioned_formulae": [],
  "why_use_this": "This is a foundational build dependency for AWS SDK for C and other AWS C libraries, not a standalone CLI tool. It abstracts cross-platform networking, async I/O, and TLS so protocol implementations (HTTP, etc.) don\u0027t repeat this work. Use it if you\u0027re building C applications that need high-performance, lightweight I/O with built-in cryptographic transport security."
}