AI free forever.*

Install Teale on any device. Use AI whenever you want. When you're not using it, your device helps others on the network. That's the deal — and it's the only one where everyone wins.

Install Teale Get API Access

*Every device that joins the network earns Teale Credits the moment it goes online. Credits redeem AI inference and can be gifted to others. They don't cash out — paying customers top up the pool so everyone can keep using AI.

1,248 devices online · 847M tokens served · 2.1M requests

How it works

One app. Three things happen.

1

Install Teale

Available for Mac, Windows, iOS, and Android. Detects your hardware, downloads a model that fits.

2

Use AI for free

Chat, code, create. Models run locally on Apple Silicon, NVIDIA, or AMD. No internet, no account, no limits.

3

Credits accrue from minute one

Your device earns Teale Credits every second it's online. Use them for AI. Gift them to anyone. They're for inference only.

Availability in. AI out.

  • Online earns credits slowly. Every second your device is reachable, credits tick up.
  • AI usage burns credits quickly. A chat burst spends more than a few minutes of idle earn.
  • Credits are for AI. Gift them freely to anyone — they don't cash out.
  • Run low? Top up with USDC. That USDC funds the pool everyone shares.

For developers

OpenAI-compatible API. No account. No approval queue. Change one line of code.

Terminal
Local — free, runs on your device
$ curl http://localhost:11434/v1/chat/completions \
    -H "Content-Type: application/json" \
    -d '{"model": "qwen3-8b", "messages": [{"role": "user", "content": "Hello"}]}'

{"choices": [{"message": {"content": "Hello! How can I help you today?"}}]}
Network — bigger models, pennies per million tokens
$ curl https://api.teale.com/v1/chat/completions \
    -H "Authorization: Bearer sk-teale-..." \
    -d '{"model": "llama-3.1-70b", "messages": [{"role": "user", "content": "Hello"}]}'

# $1 = 20 million tokens. Drop-in OpenAI replacement.

Get started in 10 seconds

Terminal
curl -fsSL https://teale.com/install.sh | sh

macOS 14+ · Apple Silicon · Free forever · Open source

PowerShell
irm https://teale.com/install.ps1 | iex

Windows 11 · NVIDIA, AMD, or CPU · Free forever · Open source

Run Teale on your iPhone or iPad. Contribute compute when charging, use AI on the go.

iOS 17+ · A14 chip or newer

Run Teale on Android. Your phone contributes when idle, you use AI anywhere.

Android 12+ · Qualcomm, MediaTek, or Tensor

Terminal
curl -fsSL https://teale.com/install.sh | sh

Linux support is in development. NVIDIA and AMD GPU acceleration via llama.cpp. Star the repo to get notified.

HarmonyOS support is coming. Run Teale on Huawei devices worldwide. Star the repo to get notified.