Sylinko/Everywhere
On-screen aware AI assistant for your desktop. Uses current app context, multiple LLMs, and MCP tools to help you act across apps.
📌 What is Everywhere?
Everywhere is a cross‑platform desktop AI assistant built with .NET 10 and Avalonia UI. It lets you invoke a large‑language‑model (LLM) instantly on‑screen via a global hot‑key, so you can ask questions or run commands without leaving the application you’re using. The app captures the current context (selected text, window title, UI elements, etc.) through accessibility and UI‑automation APIs and sends it to a chosen LLM (OpenAI, Anthropic, Gemini, DeepSeek, Moonshot, MiniMax, Ollama, or a custom endpoint). The response is shown in a modern frosted‑glass window that supports markdown, math, and rich formatting.
✨ Core Capabilities
| Category | What’s Ready | In‑Progress |
|---|---|---|
| Model Ecosystem | Cloud service, OpenAI, Anthropic Claude, Google Gemini, DeepSeek, Moonshot Kimi, MiniMax, local Ollama, custom APIs | – |
| Agent System | Interacts with web browsers, dispatches sub‑agents, reads/writes local files, runs terminal scripts, integrates Windows “Everything” search and macOS system apps | Memory system |
| Interaction | Frosted‑glass UI, context awareness, global hotkeys, text‑selection trigger, markdown & LaTeX rendering | Mouse shortcuts, voice control |
| Platforms | Windows 10+, macOS Monterey (Intel & Apple‑silicon) | Linux (development) |
| Languages | UI available in 10+ languages (Chinese, English, German, Spanish, French, Italian, Japanese, Korean, Russian, Turkish) | AI‑assisted translation contributions |
Example Use‑Cases (as described in the README)
- Error‑message troubleshooting – invoke Everywhere over an error dialog and ask “What is this error? How to fix it?”
- Web article summarisation – summon the assistant on a long page and request a short summary.
- Instant translation – highlight a foreign phrase and ask for a translation.
- Email polishing – ask the assistant to make a draft more professional.
- Fact‑checking – select a claim and ask “Is this true?”
🛠️ Technical Stack
- Language / Runtime: C# on .NET 10
- UI Framework: Avalonia (cross‑platform, enables the frosted‑glass look)
- LLM Integration: HTTP calls to various provider APIs; also supports local models via Ollama.
- Context Capture: Uses OS accessibility APIs and UI‑automation to read window titles, selected text, and other UI metadata.
- Packaging: Installer (
.exewizard) and portable zip for Windows;.pkginstallers for macOS (ARM64 & x64).
🚀 Getting Started
- Download – go to the official site everywhere.sylinko.com/download and pick the installer for your OS.
- Install / unzip – run the wizard on Windows or the
.pkgon macOS. A portable zip is also available for Windows. - Configure – after launch, add your preferred LLM API keys (OpenAI, Anthropic, etc.) in the settings panel.
- Use – press the global shortcut (default is documented in the app) to bring up the assistant over any window, type a prompt, and receive a formatted answer.
For developers:
- See
docs/build.mdfor instructions on setting up the development environment and building from source. - Contribution guidelines are in
CONTRIBUTING.md.
📄 License & Community
- The code is released under the repository’s LICENSE (a permissive open‑source license, see the
LICENSEfile). - Community support is available on Discord, a Chinese QQ group, and the official documentation site.
- Sponsorship is accepted via 302.AI and a code‑signing certificate sponsor (Certum China).
All information above is taken directly from the repository’s README; no additional features have been inferred.
Related
- Project
- Project
- Project
- Project
- Project