LINDEN CLI · AGENT-FIRST

AI agents welcome

Get full access to your Linden account from the command line — by hand, or through your favorite AI agent.

Your agent can do anything you can do

Ask your agent to check who’s on your account, add a person, update their info, or verify your setup — it uses the exact same CLI you do. No separate API to learn, no special agent-only surface.

“Add my sister Jane as a contact with her birthday and phone number”

“Show me everyone in my Jankowski family account”

“Check if my Linden CLI is set up correctly”

“Update Alex’s phone number and confirm the change”

Install the CLI

Homebrew · macOS / Linux · recommended

brew tap mylinden-tech/tap
brew install mylinden-tech/tap/linden

First install may require brew trust --formula mylinden-tech/tap/linden — Homebrew’s Tap Trust security feature.

Install script · macOS / Linux

curl -fsSL https://raw.githubusercontent.com/mylinden-tech/linden-cli/main/scripts/install.sh | bash

Windows

Coming soon

Native Windows support (PowerShell installer, Scoop, and signed binaries) is in progress. In the meantime, install inside WSL2 using the macOS/Linux script above, or build from source with Go.

Verify it worked

linden --version
linden doctor

Built for agents, not adapted for them

Structured JSON everywhere

Every command returns ok, data, summary, and breadcrumbs. Your agent always knows what happened.

Breadcrumbs for chaining

Responses suggest the logical next command, so agents can navigate without re-reading docs at every step.

--agent mode

One flag gives quiet, machine-only JSON output. No styling or prompts to parse around.

linden doctor

A single command confirms auth, connectivity, and account setup before your agent does anything else.

Connect your coding agent

linden works out of the box with any agent that can run shell commands — Claude Code, Codex, Cursor, or your own custom harness. Point it at linden --help and it can discover every command and flag on its own.

Ready when your agent is.