Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.11 KB

File metadata and controls

56 lines (39 loc) · 1.11 KB
title Installation
description How to install Bivvy

Installation

Bivvy can be installed via several methods. All methods install the same native binary -- choose whichever fits your workflow.

Quick Install (Recommended)

curl -fsSL https://bivvy.dev/install | sh

See curl install docs for options and troubleshooting.

Other Methods

Method Command Notes
Homebrew brew install https://raw.githubusercontent.com/bivvy-dev/bivvy/main/dist/homebrew/bivvy.rb macOS/Linux
Cargo cargo install bivvy Requires Rust 1.93+
gem gem install bivvy Ruby 2.7+
pip pip install bivvy Python 3.8+

Supported Platforms

Platform Architecture
Linux x64, arm64
macOS x64 (Intel), arm64 (Apple Silicon)
Windows x64

Verify Installation

After installing, verify it works:

bivvy --version

Next Steps

Initialize configuration in your project:

bivvy init

Run setup:

bivvy run