Skip to content

cli-v0.1.1

Choose a tag to compare

@nikhilro nikhilro released this 02 Jul 03:43
· 38 commits to main since this release

Vapi CLI v0.1.1

Welcome to the v0.1.1 release of Vapi CLI!

Installation

Universal Install Script (Recommended)

curl -sSL https://vapi.ai/install.sh | bash

Package Managers

# npm
npm install -g @vapi-ai/cli

# Homebrew (macOS/Linux)
brew tap VapiAI/homebrew-tap && brew install vapi-cli

# Scoop (Windows)  
scoop bucket add vapi https://github.com/VapiAI/scoop-bucket && scoop install vapi-cli

Docker

docker run -it ghcr.io/vapiai/cli:latest --help

Manual Download

curl -sSL https://github.com/VapiAI/cli/releases/download/v0.1.1/cli_$(uname -s)_$(uname -m).tar.gz | tar xz
sudo mv vapi /usr/local/bin

Changelog

Others

  • 213bb59 �� Fix Homebrew tap configuration
  • eccc5a1 🚀 Release v0.1.1: Fix Homebrew tap distribution

Full Changelog: v0.1.0...v0.1.1


Built with ❤️ by the Vapi team