Overview
Inject bullet-proof TLS into any app through a simple local HTTP API.
Complete TLS Control
Customise every handshake byte: ciphers, extensions, ALPN, and more.
Browser Emulation
Perfect Chrome, Safari, Edge, and OkHttp JA3 fingerprints by version.
Lightweight Server
Runs locally with minimal CPU footprint, handling crypto heavy-lifting for you.

Core Features
Modern TLS for devs, testers, and red-teamers.
TLS Extras
Multi-Browser Profiles
Chrome v100-136, Safari v15-18.3, Edge v101-134, Firefox v109-136, OkHttp v3.9-5, plus custom randomized profiles.
JA3/JA4 Control
Clone or craft JA3/JA4 hashes on demand, with custom fingerprint generation for maximum evasion.
Cert Bypass
Optionally skip validation for self-signed or lab targets.
Header Control
Add, delete, or mutate request/response headers.
Header Shuffle
Randomise header order to beat static rules.
Custom Profile Generation
Generate unique randomized TLS fingerprints on-demand with our custom profile feature, providing maximum evasion capabilities.
Response Intel
Expose timing, headers, and body for analysis.
Performance
Ultra-low overhead so your app stays fast.

Rust Core
Speed and memory safety, even under heavy concurrency.
Configurable Timeouts
Fine-tune connect, read, and write windows.
Connection Pool
Reuse keep-alives to slash handshake latency.
Micro-Latency
Adds microseconds, not milliseconds, to each request.
Technical Details
Designed for flexibility and easy drop-in use.
Server Architecture
Intercepts outbound HTTP, applies TLS, then forwards — transparent and local.
Processing Pipeline
Headers, proxies, TLS — all applied in a single low-latency flow.
Header & Proxy
Full CRUD on headers plus layered proxy routing.
Local-Only Security
No remote calls; sensitive data never leaves your machine.
Sample Request
GET / HTTP/1.1
x-url: https://example.com
x-profile: chrome
x-timeout: 30
x-redirect: 5
x-proxy: socks5://user:pass@host:port
x-shuffle: true
Host: 127.0.0.1:8000
Profiles
- Chrome (v100–136)
- Safari (v15–18.3)
- Edge (v101–134)
- OkHttp (v3.9–5)