# Install storj-uplink with Homebrew, Nix, winget

Uplink CLI for the Storj network. Version 1.161.2 via Homebrew; verified 2026-07-30. Also installable with nix: nix profile install nixpkgs#storj-uplink.

## Install

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

Additional install commands:

### macOS

- Homebrew (100%):

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

  Evidence: local Homebrew formula metadata

### Linux

- Nix (92%):

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

  Evidence: 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
```

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

## Package facts

- **Package key:** brew:storj-uplink
- **Package manager:** Homebrew
- **Version:** 1.161.2
- **Source summary:** Uplink CLI for the Storj network
- **Homepage:** <https://storj.io>
- **Repository:** <https://github.com/storj/storj>
- **Last updated:** 2026-07-30T13:23:08Z
- **Generated:** 2026-08-03T19:37:03+00:00

## Executables

- uplink (alias)

## Install behavior

- Bottle: not available

## Freshness

- Page generated: 2026-08-03
- Package-manager version: 1.161.2
## Project history and usage

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.

### Project history

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.

### Adoption history

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.

### How it is used

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

### Why package nerds care

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.

### Timeline

- 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


## Security Notes

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



## 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
## Other Package-Manager Records

- 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
