Skip to main content
This feature is in public preview.
This document describes how to install the Pinecone CLI on your local machine.

Platforms

Pinecone’s CLI is available for the following platforms:
  • macOS: Intel (x86_64) and Apple Silicon (ARM64)
  • Linux: x86_64, ARM64, and i386 architectures
  • Windows: x86_64 and i386 architectures

Installation

Homebrew (macOS)

The most convenient way to install the CLI on Mac:
brew tap pinecone-io/tap
brew install pinecone-io/tap/pinecone
To upgrade to the latest version:
brew update
brew upgrade pinecone

Direct download (all platforms)

Pre-built binaries for all supported platforms are available on the GitHub Releases page.

Build from source

To build from source, see the CONTRIBUTING.md file for detailed instructions. To build from source, you need Go v1.23+.