# Installer storj-uplink avec Homebrew, Nix, winget

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

## installation

```sh
sudo av install brew:storj-uplink
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install storj-uplink
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#storj-uplink
```

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

### Windows

- winget (92%):

```sh
winget install --id Storj.Uplink -e
```

  Preuve: Windows Package Manager source index: Storj.Uplink from https://cdn.winget.microsoft.com/cache/source.msix

## Faits du paquet

- **Clé du paquet:** brew:storj-uplink
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.161.2
- **Résumé source:** Uplink CLI for the Storj network
- **Page d'accueil:** <https://storj.io>
- **Dépôt:** <https://github.com/storj/storj>
- **Dernière mise à jour:** 2026-07-30T13:23:08Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- uplink (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

Storj Uplink CLI is the command-line client for Storj object storage. It gives package-manager users a native `uplink` binary for setting up access, managing buckets, and copying or sharing objects on the Storj network.

### Historique du projet

The Storj repository describes Storj v3 as a distributed cloud storage network and S3-compatible platform whose files are encrypted, split into pieces, and stored across a distributed network. The Uplink CLI docs present `uplink` as the command-line application for accessing Object Storage.

### Historique d'adoption

The official docs organize Uplink as a full CLI API with install, setup, access, import, copy, list, bucket, metadata, move, remove, and share commands. The supplied package metadata shows Homebrew, Nix, and Windows winget packaging, reflecting the need for a cross-platform storage client.

### Modes d'utilisation

`uplink setup` creates a config file, imports an API key or access grant, records the satellite address, and asks for an encryption passphrase. The command set then covers bucket creation, object upload/download, listing, metadata, removal, and restricted sharing.

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

Storj Uplink is significant because decentralized object storage still needs boring packageable client tooling. Package users care about it as the reproducible, scriptable bridge between shell workflows and Storj's access-grant and client-side-encryption model.

### Chronologie

- 2019: Storj wiki history shows Uplink CLI documentation updates during v3-era development.
- Current: Storj docs publish Uplink CLI as the native CLI tool for Storj Object Storage.
- 2026: GitHub repository page shows ongoing Storj v3 development and hundreds of releases.

### Related projects

- The Storj repository links the Uplink library and S3 Gateway documentation as adjacent developer and compatibility surfaces. The CLI docs also connect Uplink access grants with bucket and object commands.

### Sources

- <https://github.com/storj/storj>
- <https://github.com/storj/storj/wiki/Uplink-CLI/_history>
- <https://storj.dev/dcs/api/uplink-cli>
- <https://storj.dev/dcs/api/uplink-cli/setup-command>
- input.source_facts.package-manager


## Notes de sécurité

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



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

- Linux: ~/.config/storj/uplink/access.json
## Autres enregistrements de gestionnaires de paquets

- Nix - storj-uplink: normalized package name match | nixpkgs package indexes: pkgs/by-name/st/storj-uplink/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- winget - Storj.Uplink: normalized package name match | Windows Package Manager source index: Storj.Uplink from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

View the package source record on GitHub. [combined/storj-uplink.yml](https://github.com/mxcl/pkgdb/blob/main/combined/storj-uplink.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
