Skip to content

Installation

If you have Go installed, this is the quickest way:

Terminal window
go install github.com/bupd/timeotter/cmd/timeotter@latest

Make sure $GOPATH/bin is in your PATH.

Homebrew (macOS)

Terminal window
brew install bupd/tap/timeotter

Pre-built Binaries

Download the latest release from GitHub Releases:

  1. Download the appropriate archive for your platform
  2. Extract the binary
  3. Move it to a directory in your PATH
Terminal window
# Example for Linux amd64
tar -xzf timeotter_Linux_x86_64.tar.gz
sudo mv timeotter /usr/local/bin/

Build from Source

Terminal window
git clone https://github.com/bupd/timeotter.git
cd timeotter
go build -o timeotter ./cmd/timeotter
sudo mv timeotter /usr/local/bin/

Verify Installation

Terminal window
timeotter --help

Next Steps

After installation, proceed to OAuth Setup to configure Google Calendar access.