Skip to content

Overview

Local-first trading tools for Indian brokers. Free command-line software that runs 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 a guarded strategy runtime plus two broker CLIs:

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.

All three tools 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 Jorli Agent, Kite CLI, and Dhan CLI groups to jump to a specific page.