Skip to content

Releases: zero8dotdev/warp-cli

v0.1.0 - Initial Release

21 Feb 18:03

Choose a tag to compare

v0.1.0 - Initial Release 🎉

The Cloudflare WARP CLI is ready for general use!

What's Included

Beautiful CLI for Cloudflare WARP - Simple, intuitive commands to control your VPN from the terminal
📚 Comprehensive Documentation - Quickstart, detailed guides, installation methods, and 100+ examples
🚀 Easy Installation - One command with Homebrew or a one-liner script
🔧 Developer-Friendly - JSON output, quiet mode, and full scriptability

Installation

Homebrew (Recommended)

brew tap zero8dotdev/warp
brew install warp

One-Liner

curl -fsSL https://raw.githubusercontent.com/zero8dotdev/warp-cli/main/install-from-github.sh | bash

Clone & Build

git clone https://github.com/zero8dotdev/warp-cli.git
cd warp-cli
./install-complete.sh

Quick Start

warp up                           # Connect to WARP
warp down                         # Disconnect
warp status                       # Check status
warp exclude add example.com      # Add to split tunnel
warp --help                       # See all commands

Why Use This?

  • Intuitive commands instead of warp-cli tunnel host addwarp exclude add
  • Beautiful output with colors and clear feedback
  • JSON mode for scripting and automation
  • No GUI bloat - pure CLI, terminal-first design
  • Full WARP features - daemon still runs, all features available

Documentation

Requirements

  • macOS 10.15+ (Catalina or newer)
  • Cloudflare WARP app from App Store

Status

This is a learning project demonstrating CLI design, Rust development, and macOS system integration. Use at your own discretion. Not affiliated with Cloudflare.