Skip to content

ClaudeCodeCafe/cping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cping

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.

Install

pip / pipx

pipx install cping-cli    # recommended (isolated env)
pip install cping-cli      # or with pip

Homebrew

brew install ClaudeCodeCafe/tap/cping

Manual

curl -fsSL https://raw.githubusercontent.com/ClaudeCodeCafe/cping/main/cping -o /usr/local/bin/cping
chmod +x /usr/local/bin/cping

Usage

cping
Claude 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

Options

Flag Description
-v, --version Show version
-h, --help Show help
-j, --json Output raw JSON
--no-color Disable colored output

Exit Codes

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.

Status Indicators

  • Green -- Operational
  • Yellow -- Degraded performance / Partial outage
  • Red -- Major outage
  • Gray -- Under maintenance

Requirements

  • Python 3.8+

No external packages required. Uses only the Python standard library.

License

MIT

About

Ping Claude's service status from the terminal

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors