NVELOX KERNEL V4.2.0 :: STABLE

The
Unified
Edge.

High-performance infrastructure for modern web.
The ultimate local proxy engine. The global edge platform.

$
curl -sSL https://install.nvelox.sh | sh

Two Powerful Tools.
One Ecosystem.

Choose your deployment model or combine both for maximum flexibility.

Nvelox Proxy

Local Engine

Offline-first reverse proxy. Handles 100k+ concurrent connections on minimal hardware. Written in Rust for maximum performance.

$ nvelox serve --port 8080
→ Proxying localhost:8080
→ Latency: 0.04ms
→ Connections: 100,000+

Nvelox Beam

Cloud Platform

Ingress-as-a-Service. Secure tunnels, API Gateway, and global edge hosting. Deploy in seconds.

beam.nvelox.com Live
api.production.app
TLS 1.3 WAF Active
0
K+ Concurrent Connections
0
ms Latency
0
Global Regions
0
% Uptime

System Architecture

Built with Rust. Designed for performance. Engineered for scale.

Zero-Cost Abstraction

Our engine introduces less than 0.5ms of overhead. Memory safe, thread safe, and completely garbage-collection free.

Nvelox

TLS 1.3 Default

Every tunnel and proxy connection is encrypted automatically. Zero-config Let's Encrypt integration with automatic certificate rotation.

Auto-Managed Security

24 Global Regions

Deploy your tunnels to the edge closest to your users. Low latency routing via our Anycast network.

JSON API

Programmable Traffic Policy

Define complex lifecycle rules. Inject headers, rewrite paths, and enforce rate limits using our visual policy engine or raw JSON API.

// policy.json
{
"action": "rate-limit",
"phase": "on_http_request",
"config": {
"limit": 1000,
"window": "60s",
"strategy": "ip_client"
}
}
INFRASTRUCTURE AS CODE

One Config. Infinite Scale.

Move from localhost to production without rewriting your logic. The nvelox.yaml configuration is portable across the entire ecosystem.

  • Type-safe configuration schema
  • Built-in rate limiting & compression
nvelox.yaml Dockerfile

version: 2

services:

- name: api-gateway

port: 8080

middleware:

- rate_limit: 1000 req/s

- compress: true

Built for every stage.

Local Development

Replace standard reverse proxies with a zero-config, single binary tool. HTTPS on localhost out of the box.

Preview Environments

Generate ephemeral public URLs for every Pull Request. Share work with your team instantly.

Production Edge

Deploy to our global Anycast network. 24 regions, DDoS protection, and automatic failover.

Precision Tools.
Infinite Utility.

Everything is scriptable. No GUI required.

$ beam login --token nv_8f7a9c...
Authenticating with Nvelox Cloud... Success.
$ beam http 3000 --region us-east
INFO Starting tunnel to localhost:3000
INFO Region: us-east-1 (Latency: 12ms)
READY https://ancient-star-92.nvelox.net
$

Frequently Asked Questions

Is Nvelox Proxy free?

Yes. The local reverse proxy engine is open-source and free for personal and commercial use. You can download the binary and run it offline forever.

What protocols does Beam support?

Nvelox Beam supports HTTP/S, TCP, and UDP protocols. Our unified tunnel technology allows you to mix multiple protocols on a single endpoint.

Ready to build
the edge?

Join thousands of developers who trust Nvelox for their edge infrastructure needs.

Free for developers. No credit card required.