# Installer granted avec Homebrew, Nix, scoop

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

## installation

```sh
sudo av install brew:granted
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install granted
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#granted
```

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

### Windows

- Scoop (92%):

```sh
scoop install main/granted
```

  Preuve: Scoop official bucket manifest trees: bucket/granted.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:granted
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.39.0
- **Résumé source:** Easiest way to access your cloud
- **Page d'accueil:** <https://granted.dev/>
- **Dépôt:** <https://github.com/fwdcloudsec/granted>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- assume (alias)
- assume.fish (alias)
- assumego (alias)
- granted (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.39.0
## Historique du projet et usages

Granted is a command-line tool for cloud access, focused on AWS role assumption, AWS SSO workflows, browser-based console access, and safer handling of cached credentials.

### Historique du projet

The Granted README and docs describe the project as a CLI that simplifies access to cloud roles and lets users open multiple cloud accounts in a browser. Its goals are fast role discovery and assumption, browser isolation for simultaneous accounts, and encrypted cached credentials to avoid plaintext SSO tokens on disk.

Granted is developed under the fwdcloudsec GitHub organization and is documented through the Common Fate/Granted documentation site. The repository structure separates the granted management command and assume role-assumption workflow.

### Historique d'adoption

Granted fits teams with many AWS accounts, especially organizations using AWS SSO/IAM Identity Center. Its adoption is driven by reducing friction around profile selection, browser sessions, and short-lived role credentials.

The Homebrew package is useful because the tool lives directly in shell workflows: users run assume, integrate it with AWS config and credentials files, and pair it with browsers and keychains rather than a server process.

### Modes d'utilisation

Users configure AWS profiles, run assume to select and assume a role, export credentials for terminal commands, or open cloud consoles in separate browser contexts. The docs recommend AWS SSO because it avoids long-lived IAM credentials on a device.

Granted also intersects with package-manager and OS security details because it can use platform credential stores and must behave correctly across macOS, Linux, Windows, shells, and browsers.

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

Granted is significant as a security-adjacent CLI package: it is small, but it touches AWS config conventions, credential files, shell initialization, browser integration, and OS credential stores. Those edges make packaging quality visible to day-to-day cloud operators.

### Chronologie

- 2024: Discussions and issues show active use around AWS SSO profile and keychain workflows.
- 2026: The GitHub repository listed hundreds of commits and over a thousand stars, indicating a mature niche CLI package.

### Related projects

- AWS CLI and AWS IAM Identity Center are the primary external systems.
- Browser container/profile features, OS keychains, and shell integrations are part of the user workflow.
- Common Fate documentation and fwdcloudsec source control are the official project surfaces.

### Sources

- <https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sso.html>
- <https://docs.commonfate.io/granted/introduction>
- <https://docs.granted.dev/security>
- <https://github.com/fwdcloudsec/granted>


## Notes de sécurité

infrastructure mutation or orchestration signal.

- **Risque Geiger:** orange / moyen
- infrastructure mutation or orchestration signal


## 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.


## Configuration files

- Unix: ~/.granted, ~/.aws/config
- Windows: %USERPROFILE%/.granted, %UserProfile%\.aws\config

## Credential files

- Unix: ~/.aws/credentials
- Windows: %UserProfile%\.aws\credentials
## Autres enregistrements de gestionnaires de paquets

- Nix - granted: normalized package name match | nixpkgs package indexes: pkgs/by-name/gr/granted/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Scoop - main/granted: normalized package name match | Scoop official bucket manifest trees: bucket/granted.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/granted.yml](https://github.com/mxcl/pkgdb/blob/main/combined/granted.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
