https://github.com/florianbx/tempo
A minimalist macOS menu bar chronometer
https://github.com/florianbx/tempo
chronometer javascript rust tailwindcss tauri typescript vue
Last synced: 2 months ago
JSON representation
A minimalist macOS menu bar chronometer
- Host: GitHub
- URL: https://github.com/florianbx/tempo
- Owner: FlorianBx
- License: mit
- Created: 2025-08-05T06:36:44.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-05T11:03:42.000Z (11 months ago)
- Last Synced: 2025-08-05T12:33:56.345Z (11 months ago)
- Topics: chronometer, javascript, rust, tailwindcss, tauri, typescript, vue
- Language: TypeScript
- Homepage:
- Size: 263 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tempo
[](https://tauri.app/)
[](https://vuejs.org/)
[](https://www.typescriptlang.org/)
[](https://www.apple.com/macos/)
A minimalist desktop chronometer that lives in your macOS menu bar.

## Features
- **Menu bar integration** - Always visible timer in the status bar
- **Clean interface** - Distraction-free fullscreen timer window
- **Keyboard shortcuts** - Space to start/pause, R to reset
- **System tray controls** - Start, pause, reset directly from the menu
- **Persistent state** - Timer continues running even when the window is closed
## Technologies
- **Frontend**: Vue 3 with TypeScript and Tailwind CSS
- **Backend**: Rust with Tauri framework
- **Build tool**: Vite
## Development
```bash
# Install dependencies
pnpm install
# Run in development mode
pnpm tauri dev
# Build for production
pnpm tauri build
```
## Usage
- **Space**: Start/Pause timer
- **R**: Reset timer
- **Close window**: Timer continues in menu bar
- **Menu bar**: Right-click for controls
The application runs as a menu bar utility and doesn't appear in the dock. Close the main window to run the timer in the background, accessible via the status bar.
## License
MIT