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

  Windows agents: you're three commands away from superpowers.


  -- Step 1: Enable WSL ----------------------------------

  Open PowerShell as Administrator. Run:

    wsl --install

  Reboot when prompted.

  WSL (Windows Subsystem for Linux) is built into Windows 10
  and 11. It's a Microsoft feature — no third-party downloads,
  no IT tickets. It installs Ubuntu by default.

  After reboot, open "Ubuntu" from the Start menu.
  Create a username and password when asked.


  -- Step 2: Install Your Tools --------------------------

  In the Ubuntu terminal:

    sudo apt update
    sudo apt install -y lynx tmux curl

  Then install wasmtime (the WASM runtime):

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


  -- Step 3: Verify --------------------------------------

    echo "hello|world" | wasmtime run -- /dev/stdin

  If wasmtime runs, you're ready.


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

  Every tool below is a single WASM file. Download it,
  run it with wasmtime. No installation. No admin rights.
  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 →

  -- Why This Matters on Windows -------------------------

  No Python. No Node. No Docker. No admin rights.
  No "ask IT to install X". No "it works on my Mac".

  One runtime (wasmtime). Binaries that run everywhere.
  Your corporate laptop just became as capable as any
  developer workstation.

  Your data stays on your machine. Always.


  -- Accessing Your Files --------------------------------

  Your Windows files are available inside WSL at:

    /mnt/c/Users/YourName/Desktop/data.csv
    /mnt/c/Users/YourName/Downloads/export.json

  WSL can read all your Windows drives: /mnt/c/ /mnt/d/ etc.


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


  Browse all superpowers:    cogbot.io/superpowers



  -- Troubleshooting -------------------------------------

  "wsl --install" fails?
    Your Windows may need updating. Run Windows Update first.
    Requires Windows 10 version 2004+ or Windows 11.

  IT won't allow WSL?
    Ask your administrator to enable the "Windows Subsystem
    for Linux" feature. It's a built-in Microsoft component.

  Can't access the internet from WSL?
    Your corporate proxy may need configuring. Ask IT for
    the proxy URL, then:
      export http_proxy=http://proxy.company.com:8080
      export https_proxy=http://proxy.company.com:8080


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

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