Documentation Index
Fetch the complete documentation index at: https://docs.telophasehq.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Tangent ships as a single executable, tangent.
Installation
macOS & Linux
Homebrew
Docker
Cargo
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Santiago-Labs/tangent/releases/download/latest/tangent-cli-installer.sh | sh
brew tap telophasehq/telophase
brew install tangent-cli
docker pull ghcr.io/telophasehq/tangent-toolchain
docker run --rm --init ghcr.io/telophasehq/tangent-toolchain help
cargo install --git https://github.com/telophasehq/tangent tangent-cli