3p

Document Linux Claude Desktop 3p deployments with enterprise.json and gateway configurations.

Updated Jul 30, 2026
One-click install
npx skills add https://github.com/patrickjaja/claude-desktop-bin --skill 3p
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 3p
Source: https://github.com/patrickjaja/claude-desktop-bin/tree/main/.claude/skills/3p
Command: npx skills add https://github.com/patrickjaja/claude-desktop-bin --skill 3p

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you understand and operate the Linux 3p deployment of Claude Desktop, including managed enterprise configurations, inference gateways, and the configuration split that separates 1p and 3p user data.

Core Features & Use Cases

  • Enterprise Configuration Guidance: Explains how /etc/claude-desktop/enterprise.json is read and how managed deployment settings affect app behavior.
  • 3p Mode Behavior: Covers the Claude-3p userData directory, hidden chat tab behavior, and the false VM-download banner seen in Linux native setups.
  • Cowork and Gateway Debugging: Helps verify that Cowork still runs natively under 3p and diagnose issues with gateway, Bedrock, Vertex, or other inference-provider setups.
  • Log-Based Validation: Shows which log files and markers confirm that the 3p configuration loaded and behaved correctly.

Quick Start

Ask for a concise walkthrough of how to verify a Claude Desktop 3p deployment on Linux, including enterprise.json loading, userData isolation, Cowork behavior, and the relevant log checks.

Frequently Asked Questions about 3p

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure enterprise.json for Claude Desktop 3p deployment on Linux?

Claude Desktop 3p deployment reads managed settings from /etc/claude-desktop/enterprise.json. This enterprise configuration file governs managed deployment behavior, ensuring proper path separation and inference gateway routing for the application.

Does Cowork run natively in a managed Claude Desktop 3p deployment?

Cowork runs natively under Claude Desktop 3p mode. You can verify its behavior and diagnose inference gateway issues by checking specific log files and markers that confirm the 3p configuration loaded correctly.

What is the Claude-3p userData split and why is path separation important?

The Claude-3p userData split separates 1p and 3p user data directories. Safe path separation ensures isolated data handling in managed Linux deployments, preventing conflicts between standard and 3p mode application states.

How can I verify that Bedrock or Vertex inference gateways are working with Claude Desktop?

Verify Bedrock, Vertex, or LiteLLM inference gateways by performing log-based validation. Checking specific log files and markers confirms whether the 3p configuration loaded successfully and if the gateway routing behaved correctly.

Why does a false VM-download banner appear in Linux native Claude Desktop setups?

A false VM-download banner appears in Linux native Claude Desktop 3p setups due to specific 3p mode behavior. Understanding the Claude-3p userData directory and hidden chat tab behavior helps diagnose this unexpected UI state.