Install

brew install jhleao/tap/stamp
stamp setup

stamp setup checks local authoring tools, connects Google Drive, and guides you through creating or cloning a project.

Diagnose

stamp doctor
stamp version

Include the output, your macOS version, processor architecture, and exact failing command when reporting a problem. Never include OAuth tokens, project archives, or confidential documents.

Documentation

Run stamp tutorial for the beginner workflow and stamp skill to introduce an AI coding agent to the current workspace. The README and reference docs cover installation, Drive collaboration, themes, Studio, and uninstalling.

Report a problem

Use GitHub Issues for reproducible bugs and feature requests. Use GitHub’s private vulnerability reporting for security-sensitive reports.

Disconnect Google

stamp logout

This removes the locally stored credential. To revoke the grant at Google as well, remove Stamp from Google Account connections.

Remove data

Delete a local project folder to remove its working copy. Delete the corresponding Stamp project folder in Google Drive to remove its shared archive, revisions, and generated outputs. These are independent actions.

To remove the application and local configuration:

stamp logout
brew uninstall stamp
rm -rf "$HOME/Library/Application Support/Stamp"