Systems Redundancy & Recovery Kit
Single source of truth for scattered infrastructure, configs, functions, and projects. Built for ADHD — one place to look, everything in sync.
Quick Install
One-liner (macOS/Linux)
curl -fsSL https://srk9-bin.srk9.workers.dev/install.sh
| bash
Or manually
curl -fsSL
"https://srk9-bin.srk9.workers.dev/bin/srk9-$(uname -s |
tr '[:upper:]' '[:lower:]')-$(uname -m | sed
's/x86_64/x64/;s/aarch64/arm64/')" -o ~/.local/bin/srk9
&& chmod +x ~/.local/bin/srk9 Packages
Stack
Bun Runtime
Hono API Framework
Astro Frontend
Zod Validation
CF Workers Edge Compute
CF KV Storage
Philosophy
- • Focus on dev + architecture, not ops. Tooling manages itself.
- • Fish functions are the universal execution layer — portable, git-friendly.
- • Cloudflare is the stable foundation — domains there, infra managed.
- • Plugin architecture — add new modules without changing core.