dpndncY
Features Platform How It Works Integrations Why dpndncY? Product Tour Engine Demo Download Docs Partners Get a License
CLI Available Now — Server Release Q2 2026

Deploy dpndncY
in your environment

The dpndncY CLI is available now — download the standalone binary for Windows, Linux, or macOS and start scanning today. The self-hosted server release is coming in Q2 2026.

v2.9.0 | CLI: Available Now | Server: Q2 2026 — SCA · SAST · AI Risk · Attack Paths
⌨️
dpndncY CLI v2.9.0 is available now. Download the standalone binary below — no installation required. The self-hosted server installer and Helm chart will follow in Q2 2026. Request early server access
☸️
Helm Chart

Deploy to Kubernetes via Helm. Includes PVC for persistent SQLite storage, ConfigMap/Secret separation, liveness probes, and optional ingress. Works with any CNCF-conformant cluster.

Kubernetes 1.25+ Helm 3 5 KB
Download Chart  — Coming Soon Notify me when available →
🐳
Docker / Compose

Run with Docker or Docker Compose. Bind-mount a local volume for the SQLite database. Suitable for Linux servers, NAS appliances, and developer laptops.

Docker 24+ linux/amd64 linux/arm64
Docker Hub  — Coming Soon Notify me when available →

⌨️ Quick Start — CLI

1
Download the binary for your OS
Pick the right binary above (Windows, Linux, or macOS). On Linux/macOS, make it executable:
chmod +x dpndncy-linux && sudo mv dpndncy-linux /usr/local/bin/dpndncy
2
Configure your server connection
Save your dpndncY server URL and API token. Only needs to be run once — stored in ~/.dpndncy/config.json.
dpndncy login --server https://sca.yourcompany.com --token dpat_your_token_here
3
Verify the connection
dpndncy status
4
Run your first scan
Scan a local directory, GitHub repo, zip archive, or container image.
dpndncy scan . # Current directory, SCA only dpndncy scan --sca --sast . # SCA + SAST dpndncy scan --all /path/to/project # All engines dpndncy scan --repo https://github.com/org/repo # Remote repo dpndncy scan --ci --sca . && echo "Build OK" # CI mode

⚡ Quick Start — Windows

1
Request a license key
Visit the license page to get a key for your organization. You'll receive it by email within one business day. Trial licenses (30 days, 3 seats) are issued instantly.
2
Run the installer Soon
Once available, run dpndncY-Setup-x64.exe as Administrator. The installer guides you through service URL, admin credentials, and license key activation.
3
Access your instance
Once installed, the dpndncY service starts automatically. Open your browser to the URL you configured during setup (e.g. https://acme.app.dpndncy.com or your machine hostname).
4
Connect your CI/CD pipeline
Generate an API token from your profile, then add dpndncY to GitHub Actions, GitLab CI, or Jenkins using our official integrations.
dpndncy scan --url https://acme.app.dpndncy.com --token $DPNDNCY_TOKEN

☸️ Quick Start — Kubernetes

1
Install via Helm Soon
Chart URL will be published on release. Preview command:
helm install dpndncy https://releases.dpndncy.com/helm/dpndncy-0.1.0.tgz \ --namespace dpndncy --create-namespace \ --set config.serverUrl=https://sca.example.com \ --set secret.superadminEmail=admin@example.com \ --set secret.superadminPassword=changeme \ --set secret.appSecret=$(openssl rand -hex 32)
2
Activate your license
Log in as superadmin, go to Admin → License, and paste your license key. The platform phones home once every 24h for heartbeat; full air-gap mode is supported.
3
Upgrade to a new version
Future upgrades are a single command:
helm upgrade dpndncy https://releases.dpndncy.com/helm/dpndncy-0.2.0.tgz \ --namespace dpndncy --reuse-values

Windows Server

  • Windows Server 2019 / 2022
  • Windows 10 / 11 (x64)
  • 4 GB RAM minimum
  • 2 GB disk space
  • Port 443 or 3000 open

Kubernetes

  • Kubernetes 1.25+
  • Helm 3.x
  • 2 vCPU / 2 GB RAM
  • 10 GB PVC
  • Ingress controller

Docker

  • Docker Engine 24+
  • linux/amd64 or arm64
  • 2 GB RAM
  • Volume mount for /app/data
  • Port 3000 exposed

Network

  • Outbound 443 for OSV/NVD
  • license.dpndncy.com (heartbeat)
  • Air-gap: offline vuln DB available
  • SMTP optional (email alerts)

CLI Binary

  • Windows 10 / 11 / Server 2019+
  • Linux x64 (any distro)
  • macOS 12+ x64
  • No Node.js required
  • ~15 MB download

dpndncY requires a valid license key. Trial licenses are free for 30 days (up to 3 users).
For commercial licensing, volume discounts, and air-gapped deployments, contact us.

Get a License →