raunakkathuria

Operance — AI skill for Claude Code

AI community

Local-first AI desktop action layer for controlling your computer with natural language.

How to install Operance

This entry records only its repository, not the path inside it, so there is no exact command to give. Open raunakkathuria/operance and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Operance does

Local-first AI desktop action layer for controlling your computer with natural language.

Alternatives in AI

  • Token Monitor — Local-first desktop widget for tracking token usage, costs, and limits across 32+ AI coding tools—including Cl 1.8k ★
  • Open Science — Open Science Desktop — local-first, model-agnostic AI research workbench for macOS, Windows & Linux 1.5k ★
  • LongHorizon Harness — The long-horizon computer-use harness 1.3k ★

README

Operance logo Operance

Turn intent into action.

**Operance is a local-first AI desktop action layer that lets you control your computer with natural language.** Speak or type what you want, and Operance turns that intent into safe, typed desktop actions before anything runs.

The current public beta is Fedora KDE Plasma Wayland first and uses a tray-first click-to-talk workflow. It is ready for outside developers and early adopters to install, test, report issues, and help extend.

Today, Operance can open apps and websites, focus or quit apps with confirmation, list recent files, list or search known folders by file name, show basic file metadata, manage Desktop files or folders with confirmation, list, find, or switch windows, answer desktop-status questions, and control basic audio state. It also supports safe JSON desktop skill packs for adding exact phrase shortcuts that emit existing typed actions without changing the portable core.

The tray and verified commands work without an AI model. A local OpenAI-compatible model, such as an Ollama-served Qwen model, can be enabled as a bounded planner fallback after `operance --planner-readiness` reports it is safe to enable. Model output is still constrained to Operance's typed action schema and goes through validation, policy, and confirmation gates.

For developers, Operance is also built to be extended. Under the hood, it has a shared portable core, per-platform providers and adapters, and an MCP-compatible control surface. The current delivery scope stays Linux-first while keeping the core portable for later Windows and macOS adapters.

![Operance high-level runtime architecture](docs/architecture/assets/high-level-runtime.svg)

Platform roadmap:

  • Phase 1: Linux/KDE/Wayland
  • Phase 2: Windows
  • Phase 3: macOS

The implementation stays Linux-first today. The portable core remains shared across platforms, includi