Installation
Install gtasks via curl, go install, or manual binary download. Available for macOS, Linux, and Windows.
macOS / Linux (recommended)
curl -fsSL https://gtasks.sidv.dev/install | bash
Installs the latest release to ~/.local/bin. To install elsewhere:
INSTALL_DIR=/usr/local/bin curl -fsSL https://gtasks.sidv.dev/install | bash
Manual install
-
Download the tarball for your platform from GitHub Releases (e.g.
gtasks_mac_arm64_vX.Y.Z.tar.gz) -
Extract and move to a directory in your
PATH:tar -xzf gtasks_*.tar.gz mv gtasks ~/.local/bin/ # or /usr/local/bin/Windows: extract the
.tar.gz, movegtasks.exeto a folder in your PATH -
Verify:
gtasks --version
Go install
If you have Go installed:
go install github.com/BRO3886/gtasks@latest