Skip to content
douyin

Installation

Get the douyin binary.

Homebrew

brew install tamnd/tap/douyin

Pre-built binaries

Download the archive for your platform from Releases, extract it, and place douyin on your $PATH. Each release carries archives for Linux, macOS, Windows, and FreeBSD across amd64 and arm64, with a signed checksums.txt you can verify with keyless cosign.

Go

go install github.com/tamnd/douyin-cli/cmd/douyin@latest

That puts douyin in $(go env GOPATH)/bin, which is ~/go/bin unless you moved it. Make sure that directory is on your $PATH.

Docker

docker run --rm ghcr.io/tamnd/douyin:latest hot

Linux packages

deb, rpm, and apk packages are available on the Releases page.

Shell completion

douyin completion bash    # or zsh, fish, powershell

Run douyin completion <shell> --help for where to install the script.

Checking the install

douyin version

prints the version and exits.