The .http Client
Built for Developers

A lightweight, fast, and offline-first HTTP debugging tool with first-class support for .http files. No account required. No telemetry. Just you and your APIs.

Kvile
Kvile
โฑ ๐ŸŒ™ โš™
Environment
๐Ÿ“ my-api-project
COLLECTIONS
๐Ÿ“‚ auth/
๐Ÿ“„ login.http
POST Login User
GET Get Profile
๐Ÿ“‚ users/
๐Ÿ“„ crud.http
login.http ร—
crud.http ร—
POST /api/auth/login
1### Login User
2POST {{baseUrl}}/api/auth/login
3Content-Type: application/json
4
5{
6 "email": "user@example.com",
7 "password": "secret123"
8}
200 OK 156ms ยท 1.2 KB
{
  "token": "eyJhbGciOiJIUzI1...",
  "user": {
    "id": 1,
    "email": "user@example.com"
  }
}
โ— Connected โฑ 156ms ๐ŸŸข Development v0.1.0

Built for Modern Development

Everything you need to test and debug APIs, nothing you don't.

First-Class .http Support

Native support for JetBrains HTTP Client, VS Code REST Client, and Kulala formats.

Lightning Fast

Built with Tauri and Rust. Sub-second startup, native performance on all platforms.

Privacy First

No accounts, no telemetry, no cloud sync. Your API requests stay on your machine.

Dual Editor Mode

Monaco Editor for code lovers, visual form editor for quick edits.

Pre/Post Scripts

JavaScript scripting for assertions, variable extraction, and dynamic request modification.

Request History

SQLite-backed history with search. Never lose a request again.

Why Choose Kvile?

See how Kvile compares to other popular API clients.

Feature Kvile Postman Bruno Insomnia
.http file support First-class Import only No Limited
Offline-first Yes No Yes Limited
Account required No Yes No No
Open source MIT No MIT No
Git-friendly format Yes No Yes No
Telemetry None Yes None Optional

Get Started with Kvile

Download for your platform and start testing APIs in seconds.

Source available on GitHub