Skip to content

Installation

Harvey Randall edited this page Apr 5, 2026 · 2 revisions

Installation

npm / yarn / pnpm / bun

Requires Node.js >= 22.

npm install -g bsky-cli
yarn global add bsky-cli
pnpm add -g bsky-cli
bun add -g bsky-cli

Homebrew (macOS / Linux)

brew install harveyrandall/tools/bsky-cli

Standalone binary

Download from GitHub Releases.

Binaries are available for:

  • macOS (arm64, x64)
  • Linux (arm64, x64)
  • Windows (x64)

curl installer

curl -fsSL https://raw.githubusercontent.com/harveyrandall/bsky-cli/main/install.sh | sh

Verifies SHA256 checksums automatically.

Build from source

git clone https://github.com/harveyrandall/bsky-cli.git
cd bsky-cli
corepack enable
yarn install
yarn build
yarn link:global

Clone this wiki locally