Tamp — keep your Mac awake
'>
Free & open source · macOS 13+
Tamp keeps your Mac awake.<br>And tells you when something else does.
Tamp is a menu bar app and CLI wrapping Apple's built-in<br>caffeinate — and the only keep-awake tool that shows when<br>another app is caffeinating your Mac.
brew install vyskoczilova/tap/tamp<br>Copy
Star on GitHub
Universal binaries (Apple Silicon + Intel) · no Xcode needed · MIT
Why Tamp
It tells the truth
If any other tool — Amphetamine, a script, an AI agent's hooks — runs<br>caffeinate, Tamp's icon fills and the status says so. No more<br>wondering why the Mac won't sleep.
One state, two faces
The menu bar app and the tamp CLI share a single source of<br>truth. Toggle in the terminal, watch the icon change. Set a timer in the<br>menu, read it with tamp status --json.
Nothing exotic
Keep-awake is Apple's own caffeinate, wrapped — not<br>reimplemented. Display, system and disk sleep controlled independently.<br>MIT-licensed, ~1 MB, no background daemon.
Command line
$ tamp on # keep awake until turned off<br>$ tamp for 2h # … for two hours<br>$ tamp until 17:30 # … until half past five<br>$ tamp on --no-display # let the screen sleep, keep the Mac up<br>$ tamp status<br>☕️ On — caffeinated by another app.<br>$ tamp off # yours stops; other apps' sessions are never touched
Real-world integration
This is why Tamp shows when another app is caffeinating your Mac: I got<br>tired of not knowing if Claude Code was still working. A couple of lines<br>in my<br>Claude Code hooks<br>mirror straight into Tamp's state — same icon I already glance at for<br>everything else.
Compared
TampAmphetamineKeepingYouAwakeCaffeine
Menu bar app✓✓✓✓<br>CLI sharing state with the app✓———<br>Shows other apps' keep-awake✓———<br>Keep awake until a clock time✓✓——<br>Homebrew install✓ tapApp Store✓ cask✓ cask<br>Open source✓ MIT—✓ MIT✓ MIT
Based on each project's published documentation, July 2026. Amphetamine's<br>trigger system covers automation Tamp doesn't attempt — if you need that, use Amphetamine.
Questions
Is Tamp free?<br>Yes — free and open source under the MIT license.
What macOS version does it require?<br>macOS 13 Ventura or later. Homebrew installs universal binaries for Apple Silicon and Intel.
Do I need Xcode?<br>No. Installing via Homebrew needs nothing extra; building from source needs only the Swift 6+ toolchain (Command Line Tools are enough).
How is it different from Amphetamine or KeepingYouAwake?<br>Tamp ships a CLI and a menu bar app that share one state, and it uniquely shows when another app is keeping your Mac awake instead of pretending the machine is free to sleep.
Does it drain my battery?<br>No. Keep-awake itself is Apple's native caffeinate; Tamp adds a menu bar icon and a lightweight in-process check that notices external keep-awake activity while idle.
Can I keep only the display awake?<br>Yes — display, system and disk sleep are independent, per run (tamp on --display --no-system) or as saved preferences in Settings.
How do I uninstall it?<br>brew uninstall tamp, delete /Applications/Tamp.app, and optionally remove ~/Library/Application Support/Tamp. The repo ships an uninstall.sh that does all of it, login item included.
How do I report a bug or contribute?<br>Open an issue or pull request on GitHub — I read all of them. For anything else, email karolina@kybernaut.cz.