Agent-assisted install

Let your agent install Docpipe.

Copy one bounded prompt into Claude Code or Codex. It downloads the official release, verifies it, installs the matching Frugal skill, and reports what changed.

Recommended

Copy one prompt. Your agent handles the setup.

Choose the agent you are using. The prompt limits changes to a user-writable install, verifies the release, and installs only that agent's Frugal skill.

Paste into Claude Code

Install the verified release and only this agent's skill.

v0.2.0
Install Docpipe v0.2.0 for Claude Code from the official zenzenzen/docpipe GitHub release. Detect this machine's OS and architecture, verify the downloaded release assets against SHA256SUMS, install without sudo or shell-config edits, install only the Claude Frugal skill, verify both installs, then report paths and any PATH action.

The prompt does not grant permission to use sudo, edit shell startup files, or build from source.

Manual installation

Prefer a terminal? One command installs both skills.

The installer supports macOS ARM64 and Linux x64. It verifies the release archive, installs the binary into ~/.local/bin, installs Frugal for Claude Code and Codex, then runs doctor.

curl -fsSL https://github.com/zenzenzen/docpipe/releases/download/v0.2.0/install.sh | sh
Direct archives, Windows, and separate skill installs

Downloading an archive does not run setup. Verify it against SHA256SUMS, put the binary on your PATH, then install the skill target you want.

docpipe skill install --claude --json docpipe skill install --codex --json docpipe skill install --all --json
Browse release archives and checksums →

First run

Prove the path with one real document.

Replace the sample filename with your own PDF. Docpipe creates source-mapped Markdown while the original stays local and recoverable.

docpipe convert ./2607.12056.pdf --profile markdown_canonical --json --out .docpipe-demo
See what this produces →