Installation

Install the zMesh CLI and connect it to your account.

Install from PyPI

Terminal
pip install zmesh-cli

Requires Python 3.11+. Verify with:

zmesh --version
# zmesh-cli 0.1.0

Install with pipx (Recommended)

pipxinstalls in an isolated environment so it won't conflict with other Python packages:

pipx install zmesh-cli

Authenticate

Terminal
zmesh login
# Enter your email: user@example.com
# Enter your password: ********
# ✓ Logged in as user@example.com

# Verify
zmesh whoami
# User: user@example.com
# API: https://api.zmesh.in/v1

Self-Hosted Instance

Point the CLI to your own zMesh deployment:

zmesh login --api-url https://api.yourdomain.com/v1

Upgrade

pip install --upgrade zmesh-cli