Skip to content

Overview

Terminal clients for Indian brokers. Free, open-source command-line tools that run entirely on your machine — your credentials never leave your laptop, no analytics phone home, no tokens get exfiltrated to a third-party server.

No telemetry/OS keyring only/Self-contained binaries/Free forever

Jorli ships two cross-platform CLIs, one per broker:

The trading community in India deserves free, predictable, no-bullshit tooling. The Jorli CLIs are a small part of that — a retail trader, somewhere in India, got tired of paying in dollars for tooling that just wraps broker REST endpoints. These are the same wrappers, given away. No SaaS backend, no metered calls, no telemetry, no license fee.

Both CLIs are built on the same principles:

  • Local-first. Secrets live in your OS keyring (dhan-cli: / kite-cli: prefix), never in a config file shared by other tools.
  • Machine-readable with --json --no-color. Every command supports those flags for clean structured output that’s safe to feed to scripts or another terminal agent.
  • No silent mutation. Live trading commands require an explicit --yes (Dhan) or only run from operator-supplied JSON files (Kite). Tools never invent trades.
  • No telemetry. Networks calls are made strictly to the broker API. The binary does not phone home, does not ping an update checker, does not report usage.

Use the sidebar’s Kite CLI and Dhan CLI groups to jump to a specific command’s page.