# MoSearch > MoSearch is a local (offline) desktop search tool for Windows that indexes local drives and mapped network shares. It allows LLMs to interact with a user's private local file system via a PowerShell or Python interface. ## Core Integration (These are only usable on an end User's Windows PC/Server, after that computer has been indexed) - [AI Query Interface Documentation](https://meauxsoft.com/MoSearch-AiQueryInterface.md): Detailed technical guide for LLMs on how to construct and execute searches via PowerShell or Python. - [PowerShell Interface Script](https://meauxsoft.com/MoSearch-AiQueryInterface.ps1): PowerShell script for agents to bridge the LLM to the MoSearch engine. - [Python Interface Script](https://meauxsoft.com/MoSearch-AiQueryInterface.py): Python equivalent of the PowerShell script. Uses Python's built-in sqlite3 module (no external tools required). Choose whichever is easier for your workflow. ## Local Implementation Details This tool is designed for offline-first environments. Once installed on a Windows server or PC, the integration files are located in the local installation directory: - **Root Path:** `C:\Program Files (x86)\Meauxsoft\Mo-Search9.50\` - **Documentation:** `C:\Program Files (x86)\Meauxsoft\Mo-Search9.50\MoSearch-AiQueryInterface.md` - **PowerShell Script:** `C:\Program Files (x86)\Meauxsoft\Mo-Search9.50\MoSearch-AiQueryInterface.ps1` - **Python Script:** `C:\Program Files (x86)\Meauxsoft\Mo-Search9.50\MoSearch-AiQueryInterface.py` ## Capabilities - **Local File Search**: Instant indexing and retrieval of local Windows files. - **Network Share Support**: Extension of search capabilities to mapped network drives. - **AI-Ready**: Both the PowerShell and Python interfaces allow an LLM to perform "Find", "List", and "Get Content" actions locally without cloud dependency. ## Optional - [Change Log](https://meauxsoft.com/release-history_MoSearch.json): Version history for MoSearch