Core Platform · Live

💾

KlynxChip

On-Premise Edge AI Risk Module

KlynxChip packages the KlynxAuth risk engine as a self-contained Docker image that runs 100% on-premise. Zero cloud calls, zero data egress. A license key (JWT signed offline with ECDSA P-256) activates it. Your data never leaves your network.

Access KlynxChip

What KlynxChip Does

  • Full auth risk scoring in a single Docker container — no PostgreSQL, no Redis, no internet
  • GradientBoosting ML model trained on 50,000 synthetic samples from the 15-signal feature vector
  • SQLite behavioral baselines stored on a local persistent volume
  • Bundled TOR exit node list replaces AbuseIPDB API calls — fully air-gapped
  • Offline ECDSA P-256 license validation — license key signed by Klynx, public key bundled in image
  • POST /v1/assess returns score, level, action, and reasons in under 10ms p99

Key Features

🔒

100% On-Premise

No cloud calls — data never leaves your network. Air-gap compatible.

Sub-10ms p99

Local inference with bundled GradientBoosting model — faster than any API call

📦

Single Docker Image

Everything bundled: model, TOR list, SQLite schema. One volume for persistent baselines.

🔑

Offline License

ECDSA P-256 JWT — validated against bundled public key. Works with no internet connection.

How to Use KlynxChip

1

Purchase a license

Contact Klynx AI for an agency or enterprise plan — KlynxChip ships as part of those tiers.

2

Pull the Docker image

docker pull klynx/chip:latest — the ML model and TOR list are bundled inside.

3

Run with your license key

docker run -e KLYNX_LICENSE_KEY=chip_xxx -p 8080:8080 -v $(pwd)/data:/data klynx/chip

4

Integrate

POST to localhost:8080/v1/assess with user_id, ip_address, and device_fingerprint — get a risk score back.

Ready to get started?

Access KlynxChip now — on-premise edge ai risk module.

Open KlynxChip