# 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 dedicated PowerShell 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. - [PowerShell Interface Script](https://meauxsoft.com/MoSearch-AiQueryInterface.ps1): The actual script used by agents to bridge the LLM to the MoSearch engine. ## 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.49\` - **Documentation:** `C:\Program Files (x86)\Meauxsoft\Mo-Search9.49\MoSearch-AiQueryInterface.md` - **Execution Script:** `C:\Program Files (x86)\Meauxsoft\Mo-Search9.49\MoSearch-AiQueryInterface.ps1` ## 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**: The PowerShell interface allows an LLM to perform "Find", "List", and "Get Content" actions locally without cloud dependency. ## Optional - [User Manual](): General usage for human operators. - [Change Log](https://meauxsoft.com/release-history_MoSearch.json): Version history for MoSearch