Wingetlywingetly
← All apps

EasyClaw

by EasyClawv1.7.8

Last updated

An easy-mode runtime and UI layer built on top of OpenClaw, designed to turn long-lived AI agents into personal digital butlers.

Install with winget

$ winget install --id GaoyangZhang.EasyClaw --exact --version 1.7.8

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for EasyClaw

EasyClaw uses EXE (NSIS). The silent install switches are /S.

One-line silent install (x64, user scope)
RivonClaw.Setup.1.7.8.exe /S /currentuser

See the full silent install reference for EasyClaw

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

OpenClaw is a powerful agent runtime — but it's built for engineers. Setting it up means editing config files, managing processes, and juggling API keys from the terminal. For non-programmers (designers, operators, small business owners), that barrier is too high.

EasyClaw wraps OpenClaw into a desktop app that anyone can use: install, launch from the system tray, and manage everything through a local web panel. Write rules in plain language instead of code, configure LLM providers and messaging channels with a few clicks, and let the agent learn your preferences over time. No terminal required.

In short: OpenClaw is the engine; EasyClaw is the cockpit.

Features

- Natural Language Rules: Write rules in plain language—they compile to policy, guards, or skills and take effect immediately (no restart)

- Multi-Provider LLM Support: 20+ providers (OpenAI, Anthropic, Google Gemini, DeepSeek, Zhipu/Z.ai, Moonshot/Kimi, Qwen, Groq, Mistral, xAI, OpenRouter, MiniMax, Venice AI, Xiaomi/MiMo, Volcengine/Doubao, Amazon Bedrock, NVIDIA NIM, etc.) plus subscription/coding plans (Claude, Gemini, Zhipu Coding, Qwen Coding, Kimi Code, MiniMax Coding, Volcengine Coding) and Ollama for local models

- OAuth & Subscription Plans: Sign in with Google for free-tier Gemini access or connect Claude/Anthropic subscription—no API key needed. Auto-detects or installs CLI credentials

- Per-Provider Proxy Support: Configure HTTP/SOCKS5 proxies per LLM provider or API key, with automatic routing and hot reload—essential for restricted regions

- Multi-Account Channels: Configure Telegram, WhatsApp, Discord, Slack, Google Chat, Signal, iMessage, Feishu/Lark, LINE, Matrix, Mattermost, Microsoft Teams, and more through UI with secure secret storage (Keychain/DPAPI)

- Token Usage Tracking: Real-time statistics by model and provider, auto-refreshed from OpenClaw session files

- Speech-to-Text: Region-aware STT integration for voice messages (Groq, Volcengine)

- Visual Permissions: Control file read/write access through UI

- Zero-Restart Updates: API key, proxy, and channel changes apply instantly via hot reload—no gateway restart needed

- Local-First & Private: All data stays on your machine; secrets never stored in plaintext

- Chat with Agent: Real-time WebSocket chat with markdown rendering, emoji picker, image attachments, model switching, and persistent conversation history

- Skills Marketplace: Browse, search, and install community skills from a built-in marketplace; manage installed skills with one click

- Auto-Update: Client update checker with static manifest hosting

- Privacy-First Telemetry: Optional anonymous usage analytics—no PII collected

How File Permissions Work

EasyClaw enforces file access permissions through an OpenClaw plugin that intercepts tool calls before they execute. Here's what's protected:

- File access tools (read, write, edit, image, apply-patch): Fully protected—paths are validated against your configured permissions

- Command execution (exec, process): Working directory is validated, but paths inside command strings (like cat /etc/passwd) cannot be inspected

Coverage: ~85-90% of file access scenarios. For maximum security, consider restricting or disabling exec tools through Rules.

Technical note: The file permissions plugin uses OpenClaw's before_tool_call hook—no vendor source code modifications needed, so EasyClaw can cleanly pull upstream OpenClaw updates.

Installers · v1.7.8

ArchitectureTypeScopeInstallDownload
x86Portable-Direct
x64EXE
NSIS
userDirect
x64EXE
NSIS
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for EasyClaw.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • Claude CodeAnthropic PBC
    Anthropic.ClaudeCodev2.1.268

    Unleash Claude’s raw power directly in your terminal. Search million-line codebases instantly. Turn hours-long workflows into a single command. Your tools. Your workflow. Your codebase, evolving at thought speed.

  • O
    Ollama (Portable)Ollama
    Ollama.Ollama.Portablev0.33.1

    Start building with open models.

  • CursorAnysphere
    Anysphere.Cursorv3.19.7

    The AI Code Editor

  • LM StudioLM Studio
    ElementLabs.LMStudiov0.4.24+1

    Discover, download, and run local LLMs

  • ClaudeAnthropic, PBC
    Anthropic.Claudev1.44121.2

    Your AI partner on desktop. Fast, focused, and designed for deep work.

  • R
    rtkrtk-ai
    rtk-ai.rtkvv0.48.0

    CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies

More from EasyClaw or browse agent, agentic, ai.

Frequently asked questions

How do I install EasyClaw on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id GaoyangZhang.EasyClaw --exact --version 1.7.8. winget downloads the installer from EasyClaw and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install EasyClaw silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id GaoyangZhang.EasyClaw --exact 1.7.8 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for EasyClaw?
EasyClaw uses EXE (NSIS). Run the downloaded installer with: RivonClaw.Setup.1.7.8.exe /S /currentuser. The silent switches are /S.
How do I uninstall EasyClaw via winget?
Run: winget uninstall --id GaoyangZhang.EasyClaw --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from EasyClaw's Apps & Features entry.
Is EasyClaw free?
EasyClaw is distributed under MIT. Refer to the publisher (https://github.com/gaoyangz77/easyclaw) for the full license terms - Wingetly itself does not charge for installation.
Does EasyClaw work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls EasyClaw directly from the publisher.
How do I keep EasyClaw up to date?
Run winget upgrade --id GaoyangZhang.EasyClaw --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of EasyClaw from microsoft/winget-pkgs.