Stand-Up Timer is a lightweight desktop application that helps run efficient stand-up or daily-scrum meetings.
- Add team members – Add team members one-by-one or from your clipboard.
- Select speakers – Click a name to include/exclude it.
- Check "Expected time" – Shows total minutes based on your selection.
- Start – The first speaker's timer begins.
- Stop/Resume – Pause if needed.
- Next person – Skip ahead manually.
- Restart – Reset the whole session without closing the app.
Stand-Up Timer is available on all major Linux distributions.
On snap-ready systems, you can install it on the command-line with:
sudo snap install standup-timerStand-Up Timer can display the status of CI/CD workflows during the meeting.
Configure it by creating ~/.config/standup-timer/workflows.yaml or in
~/snap/standup-timer/current/.config/standup-timer/workflows.yaml if
running from snap.
github_token: ghp_xxxx # optional default token for all GitHub entries
workflows:
- label: "My workflow" # display name (optional)
provider: github
owner: canonical # GitHub organisation or user
repo: my-repo
workflow: ci.yaml # workflow filename
token: ghp_xxxx # per-entry token (overrides github_token)The token is only required for private repositories. It can be set once as
github_token at the top level and will apply to all GitHub entries that do
not specify their own token.
workflows:
- label: "My Jenkins job" # display name (optional)
provider: jenkins
url: https://jenkins.example.com/job/my-job
username: admin # optional
token: abc123 # Jenkins API token (optional)github_token: ghp_xxxx
workflows:
- label: "Checkbox Daily Builds"
provider: github
owner: canonical
repo: checkbox
workflow: checkbox-daily-native-builds.yaml
- label: "Release pipeline"
provider: jenkins
url: https://jenkins.example.com/job/release
username: admin
token: abc123You can report any issues, bugs, or feature requests on the project's GitHub repository.
Stand-Up Timer is open source. Contributions are welcome.
If you're interested, start with the contributing guide.
Stand-Up Timer is released under the GPL-3.0 license.
© 2025 Canonical Ltd.
