Up and running in seconds

Tamer is a lightweight CLI that wraps your favorite AI agents. No complex setup, no agent-specific plugins required.

Linux & macOS

Run this command in your terminal. It will download the latest binary and set up the Tamer environment.

curl -fsSL https://server.tamer-ai.dev/install.sh | bash

Windows (PowerShell)

Open PowerShell as an administrator and run the following command:

irm https://server.tamer-ai.dev/install.ps1 | iex

First Steps

1. Connect to your server

Run tamer init to link your CLI to your Tamer server instance and your phone.

2. Run any agent

Prefix your usual agent command with tamer: tamer claude or tamer aider.

Self-Hosting?

Want to run your own Tamer server? Our server is lightweight and distributed as a Docker image.

Deploy your own Server