Introduction
Get started with Tabby - a powerful terminal-based HTTP testing tool
Welcome to Tabby
Tabby is a powerful terminal-based HTTP testing tool with automated data generation, loop mode for stress testing, and template support. Think of it as curl, but better.
Features
- Template Placeholders - Use
{{name}},{{email}},{{uuid}}and more for dynamic data - Loop Mode - Run requests multiple times for stress testing
- JSON Support - First-class JSON body support with template files
- Simple CLI - Intuitive command-line interface
Quick Start
Installation
From AUR (Arch Linux)
Go (latest)
Basic Usage
Make a simple GET request:
Make a POST request with JSON body:
Playground
Try Tabby directly in your browser with the Playground!
- Test GET and POST requests interactively
- Experiment with template placeholders
- No installation required
Perfect for demos, quick tests, and learning Tabby’s features.