Deploy TauClaw
Your own decentralized AI agent on Telegram. Uncensored. Self-hosted. Powered by 532+ models on Bittensor through OpenTau.
How it works
Create a Telegram Bot
Message @BotFather on Telegram, type /newbot, and copy the token it gives you.
Log in with OpenTau
Use your OpenTau account below. We generate a dedicated API key for your TauClaw instance — inference routes through Bittensor, not centralized providers.
Choose a Model
Llama 3.3 70B (fast, free tier), DeepSeek R1 671B (reasoning beast), or Hermes 4 405B (uncensored). All decentralized.
Run One Command
We generate your config files and a single curl | bash command. Docker pulls the image, writes config, starts your agent. Done in 60 seconds.
Approve Pairing
Send a message to your bot on Telegram. It gives you a pairing code. Approve it with one Docker command. You are now talking to decentralized AI.
Generate your setup
Log in, paste your bot token, pick a model. We handle the rest.
Your TauClaw config
Copy the files or run the one-line installer below.
After installation
- Wait ~20 seconds for the container to start
- Send any message to your Telegram bot
- The bot will reply with a pairing code (e.g.
A7X9) - Approve the pairing:
docker exec tauclaw openclaw pairing approve telegram CODE - You are now chatting with decentralized AI through Bittensor
- To check logs:
docker logs -f tauclaw - To stop:
cd ~/tauclaw && docker compose down - To restart:
cd ~/tauclaw && docker compose up -d