{'TRIAL_CSS'} Skip to main content
// FLAGSHIP PRODUCT · NEXOLOAD

NexoLoad
Load Tester

The zero-dependency API performance tester built for environments where installing software isn't an option. One binary. Zero setup. P99 latency results. Built for federal and air-gapped networks. Available in six editions — from the free Lite CLI to the Titan async engine at 10,000+ VUs.

268TPS · AWS Lambda · 50 VUs · Measured
208msP95 Latency · AWS Lambda · Measured
0%Error Rate · 8,107 Requests
# NexoLoad Pro — Federal Test

# Air-gapped government API test

nexoload.exe --url https://api.agency.gov/v2
--users 100 --duration 120
--rampup 30 --sla 300

[████████████████████] 120s/120s
TPS: 487.3   Err: 0.0%

══════════════════════════════════════
Total Requests    58,476
Successful        58,476
Failed            0 (0.00%)
Avg Latency     102ms
P50              98ms
P90              154ms
P95              187ms ✓ SLA PASS
P99              242ms
──────────────────────────────────────
Result: EXCELLENT

# CI/CD gate mode — pipeline integration
nexoload.exe --url https://api.agency.gov/health
--users 20 --duration 30 --assert-status 200 --raw

NexoLoad Pro · 20 VUs · 30s
TPS: 412.0 | P95: 183ms | Errors: 0.0% | Result: PASS
0Dependencies Required
10sTime to First Test
268 TPSMeasured · AWS Lambda · 50 VUs · Lite
208ms P95Measured · AWS Lambda · 50 VUs · Lite

See NexoLoad in Action

Watch a live load test — from launch to report — in under two minutes.

Watch Demo

Built for the Real World

Everything you need to deliver performance certainty — from quick smoke tests to enterprise-grade distributed load campaigns.

🎯
Zero-Dependency Architecture

Pure Python standard library only. No pip install. No Docker. No Node.js. No package managers. If Python 3.8+ is present — or you have the .exe — NexoLoad runs. Period.

📊
Full Latency Percentiles

P50, P90, P95, and P99 calculated from raw latency arrays — not approximations. The only metrics that reveal where performance problems hide.

📈
TPS Ramp-Up Scheduling

Gradual traffic growth over a configurable ramp period. Eliminate the thundering herd effect and simulate realistic production traffic patterns.

🚨
Real-Time SLA Alerting

Define P95 latency and TPS thresholds. The live dashboard shows green or red SLA status every second during the test — not in post-analysis.

🔐
Authentication Built-In

Bearer token and Basic auth as CLI flags. No header manipulation scripts, no workarounds. Test authenticated APIs exactly as users experience them.

📄
HTML + PDF Reports

Self-contained interactive HTML reports with Chart.js overlays — latency over time, TPS, error rate. Print-to-PDF for stakeholder delivery.

5xx Flash Alerts

Instant server error detection during live test runs. The dashboard flashes warnings the moment error rates spike — catch failures in real time.

📤
CSV + JSON Export

Export every individual request result to CSV or JSON. Import into Excel, Grafana, or your CI/CD pipeline for programmatic analysis and trending.

🖥
Mac · Windows · Linux

Native binaries for all platforms. Pre-built .exe for Windows. chmod +x binary for macOS and Linux. Runs identically on all platforms with consistent timing accuracy.

⚠️
macOS First-Run Notice

macOS Gatekeeper will block unsigned binaries on first launch. Right-click the file and select Open, then confirm — or run the following once in Terminal:
xattr -rd com.apple.quarantine nexoload-lite-mac
This is a one-time step. The binary runs normally on all subsequent launches. For Pro or Titan, substitute pro or titan for lite in the filename.

If activation fails with "Could not reach the license server" — this is a known Mac issue in the current build (fixed in v1.6.1). Run the activation with this prefix once:
SSL_CERT_FILE=/etc/ssl/cert.pem REQUESTS_CA_BUNDLE=/etc/ssl/cert.pem ./nexoload-lite-mac --activate YOUR-KEY
You only need this for the first activation — subsequent runs work normally.

⚠️
Windows First-Run Notice

Windows SmartScreen will flag unsigned executables on first launch. Click More info, then Run anyway to proceed. This is a one-time step caused by the binary not having a paid Microsoft code signature — not a security threat.

Architecture // Field-Deployed Design

Built for networks where nothing else can run.

NexoLoad’s architecture is shaped by a single constraint: it has to work on a sealed laptop, on a SCIF subnet, on a Lambda runner, and on an analyst’s MacBook — without changing the binary, without phoning home, and without negotiating with a package mirror that isn’t there.

// Pillar 01

One Binary, One File

A single statically-bundled executable per platform — nexoload-lite-mac, -linux, -windows.exe. No installer, no service, no runtime to provision. chmod +x and run.

// Pillar 02

Local-Only Execution

No outbound telemetry, no analytics callouts, no auto-update channel, no dependency resolution at runtime. The binary needs the network you ask it to test — and nothing else.

// Pillar 03

Tiered Engine, Stable Schema

Synchronous threads at the Lite/Pro tier, async coroutines at Titan — same CLI, identical report schema, drop-in upgrade path. Pipelines built against Lite keep parsing Titan output without changes.

// NOTE

Implementation details are intentionally omitted from public materials. Technical architecture briefings — including engine internals, scheduling model, and license enforcement design — are available to qualified federal and enterprise evaluators under NDA. Request a briefing →

⚙️ CI/CD Integration

Drop NexoLoad into Your Pipeline

Drop NexoLoad into GitHub Actions, Jenkins, GitLab CI, or Azure DevOps in minutes. The --raw flag gives you a binary gate — exit 0 means deploy, exit 1 means stop.

View CI/CD Guide →
# GitHub Actions — load test gate
- name: Run NexoLoad load test
  run: |
    python scripts/nexoload-lite \
      --url ${{ secrets.API_BASE_URL }}/health \
      --users 20 \
      --duration 30 \
      --assert-status 200 \
      --raw

# Exit code 1 = test failed = pipeline blocked

NexoLoad Lite · 20 VUs · 30s
TPS: 412.0 | P95: 183ms | Errors: 0.0% | Result: PASS
⚡ Coming Soon · Fall 2026

NexoLoad Titan
10,000+ VUs. One Machine.

Our next-generation async load testing engine — purpose-built for enterprise and federal-scale performance validation. Same CLI as Pro. Targeting 2,824+ TPS via async coroutine architecture.

Explore Titan →
10,000+Concurrent VUs
2,824Target TPS
83msTarget P95
10KBRAM per VU
📋 Customer Q&A · Real Answers

Top 100 Questions
From Customers, Engineers & Investors.

Strategic positioning, architecture, security, federal readiness, CI/CD compatibility, and the hard questions investors ask. 100 questions. 9 categories. Answered straight.

View All 100 Questions →

Designed for Air-Gapped Environments

Most load testing tools require outbound internet access for package installation. NexoLoad requires nothing beyond the target API — making it the only practical choice for air-gapped networks, isolated lab environments, and disconnected systems.

  • No outbound internet access required after download
  • No package manager calls during execution
  • Single binary — copy and run on any Windows, Mac, or Linux machine
  • Works on air-gapped and restricted network environments
  • No telemetry, no call-home, no license server
  • Fully auditable Python source available for security review
Air-Gapped Windows Server
# No internet. No install. Just run.

C:\TestTools> dir
nexoload.exe   12.4 MB

C:\TestTools> nexoload.exe
  --url https://10.0.1.45/api/health
  --users 50 --duration 60

[████████████████████] 60s
TPS: 412.7   Err: 0.0%

══════════════════════════════════════
Result: EXCELLENT

# Zero internet traffic generated
# All requests to internal target only

NexoLoad Deployment Editions

Unified CLI architecture across all deployment tiers. Consistent command flags, identical report schemas, and a field-upgradeable path from Lite to Titan without configuration changes. All editions operate in air-gapped and restricted network environments.

● OPERATIONAL ● PROCUREMENT · PRE-SALES OPEN ○ ROADMAP
TIER I NexoLoad Lite ● OPERATIONAL
ENGINEOS Thread · Synchronous
MAX VUs~200 Concurrent
ARCHITECTURESmacOS arm64 + x86_64 (Universal2) · Linux x86_64 + arm64 · Windows x86_64
DEPLOYMENTSingle Binary · Zero Dependencies · Apple-Signed + Notarized
NETWORKAir-Gap · Offline · Restricted
LICENSINGFree Trial Available
MEASURED268.6 RPS · P95 208.2ms · 0% Errors · 8,107/8,107 reqs
TEST CONFIG50 VUs · 30s · AWS Lambda · us-east-1

Zero-dependency single-binary executable. Immediate deployment on macOS (Apple Silicon + Intel via Universal2 fat binary), Linux (x86_64 + ARM64 / AWS Graviton / Raspberry Pi), and Windows — including air-gapped and restricted networks. Apple Developer ID signed + Apple notarized macOS binaries open cleanly with no Gatekeeper warning. Full HTTP method coverage, P50/P95/P99 latency percentiles, terminal summary output.

TIER II NexoLoad Pro ● OPERATIONAL
ENGINEOS Thread · Synchronous
MAX VUs~200 Concurrent
ARCHITECTURESmacOS arm64 + x86_64 (Universal2) · Linux x86_64 + arm64 · Windows x86_64
REPORTINGHTML · CSV · JSON · Dashboard
SLAEnforcement · CI/CD Integration
AUTHBearer · Basic · Request Pacing
MEASURED259.4 RPS · P95 200.3ms · 0% Errors · 8,254/8,254 reqs
TEST CONFIG50 VUs · 30s · AWS Lambda · us-east-1

Full professional capability suite. Live color dashboard, structured report export, SLA threshold enforcement, ramp-up traffic scheduling, CPU and memory telemetry. Same 5-platform binary coverage as Lite (Universal2 Mac, ARM64 Linux, signed + notarized). Procurable for corporate and federal environments.

TIER III NexoLoad Titan ● PROCUREMENT · FALL 2026
ENGINEasyncio + aiohttp · Coroutine
MAX VUs10,000+ Concurrent
TPS TARGET2,824+ Transactions/sec
CLI COMPATFull Pro Flag Compatibility
STATUSPre-Sales Open

Complete engine architecture replacement. OS threads replaced with async coroutines — increasing VU ceiling from ~200 to 10,000+ on a single machine. All Pro flags and report schemas preserved.

Request Technical Briefing →
TIER IV NexoLoad Enterprise ○ ROADMAP · PHASE IV
ENGINEManaged Cloud Platform
MAX VUsUnlimited · Multi-Tenant
DEPLOYMENTBrowser-Based · No Infrastructure
PLANSFederal · Corporate · Personal
SETUPZero Configuration Required

Fully managed, multi-tenant hosted platform. Enterprise-scale load testing via browser interface — no infrastructure provisioning, no binary deployment. Purpose-built for engineering organizations requiring performance testing as a managed service.

ADVANCED ARCHITECTURE // HORIZON PROGRAMS

High-density and distributed engine configurations currently in architectural design phase. Not available for procurement. Subject to roadmap revision.

Helios PHASE II
80,000+ VUs · asyncio × multiprocessing · Single Host

Multiplies Titan's asyncio engine across all available CPU cores. One worker process per core with independent event loops — targeting 80,000+ VUs from a single 16-core machine.

Zeus PHASE III
150,000+ VUs · Distributed Nodes · Multi-Region

Distributed architecture across multiple worker nodes in US, EU, and AP cloud regions, coordinated by a central controller. Global load generation from a single command.

Pre-Sales · Federal Procurement · Technical Briefings · Free trial available for Lite and Pro · contacts@bjnexora-solutions.com

NexoLoad vs The Alternatives

The only tool that delivers enterprise features with zero setup overhead.

Capability NexoLoad Lite NexoLoad Pro NexoLoad Titan JMeter k6 LoadRunner
Zero dependencies✗ Java✗ npm✗ heavy
Single executable
Air-gap / offline ready
No telemetry / no call-home
Federal / secure lab ready
Max concurrent VUs~200~20010,000+HighHighHigh
P95 / P99 latency reporting
HTML + CSV + JSON reports⚠ complex
SLA enforcement (CI/CD)
Setup time~10 sec~10 sec~10 sec15–30 min5–15 minHours

Ready to Run Your First Test?

Contact us to get NexoLoad deployed in your environment — including air-gapped and restricted network environments. We handle the setup briefing and technical onboarding.

📧 contacts@bjnexora-solutions.com Contact Us for Access