CLI download
How to get the Flik CLI binary and stay up to date.
Build from source (recommended for repo owners only)
Clone the repo and build the CLI:
git clone https://github.com/pdeloulay/flik.git
cd flik/cli
go build -o flik .
Place the flik binary in your PATH (e.g. /usr/local/bin or ~/bin). Requires Go 1.21+.
GitHub releases
Pre-built binaries are published on GitHub Releases for linux/amd64, linux/arm64, darwin/amd64, darwin/arm64, and windows/amd64. Download the archive for your OS and architecture (e.g. flik_0.3.2_linux_amd64.tar.gz or flik_0.3.2_windows_amd64.zip), extract it, and move the flik binary (or flik.exe on Windows) into your PATH.
Upgrade
flik upgrade— Prints upgrade instructions and the releases URL.flik version— Shows the current CLI version (from embedded version info).flik version open— Opens the CLI release notes in your browser.
After replacing the binary, run flik version to confirm the new version.