|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | +<meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"> |
| 5 | +<title>pingping — downloads</title> |
| 6 | +<style> |
| 7 | + :root { --bg:#0a0c0e; --panel:#101613; --line:#1e242a; --phos:#7ce38b; --amber:#e8b44a; |
| 8 | + --ink:#c7d0c9; --dim:#5c6b60; --mono: ui-monospace,"SF Mono",Consolas,monospace; } |
| 9 | + * { box-sizing:border-box; margin:0; } |
| 10 | + body { background:var(--bg); color:var(--ink); font-family:var(--mono); padding:40px 20px; } |
| 11 | + .wrap { max-width:720px; margin:0 auto; } |
| 12 | + h1 { color:var(--phos); font-size:22px; letter-spacing:.04em; } |
| 13 | + p { color:var(--dim); font-size:13px; margin:10px 0 26px; } |
| 14 | + table { width:100%; border-collapse:collapse; font-size:14px; } |
| 15 | + th { text-align:left; color:var(--dim); font-size:10px; letter-spacing:.14em; |
| 16 | + padding:10px 12px; border-bottom:1px solid var(--line); } |
| 17 | + td { padding:12px; border-bottom:1px solid var(--line); } |
| 18 | + a { color:var(--amber); text-decoration:none; } |
| 19 | + a:hover { text-decoration:underline; } |
| 20 | + .hint { color:var(--dim); font-size:12px; margin-top:22px; line-height:1.7; } |
| 21 | + code { color:var(--phos); } |
| 22 | +</style> |
| 23 | +</head> |
| 24 | +<body> |
| 25 | +<div class="wrap"> |
| 26 | + <h1>pingping downloads</h1> |
| 27 | + <p>Pick by OS and CPU. Linux builds are fully static — they run on every distro (Ubuntu, Debian, Rocky, Arch, Alpine…).</p> |
| 28 | + <table> |
| 29 | + <tr><th>OS</th><th>CPU</th><th>TYPICAL HARDWARE</th><th>DOWNLOAD</th></tr> |
| 30 | + <tr><td>Linux</td><td>amd64</td><td>Intel / AMD servers & PCs</td> |
| 31 | + <td><a href="https://github.com/githubflyideas/pingping/releases/download/v2.1.0/pingping-v2.1.0-linux-amd64.tar.gz">pingping-linux-amd64.tar.gz</a></td></tr> |
| 32 | + <tr><td>Linux</td><td>arm64</td><td>Raspberry Pi 4/5, ARM cloud (Ampere, Graviton)</td> |
| 33 | + <td><a href="https://github.com/githubflyideas/pingping/releases/download/v2.1.0/pingping-v2.1.0-linux-arm64.tar.gz">pingping-linux-arm64.tar.gz</a></td></tr> |
| 34 | + <tr><td>macOS</td><td>amd64</td><td>Intel Mac</td> |
| 35 | + <td><a href="https://github.com/githubflyideas/pingping/releases/download/v2.1.0/pingping-v2.1.0-darwin-amd64.tar.gz">pingping-darwin-amd64.tar.gz</a></td></tr> |
| 36 | + <tr><td>macOS</td><td>arm64</td><td>Apple Silicon (M1–M4)</td> |
| 37 | + <td><a href="https://github.com/githubflyideas/pingping/releases/download/v2.1.0/pingping-v2.1.0-darwin-arm64.tar.gz">pingping-darwin-arm64.tar.gz</a></td></tr> |
| 38 | + </table> |
| 39 | + <div class="hint"> |
| 40 | + Not sure? Run <code>uname -m</code>: <code>x86_64</code> → amd64, <code>aarch64</code>/<code>arm64</code> → arm64.<br> |
| 41 | + Verify with <a href="https://github.com/githubflyideas/pingping/releases/download/v2.1.0/SHA256SUMS">SHA256SUMS</a>: |
| 42 | + <code>sha256sum -c SHA256SUMS --ignore-missing</code><br> |
| 43 | + All versions: <a href="https://github.com/githubflyideas/pingping/releases">github.com/githubflyideas/pingping/releases</a> |
| 44 | + </div> |
| 45 | +</div> |
| 46 | +</body> |
| 47 | +</html> |
0 commit comments