UniversalCopilot is an AI-powered Windows application that integrates an LLM-driven context menu directly into your workflow. With a simple hotkey combination and right-click, you can summarize text, translate it, generate custom completions, or perform other intelligent actions, all powered by a locally hosted Large Language Model.
- Windows OS
- .NET 6 or newer runtime (if not using a self-contained build)
- A locally hosted LLM endpoint (e.g., LM Studio at
http://localhost:1234) - The
menus.hclconfiguration file placed in the same directory as the.exe
For detailed installation steps, including setting up the environment and running the LLM server, check the installation notes.
- Select Text in any application.
- Trigger the Menu: Press Ctrl+Shift and Right-Click to open the AI-driven context menu.
- Choose an Action: Summarize, translate, fill, or invoke custom actions defined in
menus.hcl. - Watch the Magic: The response from the LLM is inserted back into your target field or application.
For more in-depth usage instructions, see the usage guide.
- Installation Notes: Detailed steps to set up and run UniversalCopilot.
- Usage Guide: More examples, common commands, and workflows.
- Advanced Topics: Customizing prompts, adding new actions, and integration tips.
- Contributing: Learn how to contribute to UniversalCopilot.
- Code of Conduct: Standards we follow to create a welcoming community.
- LM Studio for hosting your local LLM.
- Microsoft .NET Documentation for runtime and SDK details.
Happy Coding! With UniversalCopilot, you can unlock new levels of productivity and intelligence in your daily workflow, all while keeping your documentation organized and user-friendly.