CLI

Command-line client (kcli)

kcli is the standalone data-plane client — upload objects, browse buckets, run plugin operations, watch jobs — talking to this server over its REST API. It is preconfigured for this server: https://malware.ke.rays-hex.com.

Quick install (recommended)

Detects your platform, downloads the matching kcli, installs it for your user (no sudo), and adds it to your PATH.

Linux / macOS
curl -fsSL https://malware.ke.rays-hex.com/install.sh | sh
Windows (PowerShell)
irm https://malware.ke.rays-hex.com/install.ps1 | iex
Or download a binary manually

Download for your platform, then make it executable (chmod +x kcli on Linux/macOS) and move it onto your PATH yourself.

Linux (x64)your platform
Download (100.6 MB)
macOS (Apple Silicon)
Download (58.7 MB)
Windows (x64)
Download (114.6 MB)

The one-liner sets this server as kcli's default, so kcli bucket ls just works. Downloaded manually? Run kcli login https://malware.ke.rays-hex.com once. Override any command with --server <url> or KE_API_URL. Update later with kcli update.