# Install osc-cli with Homebrew, Nix

Official Outscale CLI providing connectors to Outscale API. Version 1.11.0 via Homebrew; verified 2026-07-17. Also installable with nix: nix profile install nixpkgs#osc-cli.

## Install

```sh
sudo av install brew:osc-cli
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install osc-cli
```

  Evidence: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#osc-cli
```

  Evidence: nixpkgs package indexes: pkgs/by-name/os/osc-cli/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Package facts

- **Package key:** brew:osc-cli
- **Package manager:** Homebrew
- **Version:** 1.11.0
- **Source summary:** Official Outscale CLI providing connectors to Outscale API
- **Homepage:** <https://github.com/outscale/osc-cli>
- **Last updated:** 2026-07-17T19:51:56+09:00
- **Generated:** 2026-08-03T19:37:03+00:00

## Executables

- osc-cli (alias)

## Install behavior

- Bottle: not available

## Freshness

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

OSC CLI is 3DS OUTSCALE's command-line client for its cloud APIs. The official documentation describes it as a CLI developed by 3DS OUTSCALE for managing OUTSCALE Cloud resources, compatible with the OUTSCALE API and AWS-compliant APIs.

### Project history

GitHub records outscale/osc-cli as created on 2019-01-10. The project shipped as a Python package/SDK, Homebrew formula, AppImage, and Windows zip, giving OUTSCALE users a scriptable interface around cloud API calls.

The README marks osc-cli as deprecated and no longer actively maintained, recommending octl as OUTSCALE's maintained successor CLI. That changes the package's historical role from primary vendor CLI to legacy compatibility tooling.

### Adoption history

Public adoption evidence is mostly vendor-bounded: the tool serves users of OUTSCALE Cloud rather than a general cloud ecosystem. Its release history shows packaged binaries and the osc-sdk Python distribution, but the upstream project itself points new feature work toward octl.

### How it is used

Users configure credentials and region data in ~/.osc/config.json, then invoke commands in the form osc-cli SERVICE CALL with optional profile and call parameters. The docs and README show usage such as osc-cli api ReadVms for API requests.

### Why package nerds care

OSC CLI is notable as a vendor cloud CLI that doubled as an SDK package. Package nerds care mostly because its deprecation illustrates a common lifecycle: cloud providers publish a thin API wrapper, package it for several platforms, then replace it with a newer CLI when API shape or UX expectations change.

### Timeline

- 2019-01-10: GitHub repository created.
- 2021-11-22: release v1.7.1 published with AppImage, zip, and Python package artifacts.
- 2023-06-29: release v1.11.0 published.
- After v1.11.0: README marks osc-cli deprecated and directs users to octl.

### Related projects

- octl is the successor recommended by OUTSCALE. oapi-cli is another OUTSCALE CLI focused on interacting with OUTSCALE APIs.

### Sources

- <https://api.github.com/repos/outscale/osc-cli>
- <https://api.github.com/repos/outscale/osc-cli/releases>
- <https://docs.outscale.com/en/userguide/Installing-and-Configuring-OSC-CLI.html>
- <https://formulae.brew.sh/formula/osc-cli>
- <https://github.com/outscale/oapi-cli>
- <https://github.com/outscale/octl>
- <https://github.com/outscale/osc-cli>
- <https://pypi.org/project/osc-sdk/>
- <https://raw.githubusercontent.com/outscale/osc-cli/main/README.md>


## Security Notes

No matching local secret-handling manifest was found for osc-cli. 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.


## Configuration files

- Unix: ~/.osc/config.json

## Credential files

- Unix: ~/.osc/config.json
## Other Package-Manager Records

- Nix - osc-cli: normalized package name match | nixpkgs package indexes: pkgs/by-name/os/osc-cli/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

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