Installation¶
Agent / MCP (recommended)¶
Install uv, then register Pulsar with your agent tools:
uvx --from thema-pulsar pulsar install
No clone, venv, or Rust toolchain required. pulsar install detects Claude Code, Claude Desktop, Codex CLI, Gemini CLI, GitHub Copilot CLI, Cursor, VS Code, and Google Antigravity. See MCP Server for status/uninstall, pipx mode, headless --all, and manual per-client setup.
Python API¶
pip install thema-pulsar
Or with the MCP extra for a persistent pulsar-mcp binary:
pipx install "thema-pulsar[mcp]"
# then: pulsar install --mode pipx
From source¶
For development from a source checkout (requires a Rust toolchain):
uv sync
uv run maturin develop --release
Supported Versions¶
Python 3.10+
Linux/macOS/Windows (with Rust toolchain for local builds)