Claude AI Windows apps: install, permissions, and work boundaries

Stevia Putri
Written by

Stevia Putri

Katelin Teen
Reviewed by

Katelin Teen

Last edited September 9, 2026

Expert Verified
Official Claude Dispatch illustration showing a phone request beside a browser and Claude Code terminal session.

What Claude offers on Windows

Anthropic documents Claude Desktop for Windows, including a Windows deployment path for managed environments. Install from Anthropic's official route. If an organization manages devices, its Windows configuration can be applied through Group Policy, so a user's local expectations may not be the final policy.

The desktop app requires Windows 10 or newer. Visit Claude's download page, select Windows, open the downloaded installer, then launch Claude from the Start menu and sign in. Chat is available on Free as well as paid plans; Code and Cowork access depends on a paid plan. Check your organization's installation rules before installing on a managed machine.

Before installing any client, check the publisher, privacy policy, update path, and whether the organization approves it. That is a verification step, not a claim that every third-party client is unsafe. For a task that only needs chat and approved web connections, Claude in a browser may be the simpler choice.

Claude Desktop can use local MCP servers and desktop extensions. Those extensions run locally and deserve the same review as other installed tools: identify the publisher, inspect the access they need, and make the update and removal path clear. Anthropic's local MCP guide distinguishes local resources from remote connections.

For code, Claude Code permissions are the control point. Manual mode allows review of commands and edits; Auto and other modes change how approvals work. Check /permissions and the active mode before assuming a Windows session will stop for every operation.

Claude Code can run natively on Windows or through WSL; Anthropic's Windows setup guide explains the options. Native Code requires Windows 10 1809+ or Windows Server 2019+. Git for Windows is optional: without it, Code uses its PowerShell tool; with it, Git Bash is available. WSL 2 supports Code's command sandboxing, while native Windows does not. The VS Code extension provides an editor workflow, and Code also has a desktop interface—terminal use is not mandatory.

Cowork is available on paid plans for multi-step work such as organizing approved files or preparing a report. Keep local-folder access narrow and review connected tools. Computer use is a separate beta capability with its own permissions; installing an MCP extension is not the same as enabling all screen-control features.

Official plans and third-party clients

At current US list prices, Free costs $0; Pro is $20 monthly or $200 billed annually, displayed as about $17 per month. Max starts at $100 monthly. Team supports 2–150 people: Standard seats are $25 monthly or $20 per month billed annually; Premium seats are $125 or $100 respectively. Taxes and usage limits apply. API usage is a separate budget, not included simply because you bought a Claude subscription.

A third-party client may have its own subscription or API-key arrangement. Read its specific billing and data-handling terms; do not assume it accepts your Claude plan, sends data only to Anthropic, or routes every request through a middleman. Those details depend on the client. Use the official app or browser if you do not have a reason to add another provider and cannot verify its handling of your data.

Move an approved Windows troubleshooting note into the right teammate

Suppose a support lead has approved a fictional note for the team's Windows app: “For error W-17 in version 2.4, use the browser while IT checks the installer. This note does not cover other errors. Do not recommend disabling device security.” The practical question is whether the support teammate uses that narrow advice without inventing a fix. A coding agent must not assume Claude Desktop transferred the note into eesel; the owner explicitly supplies the approved evidence to a nonproduction teammate after checking its setup.

The eesel CLI returns JSON from the same teammate and workspace that the support owner uses in the dashboard. With Node.js 18.17 or newer:

Powershell
$EeselTargetAgent = "REPLACE_WITH_NAME_OR_ID_FROM_AGENTS"
npx @eesel/cli login
npx @eesel/cli whoami
npx @eesel/cli agents
npx @eesel/cli integrations --agent "$EeselTargetAgent"
npx @eesel/cli integrations download list --agent "$EeselTargetAgent"
npx @eesel/cli instructions --agent "$EeselTargetAgent"
npx @eesel/cli approvals --agent "$EeselTargetAgent"
npx @eesel/cli billing --agent "$EeselTargetAgent"

Login stores credentials; the remaining commands read current state. Replace the placeholder with an actual name or ID returned by agents. The analyst, script, Claude Code, Codex, or Cursor can format the JSON into a short owner review: source readiness, instructions that affect the answer, and any held action. approvals lists actions only. It does not approve them.

The coding agent compares download readiness and standing instructions with the supplied note. It can flag a conflict—for example, an old rule that recommends reinstalling for every error—so the owner can decide whether to change it. Instructions are not the full knowledge base, and held approvals are not the action-permission inventory. Review the relevant source content and actual action controls separately.

After the owner checks billing, authorizes paid chat, and sets consequential actions to Disabled in eesel Actions settings, a person or coding agent can run this fictional test in PowerShell:

Powershell
npx @eesel/cli new --name "Windows installation note review" --agent "$EeselTargetAgent"
npx @eesel/cli chat "Fictional approved note for our app: error W-17 in version 2.4 means use the browser while IT checks the installer. It covers no other errors. Do not recommend disabling device security. A customer reports W-17 on version 2.4. Draft a reply using only this note; do not send or change anything." --agent "$EeselTargetAgent"

Check that the reply gives the temporary browser route without claiming the installer is fixed. In separate fresh conversations with the same note supplied, test an unknown error W-99 and a request to disable endpoint protection. The first should ask for information or escalate rather than reuse an unsupported workaround; the second should retain the security restriction. These are proposed tests, not results we obtained. Owner review is still needed before any change to standing guidance or production replies.

A prompt does not enforce the Disabled boundary; the action setting does. Test a future Needs approval customer reply separately before production. Setup and observation are free; chat is billed and the coding agent has separate usage costs. A CLI --dry-run previews a write request, not the teammate's behavior.

Sources

Use eesel CLI from a Windows review workflow

eesel dashboard showing its Simulation skill, a connected website, Zendesk and Slack sources, and a chat panel.
eesel dashboard showing its Simulation skill, a connected website, Zendesk and Slack sources, and a chat panel.

This example workspace is not evidence that the fictional Windows cases were tested.

Try eesel for a defined support responsibility. Use the CLI from your Windows workflow to inspect the existing teammate, supply approved context, and review the answer before a customer sees it.

Frequently asked questions

Is there an official Claude app for Windows?

Yes. Anthropic documents Claude Desktop for Windows. Download it from Anthropic’s official install page rather than relying on an unrelated store listing.

Can Claude Desktop be managed on Windows?

Yes. Anthropic documents Windows deployment and managed configuration through Group Policy. Check the organization settings that are actually in force on a device.

Does Claude Code always ask before edits?

No. Claude Code has permission modes and Allow, Ask, and Deny rules. Manual mode prompts for proposed commands and edits, while other modes can behave differently.

Can Claude Desktop use local tools?

Claude Desktop supports local MCP servers and desktop extensions. Treat a local extension as installed tooling: review its publisher, local access, and update path before deploying it.

Can a Windows coding agent inspect eesel?

Yes. eesel CLI returns JSON to a person, script, or coding agent and uses the same existing teammate and workspace as the dashboard.

Does eesel CLI approve a held action automatically?

No. The approvals command lists held actions. An authorized owner must review an exact action before approving or denying it.

Share this article

Stevia Putri

Article by

Stevia Putri

Stevia Putri is a marketing generalist at eesel AI, where she helps turn powerful AI tools into stories that resonate. She’s driven by curiosity, clarity, and the human side of technology.

Related Posts

All posts →
Claude Code lettering beside an illustrated person holding a gear.
Guides

Claude AI Mac apps: what Claude Desktop and Claude Code can do (2026)

A practical guide to Claude Desktop on Mac, Quick Entry, Cowork, Claude Code permissions, and a safe eesel support handoff.

Stevia PutriStevia PutriJan 9, 2026
Official Claude Dispatch illustration showing a phone request beside a browser and Claude Code terminal session.
Guides

Claude AI productivity assistant: choose the right Claude surface for work

Use Claude Projects, connectors, Cowork, and Claude Code for the right job, then keep customer-facing support work in a reviewed eesel teammate.

Stevia PutriStevia PutriJan 9, 2026
Illustration of a person using a phone beside Claude Code lettering and raised question-mark signs.
Guides

7 Claude Code best practices for reliable, reviewable work

Seven practical Claude Code habits for scoped changes, clear context, permission review, and meaningful tests, plus a safe handoff when a code finding changes support guidance.

Kenneth PanganKenneth PanganSep 8, 2025
Anthropic example showing a Dispatch mobile conversation beside a browser preview and Claude Code terminal on a computer.
Guides

Claude desktop: Chat, Cowork, Code, local access, and pricing

A current guide to Claude Desktop, Cowork, Claude Code, local files, computer use, plan limits, and a safe review workflow.

Stevia PutriStevia PutriJan 9, 2026
Official Claude Dispatch illustration showing a phone request beside a browser and Claude Code terminal session.
Guides

Claude AI desktop platform: local MCP, extensions, and managed rollout

Learn what Claude Desktop can do, how local MCP and desktop extensions differ, and how teams can control a rollout without treating local tools as harmless.

Stevia PutriStevia PutriJan 9, 2026
Illustration with Claude Code lettering, a person, and a gear.
Guides

What is Claude Code? A practical AI coding assistant guide

Learn how Claude Code reads projects, edits files, and runs tools, then connect a reviewed development workflow to the same eesel teammate your support team uses.

Kenneth PanganKenneth PanganSep 8, 2025
7 powerful Claude Code subagents you can build in 2025
Guides

7 powerful Claude Code subagents you can build in 2026

Claude Code subagents let you build a team of specialized AI assistants for coding tasks. For business teams, eesel AI delivers the same power, no coding required.

Kenneth PanganKenneth PanganSep 8, 2025
I tested dozens of tools to find the 7 best AI apps for work in 2025
Guides

15 AI apps for work: The 5 worth paying for (2026)

AI apps are everywhere, but few actually make work easier. After testing dozens, here’s my shortlist of the 7 best AI apps that save time and deliver real results.

Kenneth PanganKenneth PanganAug 25, 2025
An honest look at Claude AI: 2025 Claude reviews and a better alternative
Guides

Claude AI review (2026): After 30 days of testing for work

Thinking about using Claude AI for your business? Our detailed 2025 review covers everything from its conversational skills to the critical usage limits that frustrate users. We explore the pros, cons, and why a specialized AI agent might be a better fit for your support team.

Kenneth PanganKenneth PanganOct 8, 2025

Ready to hire your AI teammate?

Set up in minutes. No credit card required.

Get started free