POMODARE

Your terminal. Your rival. Your focus.

Work harder than your friend.

โ–ผ scroll

// what it is

Pomodoro with a rival.

Synchronized Pomodoro timer for two. Connect with a friend via a 4-letter code. Work harder than each other, one round at a time.

No apps. No accounts. No wellness nonsense. Just a binary: you worked, or you didn't.


// how it works

Three steps. No excuses.

1
./pomodare โ€” launch

Run it. That's it. No config. No setup wizard.

2
Share your 4-letter code

Your rival enters it on their machine. You're linked. The clock is ticking.

3
Press P when you start working. Don't give up.

Your rival sees your status in real time. Every round is a bet on yourself.

No rival? Run ./pomodare and press S for solo mode.


// the mechanic

Simple rules. Real pressure.

โฑ

25 min work / 5 min break. Classic Pomodoro. No negotiation.

P

Declare each round with P. You're committing. Your rival knows.

โœ“

Round only counts if you last 20 minutes. Quit early, it doesn't count.

๐Ÿ‘

See your rival's status in real time. Know if they're slacking. Use it.

$ session over
Ty: 4/5 | Partner: 3/5
you win

One command. Then work.

macOS โ€” Apple Silicon (arm64)
# macOS (Apple Silicon)
curl -L https://github.com/aragosta-bot/pomodare/releases/latest/download/pomodare-darwin-arm64 -o pomodare && chmod +x pomodare && ./pomodare
macOS โ€” Intel (amd64)
# macOS (Intel)
curl -L https://github.com/aragosta-bot/pomodare/releases/latest/download/pomodare-darwin-amd64 -o pomodare && chmod +x pomodare && ./pomodare
Linux (amd64)
# Linux
curl -L https://github.com/aragosta-bot/pomodare/releases/latest/download/pomodare-linux-amd64 -o pomodare && chmod +x pomodare && ./pomodare