Ping Claude's service status from the terminal.
A zero-dependency Python CLI tool that checks status.claude.com and displays a formatted view of Claude service components.
pipx install cping-cli # recommended (isolated env)
pip install cping-cli # or with pipbrew install ClaudeCodeCafe/tap/cpingcurl -fsSL https://raw.githubusercontent.com/ClaudeCodeCafe/cping/main/cping -o /usr/local/bin/cping
chmod +x /usr/local/bin/cpingcpingClaude Service Status
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
● All Systems Operational
● claude.ai operational
● Claude API operational
● Claude Code operational
● platform.claude.com operational
● Claude for Government operational
Updated: 2026-05-13T09:00:00Z
| Flag | Description |
|---|---|
-v, --version |
Show version |
-h, --help |
Show help |
-j, --json |
Output raw JSON |
--no-color |
Disable colored output |
Default mode:
| Code | Meaning |
|---|---|
| 0 | All systems operational |
| 1 | Error (network, parse, etc.) |
| 2 | Service degradation detected (component-level or page-level) |
--json mode: Always exits 0 on success (consumers parse the JSON themselves). Exits 1 on error.
●Green -- Operational▲Yellow -- Degraded performance / Partial outage✕Red -- Major outage◆Gray -- Under maintenance
- Python 3.8+
No external packages required. Uses only the Python standard library.
MIT