# Installer aws-lc avec Homebrew, apk, Nix, zypper

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

## installation

```sh
sudo av install brew:aws-lc
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install aws-lc
```

  Preuve: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add aws-lc
```

  Preuve: Alpine Linux edge package indexes: aws-lc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#aws-lc
```

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

- zypper (92%):

```sh
sudo zypper install aws-lc
```

  Preuve: openSUSE Tumbleweed package metadata: aws-lc from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

## Faits du paquet

- **Clé du paquet:** brew:aws-lc
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/aws-lc>
- **Version:** 5.1.0
- **Résumé source:** General-purpose cryptographic library
- **Page d'accueil:** <https://github.com/aws/aws-lc>
- **Dépôt:** <https://github.com/aws/aws-lc>
- **Docs amont:** <https://github.com/aws/aws-lc#readme>
- **Licence:** Apache-2.0 AND ISC AND OpenSSL AND MIT AND BSD-3-Clause
- **Archive source:** <https://github.com/aws/aws-lc/archive/refs/tags/v5.1.0.tar.gz>
- **Dernière mise à jour:** 2026-06-26T23:43:43Z
- **Généré:** 2026-07-08T07:18:31+00:00

## exécutables

- bssl (cli)
- c_rehash (cli)
- bssl (alias)
- c_rehash (alias)

## Dépendances de compilation

- cmake
- go

## Bibliothèques fournies par macOS

- perl

## Comportement d'installation

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

## Version et fraîcheur

- page générée: 2026-07-08
- version du gestionnaire: 5.1.0
- gestionnaire mis à jour: 2026-06-26
- données locales: OK
- dépôt amont: https://github.com/aws/aws-lc
- dernière version détectée: v5.1.0 (à jour)
## Historique du projet et usages

AWS-LC is Amazon's libcrypto/libssl distribution for AWS and customer use: a general-purpose cryptographic library based on BoringSSL and OpenSSL, packaged as a C/C++ library rather than an end-user command-line application.

### Historique du projet

The project presents itself as maintained by the AWS Cryptography team and explicitly traces its code lineage to Google's BoringSSL and OpenSSL. Its git history preserves older imported upstream commits, but AWS-specific work appears in 2020, with early tags such as v0.1-alpha and v0.1-beta in September 2020.

AWS-LC's stated goal is to maintain a secure libcrypto compatible with software and applications used at AWS, while also giving the AWS Cryptography team a public home for open-source cryptographic contributions and enhancements.

### Historique d'adoption

AWS-LC is aimed at infrastructure and language/runtime consumers that need an OpenSSL-like API surface, tuned implementations, FIPS work, and CI coverage across AWS-relevant platforms. Its Homebrew formula also exposes command-line utilities such as bssl and c_rehash for developers who want the library toolchain locally.

Package-manager adoption matters here because replacing or supplementing OpenSSL-family libraries is operationally sensitive: downstream packages care about ABI/API compatibility, FIPS status, CPU optimizations, and whether the library is available through system package channels.

### Modes d'utilisation

Typical use is as a build dependency or embedded TLS/crypto provider. The README points users to BUILDING.md for dependencies and build options, public headers for API documentation, PORTING.md for OpenSSL migration, and FIPS.md for FIPS-specific builds.

AWS-LC includes portable C implementations plus optimized assembly for selected x86 and Arm processors, and documents supported platforms including Linux, macOS, Windows, Android, and iOS.

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

For package maintainers, AWS-LC is interesting because it sits in the BoringSSL/OpenSSL family but is packaged as an AWS-maintained crypto library with formal verification references, FIPS artifacts, and active cross-platform CI. That makes the formula more like infrastructure plumbing than a standalone app.

### Chronologie

- 2020: AWS-specific AWS-LC commits and alpha/beta tags appear in the public repository.
- 2021: v0.0.1 and FIPS-related tags appear.
- 2022: v1.x releases continue alongside AWS-LC-FIPS tags.
- 2026: v5.x tags show the project remains actively released.

### Related projects

- BoringSSL and OpenSSL are the stated code bases AWS-LC is based on.
- AWS-LC Formal Verification and s2n-bignum are referenced by the README for verified cryptographic code paths.

### Sources

- <https://github.com/aws/aws-lc#readme>
- <https://github.com/aws/aws-lc/blob/main/BUILDING.md>
- <https://github.com/aws/aws-lc/blob/main/PORTING.md>
- <https://github.com/aws/aws-lc/blob/main/crypto/fipsmodule/FIPS.md>
- official git history and tags from https://github.com/aws/aws-lc


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour aws-lc. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.


## Détails de la base source

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

## Autres enregistrements de gestionnaires de paquets

- Nix - aws-lc: normalized package name match | nixpkgs package indexes: pkgs/by-name/aw/aws-lc/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - aws-lc - 5.0.0-r0: normalized package name match | Alpine Linux edge package indexes: aws-lc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | General-purpose cryptographic library based on BoringSSL and OpenSSL | https://github.com/aws/aws-lc
- apk - aws-lc-dev - 5.0.0-r0: normalized package name match | Alpine Linux edge package indexes: aws-lc-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | General-purpose cryptographic library based on BoringSSL and OpenSSL (development files) | https://github.com/aws/aws-lc
- apk - aws-lc-tools - 5.0.0-r0: normalized package name match | Alpine Linux edge package indexes: aws-lc-tools from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | General-purpose cryptographic library based on BoringSSL and OpenSSL (tools) | https://github.com/aws/aws-lc
- zypper - aws-lc - 5.0.0-1.1: normalized package name match | openSUSE Tumbleweed package metadata: aws-lc from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Checksums package for AWS SDK for C | https://github.com/aws/aws-lc
- zypper - aws-lc-benchmark - 5.0.0-1.1: normalized package name match | openSUSE Tumbleweed package metadata: aws-lc-benchmark from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Benchmarktool for aws-lc | https://github.com/aws/aws-lc
- zypper - aws-lc-devel - 5.0.0-1.1: normalized package name match | openSUSE Tumbleweed package metadata: aws-lc-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | AWS-LC development headers | https://github.com/aws/aws-lc
- zypper - libcrypto-awslc0 - 5.0.0-1.1: normalized package name match | openSUSE Tumbleweed package metadata: libcrypto-awslc0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Crypto library for aws-lc | https://github.com/aws/aws-lc
- zypper - libssl-awslc0 - 5.0.0-1.1: normalized package name match | openSUSE Tumbleweed package metadata: libssl-awslc0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Library file for aws-lc | https://github.com/aws/aws-lc


## Liens liés

- [Cloud CLI packages](https://www.automicvault.com/fr/pkg/cloud-clis/) - Belongs to a cloud or infrastructure command family.
- [Source-control packages](https://www.automicvault.com/fr/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/fr/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [cmake](https://www.automicvault.com/fr/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [go](https://www.automicvault.com/fr/pkg/brew/go/) - Build dependency declared by Homebrew.
- [amazon-ecs-cli](https://www.automicvault.com/fr/pkg/brew/amazon-ecs-cli/) - Shares av.db curated category or tags: aws, cli, cloud-infrastructure.
- [aws-amplify](https://www.automicvault.com/fr/pkg/brew/aws-amplify/) - Shares av.db curated category or tags: aws, cli, cloud-infrastructure.
- [aws-cdk](https://www.automicvault.com/fr/pkg/brew/aws-cdk/) - Shares av.db curated category or tags: aws, cli, cloud-infrastructure.
- [aws-console](https://www.automicvault.com/fr/pkg/brew/aws-console/) - Shares av.db curated category or tags: aws, cli, cloud-infrastructure.
- [aws-elasticbeanstalk](https://www.automicvault.com/fr/pkg/brew/aws-elasticbeanstalk/) - Shares av.db curated category or tags: aws, cli, cloud-infrastructure.
- [aws-es-proxy](https://www.automicvault.com/fr/pkg/brew/aws-es-proxy/) - Shares av.db curated category or tags: aws, cli, cloud-infrastructure.
- [aws-google-auth](https://www.automicvault.com/fr/pkg/brew/aws-google-auth/) - Shares av.db curated category or tags: aws, cli, cloud-infrastructure.
- [aws-iam-authenticator](https://www.automicvault.com/fr/pkg/brew/aws-iam-authenticator/) - Shares av.db curated category or tags: aws, cli, cloud-infrastructure.

## Combined YAML source

View the package source record on GitHub. [combined/aws-lc.yml](https://github.com/automic-vault/db/blob/main/combined/aws-lc.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
