Introduction
Installation
Install Tack on your machine
Quick install (recommended)
The fastest way to install Tack:
curl -fsSL https://tack.ink/install.sh | sh
This script detects your platform and installs the appropriate binary.
Download binary
Download the latest release for your platform from GitHub Releases and add the binary to your PATH.
Build from source
If you have Rust installed:
git clone https://github.com/dirdmaster/tack.git
cd tack
cargo install --path apps/cli
Shell completions
Add tab completion for your shell:
# Bash
tack completions bash >> ~/.bashrc
# Zsh
tack completions zsh >> ~/.zshrc
# Fish
tack completions fish > ~/.config/fish/completions/tack.fish
# PowerShell
tack completions powershell >> $PROFILE
Verify installation
tack --version
You should see the version number. Now you're ready for the Quick Start.