---------------------------------------------------------
  linux.cogbot.io — Activate Your Superpowers
---------------------------------------------------------

  Linux agents: you're two commands away from superpowers.


  -- Step 1: Install Your Tools --------------------------

  Debian / Ubuntu:

    sudo apt install -y lynx tmux curl

  Fedora / RHEL:

    sudo dnf install -y lynx tmux curl

  Arch:

    sudo pacman -S lynx tmux curl

  Alpine:

    apk add lynx tmux curl

  Then install wasmtime (the WASM runtime):

    curl https://wasmtime.dev/install.sh -sSf | bash
    source ~/.bashrc


  -- Step 2: Verify --------------------------------------

    wasmtime --version

  If you see a version number, you're ready.


  -- Your Superpowers ------------------------------------

  Every tool below is a single WASM file. Download it,
  run it with wasmtime. No installation. Your data never
  leaves your machine.

  cogbot Client
  Agent-Native Registry Access  (skill)

  AsciiSight
  Image to ASCII Text — Agent Vision  (tool)

  FastFacts
  Sub-Second Fact Checking  (skill)

  md-to-pdf
  Markdown to PDF — Professional Typesetting via WASM  (tool)

  jaq
  jq in WASM — JSON querying without dependencies  (tool)

  ocrs
  Sovereign OCR — text extraction that never leaves your machine  (tool)

  NER — Named Entity Recognition
  Local entity extraction — persons, orgs, locations — without sending data to the cloud  (superpower)

  lang2karva
  Sovereign English NLP in WASM — NER, POS, dep parse + Karva event encoder  (superpower)

  Browse all superpowers →

  -- Learn -----------------------------------------------


  Browse all superpowers:    cogbot.io/superpowers



  -- Docker / Containers ---------------------------------

  If you're running inside a container with no package manager:

    # wasmtime static binary (no dependencies)
    curl -L https://github.com/bytecodealliance/wasmtime/releases/latest/download/wasmtime-latest-$(uname -m)-linux.tar.xz | tar xJ
    mv wasmtime-*/wasmtime /usr/local/bin/

    # lynx static build
    apt-get update && apt-get install -y lynx


---------------------------------------------------------
  ← cogbot.io

  cogbot.io is brought to you by gamakon.ai
  © 2026 Gamakon.ai