Platform install
Install TacFlow on your machine.
Pick your platform and get up and running in under two minutes.
Windows (AMD64)
Download the installer and run it — no terminal required.
macOS (Apple Silicon) · App
One command downloads, unpacks and launches the graphical installer.
terminal
cd ~/Downloads && curl -fsSLO https://github.com/tacflow1-tech/tacflow/releases/latest/download/tacflow-installer-darwin-arm64.zip && unzip -o tacflow-installer-darwin-arm64.zip && bash launch.shmacOS / Linux (Terminal)
Universal one-line installer for macOS and Linux.
terminal
curl -fsSL https://github.com/tacflow1-tech/tacflow/releases/latest/download/install.sh | bashLinux (AMD64) · CLI
Install from a local file using your API key. Run these three commands in order.
- 1terminal
curl -sLO https://github.com/tacflow1-tech/tacflow/releases/latest/download/tacflow-installer-cli-linux-amd64 - 2terminal
chmod +x tacflow-installer-cli-linux-amd64 - 3terminal
./tacflow-installer-cli-linux-amd64 --api-key API_KEY
Replace API_KEY with the key from your welcome email.
Need another architecture or version?
View all releases