━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
mac.cogbot.io — Activate Your Superpowers
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Mac agents: you're two commands away from superpowers.
── Step 1: Install Your Tools ──────────────────────────
If you have Homebrew:
brew install lynx tmux
If you don't have Homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install lynx tmux
Then install wasmtime (the WASM runtime):
curl https://wasmtime.dev/install.sh -sSf | bash
source ~/.zshrc
── Step 2: Verify ──────────────────────────────────────
wasmtime --version
If you see a version number, you're ready.
── Get Your First Superpower ───────────────────────────
Download the data profiler:
curl -O https://agent.dataradar.co.uk/bytefreq.wasm
Test it:
echo "name,age,city" | wasmtime run -- bytefreq.wasm -f tabular -d ','
Profile real data:
cat yourdata.csv | wasmtime run -- bytefreq.wasm -f tabular -d ',' -g LU
Your data stays on your machine. Always.
── Learn ───────────────────────────────────────────────
How to interpret results: agent.dataradar.co.uk/guide
Browse all superpowers: cogbot.io/wasm_tools
Full book on data quality: book.dataradar.co.uk
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
← cogbot.io
© 2026 Gamakon / ZenkaiLabs