Zero install
Run it with npx
Fetches and runs the latest tmppr. Nothing to install first.
npx @tmppr/cli
Prefer a global binary? Install it once:
npm install -g @tmppr/cli
brew install tmppr
tmppr runs straight from your terminal โ no install step required. Run
it with npx, add it to Claude Code as an MCP server, or
install the binary globally. Everything runs on Node 22+.
Zero install
Fetches and runs the latest tmppr. Nothing to install first.
npx @tmppr/cli
Prefer a global binary? Install it once:
npm install -g @tmppr/cli
brew install tmppr
Zero install ยท MCP
Registers tmppr as an MCP server โ every command becomes a tool.
claude mcp add -s user tmppr -- npx -y @tmppr/cli --mcp
Or drop this into your .mcp.json:
{
"mcpServers": {
"tmppr": { "command": "npx", "args": ["-y", "@tmppr/cli", "--mcp"] }
}
}
tmppr tui) additionally requires
Bun.
Prefer a native app with a bundled web UI and auto-updates? Grab the installer for your platform โ it starts the local server and can install the CLI from the app menu.
Use the DMG installer for Apple Silicon or Intel Macs.
Use the NSIS installer for Windows 10 and newer.
Use the AppImage or Debian package for local installs.
Current release channel: tmppr 0.1.13.
The desktop app starts the local server and installs the CLI from the app menu.
Run tmppr init from a project and push a branch to open a local pull request.
After checkout, the thank-you page shows a one-time tmppr cloud login --token <token> command. Then run tmppr cloud status.