EveryDev.ai
Subscribe
Home
Tools

3,611+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Clinch
    Clinch icon

    Clinch

    AI Coding Assistants
    Featured

    A local-first macOS terminal fork of Warp built for agentic engineering with Claude Code and Codex, featuring automatic session resume, remote control via Tailscale, and no telemetry.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free, open-source macOS terminal with all features included. No account, no telemetry, no paid tiers.

    Engagement

    Available On

    Windows
    macOS
    iOS
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI Coding AssistantsTerminal & Session ManagementDevelopment Environments

    Alternatives

    HarnesscomuxOpenCode Superapp
    Developer
    Elliot (elliot-ylambda)San Diego, CAEst. 2026

    Listed Aug 2026

    About Clinch

    Clinch is a free, open-source macOS terminal application built specifically for developers running AI coding agents like Claude Code and Codex. It is an independent AGPL-3.0 fork of the Warp terminal, created by Elliot (elliot-ylambda on GitHub), and is distributed as an unnotarized public preview for macOS 14 and later on both Intel and Apple Silicon.

    What It Is

    Clinch is a macOS terminal emulator purpose-built for agentic engineering workflows — specifically for people who run multiple Claude Code and Codex sessions simultaneously across many projects. It extends the Warp terminal's Rust-based renderer and blocks model with a layer of agent-aware features: automatic session resume, project-scoped tab organization, remote control from a phone, and real-time agent status badges. The core app runs entirely without a Clinch or Warp account, has no telemetry, no analytics, and no crash reporting by design.

    How Session Resume Works

    The headline feature is persistent agent context. When session capture is enabled (on by default), Clinch hooks into Claude Code and Codex via managed entries in ~/.claude/settings.json and ~/.codex/config.toml. On restart, Clinch starts a new provider process and asks it to resume the recorded conversation in the pane that originally owned it. Recovery is best-effort — provider retention, deleted transcripts, and abrupt power loss can prevent an exact restore — but the system handles normal quit, relaunch, and undo-close flows.

    Agent-Focused Feature Set

    Clinch ships a dense set of features aimed at managing many parallel AI coding threads:

    • Automatic worktree tabs: new agent tabs in a Git repo open in auto-generated linked worktrees on unique branches
    • Usage meter in tab bar: Claude Code and Codex transcript totals, estimated cost, and model names visible per tab
    • Rate-limit auto-continue: Clinch counts down a recognized rate-limit window and sends "continue" automatically
    • Attention badges and cycling: tab badges and macOS notifications when an agent is waiting; one shortcut cycles to the next waiting agent
    • Quick-reply buttons: Continue and LGTM buttons under live Claude Code and Codex panes; Clinch can also detect repeated prompts and offer to turn them into custom quick-insert buttons
    • Fork and compact: invoke the provider CLI to fork a recorded session into a new tab, or send /compact from the pane footer
    • Skills panel: browse Claude Code and Codex skills discovered for the active project
    • Project hover overview: hover a project tab to see live agent status without switching

    Remote Control (Beta)

    Clinch includes a beta Remote Control feature that lets users send input to running agent sessions from Safari on an iPhone, over a private Tailscale network. There is no hosted relay and no terminal traffic through clinch.sh — the Mac stays the host and the phone acts as a view and keyboard. Pairing uses a single-use QR invitation that expires in five minutes; paired devices stay authorized for 90 days. Remote Control is off by default and requires Tailscale on both devices.

    Privacy and Open-Source Architecture

    Clinch is built on a strict no-telemetry architecture. The stable channel ships with telemetry_config: None and crash_reporting_config: None; every inherited Warp backend URL is replaced with an unroutable RFC 5737 black-hole address so no code path can deliver data to a Warp service. The binary links no crash-reporting framework and contains no RudderStack destination, Sentry DSN, or analytics SDK. The only automatic network request is an at-most-daily signed update check against the GitHub releases page, which can be disabled. These invariants are enforced by automated tests in the build.

    Update: v0.2026.08.17.1605

    The latest release as of August 2026 is v0.2026.08.17.1605, published on 2026-08-18. The project introduced an in-app updater in v0.2026.07.20.1643; installations older than that version require one bootstrap reinstall via the curl installer. The release process is fully local — no GitHub Actions jobs run for publication — and each release ships signed checksums, a CycloneDX SBOM, and a vendored Corresponding Source archive for offline builds. The project is actively maintained with recent pushes and open issues tracked on GitHub.

    Clinch - 1

    Community Discussions

    Be the first to start a conversation about Clinch

    Share your experience with Clinch, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Free & Open Source

    Fully free, open-source macOS terminal with all features included. No account, no telemetry, no paid tiers.

    • All agent-aware terminal features
    • Session resume for Claude Code and Codex
    • Remote Control (beta) via Tailscale
    • Usage meter and rate-limit auto-continue
    • No account required

    Capabilities

    Key Features

    • Automatic session resume for Claude Code and Codex on restart
    • Project tabs for organizing terminal tabs, splits, and agent sessions
    • Remote control via Tailscale from Safari on iPhone
    • Usage meter showing transcript totals, estimated cost, and model names in tab bar
    • Rate-limit auto-continue for Claude Code and Codex
    • Attention badges and macOS notifications when agents are waiting
    • Agent attention cycling shortcut to focus next waiting agent
    • Quick-reply buttons (Continue, LGTM) under live agent panes
    • Automatic worktree tabs for isolated Git branches per agent
    • Fork and compact session controls
    • Skills panel for browsing Claude Code and Codex skills
    • Project hover overview with live agent status
    • Conversation finder to reopen recent captured sessions
    • Agent file links with Cmd-click to open files from TUI output
    • Shell command status indicators for background commands
    • Image preview pane for SVG, PNG, JPEG, GIF, WebP
    • Tab tear-off into separate windows
    • Vertical tab rail layout for running many agents
    • Project header colors for visual window differentiation
    • No telemetry, no analytics, no crash reporting, no account required

    Integrations

    Claude Code
    Codex (OpenAI)
    Tailscale
    macOS Keychain
    Anthropic API (optional plan limit gauges)
    MCP servers
    Git / worktrees
    Homebrew (optional)
    jq (bundled)
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Clinch and help others make informed decisions.

    Developer

    Elliot (elliot-ylambda)

    Elliot builds Clinch, a local-first macOS terminal fork of Warp designed for agentic engineering with Claude Code and Codex. The project is independently developed and published under AGPL-3.0, with full source available on GitHub. Clinch ships with no telemetry, no account requirement, and a strict privacy-by-architecture approach. The project is not affiliated with Warp or Denver Technologies, Inc.

    Founded 2026
    San Diego, CA
    1 employees
    Read more about Elliot (elliot-ylambda)
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Harness icon

    Harness

    A macOS terminal written from scratch in Swift with its own GPU renderer, persistent sessions, split panes, and built-in awareness of coding agents like Claude Code, Codex, and Cursor.

    comux icon

    comux

    A CLI tool that runs multiple AI coding agents in parallel using tmux and git worktrees, with a terminal-based control room for reviewing and merging work.

    OpenCode Superapp icon

    OpenCode Superapp

    A native, local-first AI coding workspace for Mac that runs cloud, self-hosted, or fully local models with voice control, browser automation, and extensible desktop workflows.

    Browse all tools

    Related Topics

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    768 tools

    Terminal & Session Management

    Terminal emulators, multiplexers, and session managers that help developers run parallel AI coding agents, manage multiple workspaces, and maintain persistent terminal sessions.

    43 tools

    Development Environments

    AI-enhanced code editors and IDEs that improve the coding experience.

    183 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions