✨ Open Source 🚀 Fast & Lightweight

Debug HTTP Requests
Like a Pro

Peek is a modern, lightning-fast HTTP inspector and API debugging tool for developers who care about speed and simplicity. Test REST APIs, inspect HTTP headers, analyze JSON/XML responses, and debug network issues — all in a beautiful, intuitive interface. Built with Rust for maximum performance.

10ms
Average response
Cross-platform
macOS, Linux, Windows
MIT
Open source license
peek — Response Inspector
GET https://api.github.com/users/ropean 200 OK
Content-Type: application/json
Server IP: 140.82.121.6
Response Time: 127ms

{
  "login": "ropean",
  "name": "Ropean",
  "public_repos": 42,
  "followers": 1337
}
                

Everything You Need for HTTP API Debugging

Powerful HTTP inspection features wrapped in a simple, intuitive interface designed for modern developers

Lightning Fast

Built with Rust for maximum performance. Zero latency, instant responses, minimal memory footprint.

SSL/TLS Support

Full HTTPS support with certificate validation. Toggle SSL verification for development environments.

Custom Headers

Add any custom headers, authentication tokens, and configure advanced request parameters.

Response Formatting

Automatic JSON, XML, and HTML formatting. Syntax highlighting for easy reading.

Network Insights

View DNS resolution, IP addresses, response times, and detailed connection information.

Batch Requests

Run multiple requests in parallel with configurable concurrency limits via CLI.

Automate HTTP Testing with CLI

The same powerful HTTP inspection engine, now scriptable and automation-ready. Perfect for CI/CD pipelines, API monitoring, load testing, and automated workflows. Integrate peek into your development pipeline.

Simple command syntax
JSON output for parsing
Batch processing support
Concurrency control
terminal

$ peek https://api.github.com
# Quick GET request

$ peek -X POST -H "Content-Type: application/json" \
  -d '{"key":"value"}' https://api.example.com
# POST with custom headers

$ peek batch -c 10 -f json urls.txt
# Batch process 10 concurrent requests

✓ Processed 150 requests in 2.3s
              

Download peek HTTP Inspector - Free for All Platforms

Choose your operating system and start debugging HTTP requests, testing APIs, and inspecting network traffic today. 100% free and open source. Version 1.1.4 now available.

macOS HTTP Inspector

Optimized for Apple Silicon. Native performance for HTTP debugging on M1/M2/M3 Macs.

Download for macOS (ARM64)
macOS 11.0 or later • 4.92 MB
Also available: Intel x64 (5.58 MB)

Linux HTTP Inspector

Universal binary for modern Linux distributions. Works on Ubuntu, Fedora, Arch, and more.

Download for Linux (x64)

Windows HTTP Inspector

Portable executable - no installation needed. Double-click to launch GUI, or use from command line.

Download for Windows (x64)
Windows 10/11 • 2.34 MB
Also available: x86 32-bit (2.14 MB)

Prefer to build from source? Check out the GitHub repositoryView all releases

Ready to Transform Your HTTP Debugging Workflow?

Join thousands of developers worldwide who trust peek for fast, reliable HTTP inspection and API testing. Start debugging like a pro today.