# Windows Machine Setup Status (guru workstation) **Created:** 2026-03-23 **Machine:** Windows (C:\Users\guru\ClaudeTools) ## Software Verification Results ### Installed | Software | Version | Status | |----------|---------|--------| | Python | 3.12.10 | [OK] | | Git | 2.52.0.windows.1 | [OK] | | Windows OpenSSH | C:\Windows\System32\OpenSSH\ssh.exe | [OK] | | credentials.md | exists | [OK] | ### Missing - Needs Installation | Software | Purpose | Priority | |----------|---------|----------| | Node.js/npm/npx | MCP servers (GitHub, Filesystem, Sequential Thinking) | HIGH | | Ollama | Local AI models, GrepAI embeddings | HIGH | | GrepAI binary | Semantic code search | HIGH | | .mcp.json | MCP server configuration | HIGH | | .grepai/ index | Semantic search index | MEDIUM | ## Next Steps 1. **Install Node.js** - Download from https://nodejs.org/ (LTS recommended) 2. **Install Ollama** - Download from https://ollama.com/download 3. **Pull embedding model** - `ollama pull nomic-embed-text` 4. **Download GrepAI** - From https://github.com/yoanbernabeu/grepai/releases 5. **Create .mcp.json** - Copy from another machine or create new 6. **Initialize GrepAI** - `./grepai.exe init` then `./grepai.exe watch --background` ## Notes - SSH found at both Git and Windows System locations - use Windows System OpenSSH per CLAUDE.md - credentials.md exists - infrastructure credentials available - This is a fresh/partial setup compared to CachyOS workstation