CLI download
How to get the Flik CLI binary and stay up to date.
Build from source (recommended)
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 may be published on GitHub Releases for supported platforms (e.g. darwin/amd64, darwin/arm64, linux/amd64, windows/amd64). Download the archive for your OS and architecture, extract it, and move the flik binary 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.