The AI command center for OpenClaw.
Pinchr is a native macOS desktop app that gives you a premium interface for your OpenClaw AI assistant. Think of it as the cockpit for your AI β chat, voice, automations, and every channel in one place.
- π¬ Streaming Chat β Real-time conversation with your OpenClaw gateway
- ποΈ Voice Mode β Push-to-talk with Whisper transcription + TTS playback
- π Security Dashboard β Activity log of every AI action, permission scopes, resource monitor, kill switch
- π± Omnichannel Timeline β WhatsApp, Slack, email, iMessage unified in one view
- βK Command Palette β Fuzzy search across all actions
- ποΈ Workspaces β Role-based contexts (CEO, Developer, PM, etc.)
- π Task Scheduling β Cron jobs and automations from the UI
- π Connections Hub β Manage integrations (Gmail, Calendar, GitHub, etc.)
- π¬ In-App Support β Chat with support, persisted to cloud
- π Telemetry β Anonymous usage tracking with full opt-out
- π Auto-Updater β Checks for new versions automatically
- π₯οΈ System Tray β Runs in background, native notifications
- macOS 13+ (Apple Silicon or Intel)
- OpenClaw installed and running
Download the latest .dmg from Releases.
Note: This build is unsigned. On first open, right-click β Open to bypass macOS Gatekeeper.
git clone https://github.com/taw0002/pinchr-desktop.git
cd pinchr-desktop
npm install
npm run devnpm run dist # Build .dmg + .zip
npm run dist:dmg # Build .dmg onlysrc/
βββ main/ # Electron main process
β βββ index.ts # App lifecycle, tray, windows
β βββ gateway.ts # OpenClaw gateway connection
β βββ ipc.ts # IPC handlers
β βββ telemetry.ts # Usage tracking
β βββ updater.ts # Auto-update checker
β βββ activity-log.ts # Security activity logger
βββ preload/ # Context bridge
βββ renderer/src/ # React UI
β βββ pages/ # Chat, Dashboard, Security, Tasks, Settings, etc.
β βββ components/ # Sidebar, shared components
β βββ hooks/ # useGateway, useLicense
β βββ lib/ # Workspaces, utilities
βββ shared/ # Shared types
- Electron 33 + electron-vite
- React 19 + TypeScript
- Tailwind CSS + custom design system
- Framer Motion for animations
| Tier | Price | Features |
|---|---|---|
| Free | $0 | Chat, βK, tray, notifications |
| Pinchr | $20 one-time | Full app (7-day trial) |
| Pro | $12/mo | Voice, omnichannel, tasks, bundled AI API |
| Team | $29/mo/seat | Multi-agent, shared workspaces, audit logs |
MIT β see LICENSE.