Patapim is an agent harness and orchestration environment built to wrap and extend CLI coding agents like Anthropic's Claude Code, Codex, Antigravity, or custom terminal tools. Rather than replacing the underlying agent, it layers multi-project workspace management, full desktop GUI automation, browser control, and remote access on top of standard terminal sessions. In daily use, Patapim organizes active sessions into folder-based project workspaces rather than linear chat threads. Developers can run multiple terminal shells simultaneously, assigning distinct agents—such as Claude, Codex, or Gemini-powered tools—to specific repositories or subtasks. The interface provides cross-tab awareness, persistent session state across app restarts, integrated local speech-to-text dictation, and an embedded Chrome instance per terminal for handling web navigation without separate Model Context Protocol (MCP) setups. What sets Patapim apart from standard terminal multiplexers or IDE agent plugins is its zero-configuration remote access and full operating system automation. It allows underlying CLI agents to drive mouse, keyboard, and application inputs without extra API token billing by leveraging existing tool sessions. Users can also monitor, dictate prompts to, and control their running desktop terminals from a mobile browser via a synchronized web dashboard. Patapim offers a free tier supporting up to 3 projects, 9 terminal sessions, remote access, and a 30-minute dictation buffer. Paid upgrades include a Pro subscription at $6.99/month or a Lifetime license for a $59.99 one-time payment, both unlocking unlimited projects, terminals, and dictation.
Tags: agent harness, cli, coding agent, developer tools, terminal
patapim.ai/go. - 100% Local Voice Dictation — Offers low-latency push-to-talk speech-to-text with dictation history that injects transcribed commands directly into any shell. - Embedded Chrome Automation — Bundles dedicated browser instances into each terminal shell for headless or visible web tasks without complex external MCP setups. - Multi-Agent CLI Compatibility — Works with Claude Code, OpenAI Codex, Antigravity, or any user-configured custom command-line interface.Patapim is tailored for developers and power users who heavily utilize terminal coding agents like Claude Code across complex, multi-repository projects and need persistent session management, voice input, and mobile oversight. It is less suited for developers seeking simple single-file code completion within traditional IDE editors or those who prefer cloud-isolated sandbox environments without local OS interactions.
bash curl -fsSL https://patapim.ai/install-mac.sh | bash Windows (PowerShell): powershell irm https://patapim.ai/install.ps1 | iex Windows (Command Prompt): cmd curl -fsSL https://patapim.ai/install.cmd | runbash patapim 2. Configure your projects by navigating to your desired directory or importing folders into the workspace sidebar. 3. Ensure your preferred CLI coding agent (such as Claude Code) is authenticated and available in your system path. 4. To enable remote control from a mobile device or secondary machine, visit patapim.ai/go and authenticate with your account.bash claude "Refactor the authentication middleware to support JWT refresh tokens and run unit tests" You can also use keyboard push-to-talk (Ctrl + Alt) to dictate instructions directly into the active shell, or instruct the agent to leverage desktop tools: bash claude "Check the latest test report in ./coverage/lcov.info and open the browser tab to verify the dashboard layout"Part of CLI Coding Agents
Categories: AI Coding Agents, Code Assistants, Developer Tools