# Tigris — The Storage Cloud Purpose Built for AI
> Tigris is globally distributed, S3-compatible object storage with zero egress fees. A single global endpoint, low-latency access from anywhere, and predictable costs — purpose built for AI training and inference workloads.
## What Tigris is
Tigris is an S3-compatible object storage service that replaces AWS S3, Google Cloud Storage, and Cloudflare R2. Data is globally distributed across multiple regions automatically, so there is one endpoint (`https://t3.storage.dev`) and no per-region bucket juggling. Tigris fulfills over 90% of the S3 API.
- **Globally distributed**: writes are durable across regions; reads are served from the closest region.
- **Zero egress fees**: no bandwidth charges for reading your data out.
- **S3-compatible**: use any AWS SDK, `aws` CLI, boto3, etc. without rewriting code.
- **Predictable pricing**: simple usage-based tiers with a generous free tier.
## Get started
```bash
# Install the Tigris CLI
brew install tigrisdata/tap/tigris # macOS / Linux (Homebrew)
npm install -g @tigrisdata/cli # Cross-platform
curl -fsSL https://github.com/tigrisdata/cli/releases/latest/download/install.sh | sh # Native
# Log in
tigris login
```
Or configure the AWS SDK directly:
```bash
export AWS_ENDPOINT_URL=https://t3.storage.dev
export AWS_ACCESS_KEY_ID=