# sylinko/everywhere

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/sylinko-everywhere).**

6,093 stars · 377 forks · C# · NOASSERTION

## Links

- GitHub: https://github.com/Sylinko/Everywhere
- Homepage: https://everywhere.sylinko.com
- awesome-repositories: https://awesome-repositories.com/repository/sylinko-everywhere.md

## Topics

`ai` `ai-agents` `ai-assistant` `avalonia` `claude` `deepseek` `desktop-app` `flow-state` `gemini` `hermes-agent` `mcp` `on-screen-awareness` `openai` `openclaw` `personal` `skills`

## Description

Everywhere is a desktop AI assistant that understands whatever is on your screen and can act across applications without requiring screenshots or manual context switching. It reads structured UI data through accessibility and automation APIs to perceive the active application and visible content, then provides context-aware help, summaries, translations, and answers to natural language questions about what you are viewing.

The tool distinguishes itself by combining on-screen content analysis with a multi-LLM agent platform that routes requests to providers like OpenAI, Anthropic, and local models through a plugin system. It includes a natural language command parser that translates plain language instructions into executable system commands with permission elevation handling, and a sub-agent task delegation system that can browse the web, run terminal scripts, search files, or control system applications. A context-aware shortcut engine triggers pre-configured actions or agent workflows based on the active application and visible content, activated via a global hotkey.

Beyond its core identity, Everywhere offers capabilities for drafting and polishing emails, rewriting text for tone, translating text in place, summarizing web pages, verifying information against online sources, diagnosing on-screen errors, and analyzing financial charts in real-time. It can execute contextual shortcuts that automatically suggest or trigger relevant strategies based on the current scenario, and handle system tasks like managing services, freeing ports, and clearing caches through plain language instructions.

## Tags

### Artificial Intelligence & ML

- [Desktop Context-Aware Assistants](https://awesome-repositories.com/f/artificial-intelligence-ml/ai-assistants/desktop-context-aware-assistants.md) — Press a global hotkey to get AI assistance that understands whatever is on your screen, without screenshots or app switching. ([source](https://github.com/Sylinko/Everywhere/blob/main/README-zh-cn.md))
- [Agent Delegation Systems](https://awesome-repositories.com/f/artificial-intelligence-ml/agent-architectures/ai-agents/multi-agent-coordination/agent-delegation-systems.md) — Delegates tasks to sub-agents that browse the web, run terminal scripts, search files, or control system applications. ([source](https://github.com/Sylinko/Everywhere/blob/main/README-zh-cn.md))
- [Agent Delegation Frameworks](https://awesome-repositories.com/f/artificial-intelligence-ml/agent-delegation-frameworks.md) — Delegates complex tasks to specialized sub-agents that execute web browsing, terminal scripts, or system commands.
- [Multi-Provider Routers](https://awesome-repositories.com/f/artificial-intelligence-ml/agentic-llm-frameworks/multi-provider-routers.md) — A platform that routes requests to multiple LLM providers including OpenAI, Anthropic, and local models for flexible intelligence.
- [Model Provider Integrations](https://awesome-repositories.com/f/artificial-intelligence-ml/agentic-systems-frameworks/model-integration-serving/ai-model-orchestration/model-provider-integrations.md) — Integrates with OpenAI, Anthropic, Google, DeepSeek, and other providers so users can choose the intelligence backend for each task. ([source](https://everywhere.sylinko.com/))
- [LLM Provider Integrations](https://awesome-repositories.com/f/artificial-intelligence-ml/llm-provider-integrations.md) — Routing AI requests to different providers like OpenAI, Anthropic, and local models, choosing the best backend for each task.
- [Multi-Provider Abstractions](https://awesome-repositories.com/f/artificial-intelligence-ml/model-provider-integrations/multi-provider-abstractions.md) — Integrates with multiple LLM providers and routes requests through a plugin system for flexible model selection.
- [System Command Controllers](https://awesome-repositories.com/f/artificial-intelligence-ml/natural-language-device-control/system-command-controllers.md) — Running shell commands, managing services, and handling system tasks using plain language instructions.
- [Natural Language Service Controllers](https://awesome-repositories.com/f/artificial-intelligence-ml/natural-language-service-controllers.md) — A controller that executes shell commands, manages services, and handles system tasks using plain language instructions.
- [On-Screen Text Processors](https://awesome-repositories.com/f/artificial-intelligence-ml/optical-character-recognition/screen-text-extractors/on-screen-text-processors.md) — A processor that summarizes, translates, rewrites, and verifies text visible on screen without manual copying or app switching.
- [On-Screen Content Question Answerers](https://awesome-repositories.com/f/artificial-intelligence-ml/visual-question-answering/on-screen-content-question-answerers.md) — Responds to natural language queries by interpreting the captured screen context and providing relevant answers or actions. ([source](https://cdn.jsdelivr.net/gh/sylinko/everywhere@main/README.md))
- [MCP Tool Delegators](https://awesome-repositories.com/f/artificial-intelligence-ml/mcp-lifecycle-orchestration/mcp-tool-delegators.md) — An orchestrator that uses MCP tools to delegate tasks like web browsing, terminal commands, and file searches to sub-agents.
- [In-Place Extraction Translators](https://awesome-repositories.com/f/artificial-intelligence-ml/multilingual-content-translation/in-place-extraction-translators.md) — Translates selected or visible text into a target language without opening a separate translation tool. ([source](https://cdn.jsdelivr.net/gh/sylinko/everywhere@main/README.md))
- [Selected Text Translation Popups](https://awesome-repositories.com/f/artificial-intelligence-ml/text-translation-services/selected-text-translation-popups.md) — Selects or points at foreign text and translates it into your preferred language in place. ([source](https://github.com/Sylinko/Everywhere/blob/main/README-zh-cn.md))

### Content Management & Publishing

- [On-Screen Content Summarizers](https://awesome-repositories.com/f/content-management-publishing/content-processing-transformation/content-processing/content-summarization-tools/on-screen-content-summarizers.md) — Captures visible content from any application and returns a concise summary or answer without requiring manual copying or app switching. ([source](https://everywhere.sylinko.com/en/docs))
- [Natural Language Rewriters](https://awesome-repositories.com/f/content-management-publishing/natural-language-rewriters.md) — Transforms selected text on screen—such as email drafts—into a different tone or style based on a natural language instruction. ([source](https://everywhere.sylinko.com/en/docs))
- [Email Draft Polishing](https://awesome-repositories.com/f/content-management-publishing/scientific-manuscript-drafting/professional-writing-polishing/email-draft-polishing.md) — Rewrites email drafts to match a requested tone, such as making them more professional or concise. ([source](https://github.com/Sylinko/Everywhere/blob/main/README-zh-cn.md))

### Development Tools & Productivity

- [Desktop Context-Aware Triggers](https://awesome-repositories.com/f/development-tools-productivity/action-execution-frameworks/multi-action-triggers/multi-press-input-triggers/ai-assistant-triggers/smart-action-triggers/desktop-context-aware-triggers.md) — Detects the active application or scenario and automatically suggests or executes relevant shortcut strategies without manual input. ([source](https://everywhere.sylinko.com/en/docs))
- [Natural Language Command Interpreters](https://awesome-repositories.com/f/development-tools-productivity/cli-command-interpreters/natural-language-command-interpreters.md) — Translates plain language instructions into executable system commands with permission elevation handling.
- [Programmatic Screen Reading](https://awesome-repositories.com/f/development-tools-productivity/commit-history-analysis/activity-summaries/screen/programmatic-screen-reading.md) — Reads structured UI data through accessibility and automation APIs to understand the active application and content. ([source](https://github.com/Sylinko/Everywhere/blob/main/README-zh-cn.md))
- [Global Hotkey Triggers](https://awesome-repositories.com/f/development-tools-productivity/global-hotkey-triggers.md) — Activates AI assistance via a system-wide keyboard shortcut without requiring app switching or manual input.
- [Automation Execution Shortcuts](https://awesome-repositories.com/f/development-tools-productivity/navigation-shortcuts/automation-execution-shortcuts.md) — Triggers pre-configured actions or agent workflows based on the application and content the user is currently viewing. ([source](https://cdn.jsdelivr.net/gh/sylinko/everywhere@main/README.md))
- [Screen Capture and Text Extraction](https://awesome-repositories.com/f/development-tools-productivity/screen-capture-utilities/screen-capture-and-text-extraction.md) — Captures visible text and UI elements from the active application to understand the user's current context without requiring screenshots. ([source](https://cdn.jsdelivr.net/gh/sylinko/everywhere@main/README.md))
- [Accessibility-API Screen Readers](https://awesome-repositories.com/f/development-tools-productivity/screen-capture-utilities/screen-capture-and-text-extraction/accessibility-api-screen-readers.md) — Reading and analyzing visible text and UI elements from any application to answer questions or provide summaries.

### DevOps & Infrastructure

- [AI Provider Plugin Routers](https://awesome-repositories.com/f/devops-infrastructure/provider-plugin-architectures/ai-provider-plugin-routers.md) — Routes AI requests to multiple backends through a plugin system supporting cloud, local, and custom endpoints.

### Operating Systems & Systems Programming

- [Accessibility API Wrappers](https://awesome-repositories.com/f/operating-systems-systems-programming/platform-api-access/accessibility-api-wrappers.md) — Reads structured UI data through platform accessibility APIs instead of using screenshots or OCR.

### Software Engineering & Architecture

- [Desktop Context-Aware Shortcuts](https://awesome-repositories.com/f/software-engineering-architecture/context-aware-tooling/visual-context-awareness-engines/desktop-context-aware-shortcuts.md) — Triggers pre-configured actions or agent workflows based on the active application and visible content.
- [Claim Verification Tools](https://awesome-repositories.com/f/software-engineering-architecture/core-business-logic/logic-verification-utilities/system-state-verifiers/ai-driven-verifiers/claim-verification-tools.md) — Checks selected claims against online sources to assess their reliability. ([source](https://github.com/Sylinko/Everywhere/blob/main/README-zh-cn.md))

### Web Development

- [AI Provider Routing](https://awesome-repositories.com/f/web-development/api-endpoint-configurations/service-endpoint-configurations/ai-provider-routing.md) — Routes requests to cloud services, local models, or custom endpoints from providers like OpenAI, Anthropic, and Ollama. ([source](https://github.com/Sylinko/Everywhere/blob/main/README-zh-cn.md))
- [On-Demand Web Page Summarizers](https://awesome-repositories.com/f/web-development/custom-page-frameworks/content-summarization/ai-powered-web-summarization/on-demand-web-page-summarizers.md) — Extracts key points from a webpage the user is viewing and delivers a concise summary on demand. ([source](https://cdn.jsdelivr.net/gh/sylinko/everywhere@main/README.md))
- [AI-Powered Web Summarization](https://awesome-repositories.com/f/web-development/custom-page-frameworks/content-summarization/ai-powered-web-summarization.md) — Captures the visible page and returns a concise summary of the article or document you are reading. ([source](https://github.com/Sylinko/Everywhere/blob/main/README-zh-cn.md))
- [Web Page Summarizers](https://awesome-repositories.com/f/web-development/custom-page-frameworks/content-summarization/ai-powered-web-summarization/media-summarizers/web-page-summarizers.md) — Extracts key points, terms, and insights from a page without requiring the user to navigate away from their current view. ([source](https://everywhere.sylinko.com/))

### User Interface & Experience

- [Tone Rewriting Tools](https://awesome-repositories.com/f/user-interface-experience/presentation-styling-utilities/content-tone-adjustment/tone-rewriting-tools.md) — Transforms user-written text into a more professional, casual, or specified tone based on a natural language instruction. ([source](https://cdn.jsdelivr.net/gh/sylinko/everywhere@main/README.md))
- [On-Screen Error Diagnoses](https://awesome-repositories.com/f/user-interface-experience/start-screens/error-screens/on-screen-error-diagnoses.md) — Captures error context, identifies the root cause, and suggests commands or solutions to resolve the issue. ([source](https://everywhere.sylinko.com/))
