This is a minimal menubar Pomodoro app written in Electron. It simply runs a 25 minute timer, resets for a 5 minute break, and repeats until you stop it.
Binaries for Mac, Windows, and Linux are available on the releases page.
- Download the
.dmgfrom Releases - Open the DMG and drag Mater to Applications
- Important: Before first launch, run this command in Terminal:
xattr -cr /Applications/Mater.app - Open Mater from Applications
This removes the quarantine flag that macOS adds to downloaded apps. Without this step, macOS will show a warning that the app is damaged.
Note: I'm not able to test the Windows and Linux builds, so please open an issue if you have any problems.
I don't have plans to add much else at this time, so please open an issue to discuss any feature ideas before implementing them.
$ git clone https://github.com/jasonlong/mater
$ cd mater
$ npm install
$ npm start
I'm a Pixar fan and Mater is awesome. "Like Ta-mater without the ta". Get it?

