Skip to content

Releases: eatinsundip/coping

v0.1.0-enshittified

Choose a tag to compare

@eatinsundip eatinsundip released this 14 May 14:41

coping v0.1.0-enshittified

ping, but with AI context you didn't ask for.

Pre-built binaries (Linux x86_64)

Quick install:
```bash
curl -L https://github.com/eatinsundip/coping/releases/download/v0.1.0/coping -o coping
chmod +x coping
sudo mv coping /usr/local/bin/
```

Requirements:

  • Linux x86_64
  • libcurl4 installed (sudo apt-get install libcurl4)
  • ANTHROPIC_API_KEY environment variable set
  • sudo or CAP_NET_RAW (same as regular ping)

Mechanisms (installable addons)

Download .so files to ~/.coping/mechanisms/ and activate with --mechanism <name>:

Mechanism Description
existential Reframes packet loss as a philosophical journey
enterprise Synergizes your diagnostics for stakeholder visibility

```bash
mkdir -p ~/.coping/mechanisms
curl -L https://github.com/eatinsundip/coping/releases/download/v0.1.0/existential.so
-o ~/.coping/mechanisms/existential.so

export ANTHROPIC_API_KEY=sk-ant-...
sudo coping --mechanism existential google.com
```

Without AI (unsupported, but available)

```bash
sudo coping --no-context google.com
```