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.
1
2POST {{baseUrl}}/api/auth/login
3: application/json
4
5{
7 "password": "secret123"
8}
{
"token": "eyJhbGciOiJIUzI1...",
"user": {
"id": 1,
}
}
● 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