TrinityClaw — Your AI. Your server. Your rules.

TrinityClaw

Your AI. Your server. Your rules.

A self-hosted AI agent that thinks, acts, and improves itself – all running privately on your own machine. Browses the web, writes and executes code, manages files, sends emails, monitors URLs, builds websites, and learns from every interaction.

No cloud lock-in Data stays on your machine No limits
SOON TrinityClaw v2.0 – Expert Personas & Vertical Agents with specific skills – join the wait list
Capabilities

What It Does

One agent. Secure by design. Unlimited power. All running on your hardware.

Runs on Your Machine

Browser UI on Mac, Windows, or Linux. Docker-based, private by default. Your data never touches an external server.

Any Chat Interface

Talk via Telegram, email, or your own app. Supports text, voice messages, and photos natively.

Persistent Memory

Remembers everything across sessions. Notes, logs, and full history – always learning, never forgetting.

Browser Automation

Full Playwright control. Navigates JS pages, fills forms, takes screenshots, scrapes any site.

Full Code Execution

Runs Python in a secure sandbox. Manages Git repos, executes shell commands, builds and previews websites live.

Self-Creating Skills

Need a custom tool? TrinityClaw writes, loads, and tests its own new skills on demand.

Deep Dive

Superpowers

Every capability you need, running privately on your hardware.

🧠

Core Intelligence

  • Real-time web search via DuckDuckGo or Bing
  • Data science – CSV / Excel analysis, ML predictions, charts
  • Document processing – PDF, Word, Excel, tables, summaries
  • NLP text analysis with TF-IDF scoring
  • Image description via vision-capable AI model
🤖

Automation & Scheduling

  • Natural language scheduling (“tomorrow at 3pm”, “every 1h”)
  • Email automation – Gmail, Google calendar, SendGrid with attachments
  • Telegram bot – text, voice messages, photos
  • Voice transcription locally using Whisper (no API key)
  • URL monitoring with live change alerts
🛠️

Development & Building

  • Build complete HTML / CSS / JS websites from scratch
  • Live preview at localhost:8090
  • Scaffold: Blank, Landing Page, or Dashboard templates
  • Full Git workflow – status, diff, commit, pull, push
  • Python sandbox + whitelisted shell commands
📊

Information Management

  • Persistent notes across all sessions, exported as JSON
  • Search full conversation history by keyword
  • File ops – read/write, duplicate detection, SHA-256 hashing
  • Browser scraping, form filling, screenshot capture
  • Train ML models and predict on new data
🔧

System & Self-Improvement

  • Real-time CPU, memory & disk usage monitoring
  • Audits its own skill code for bugs and quality issues
  • Auto-fixes broken skills and prevents repeat errors
  • Creates entirely new skills on demand, no restart needed
  • Runs safe terminal commands inside Docker container
🎯

Example Superpower Combo

“Monitor 5 competitor websites daily, email me price changes, save analysis to a spreadsheet, and alert me via Telegram.”

TrinityClaw can set this up in minutes – and run it forever, privately, on your machine.

Comparison

Why TrinityClaw?

See how TrinityClaw stacks up against cloud alternatives.

Feature
TrinityClaw
ChatGPT / Claude Web Zapier / Make
Runs locally Yes — your machine Cloud servers Cloud only
Persistent memory Across all sessions Resets each chat Partial
Executes real code Python + bash No No
Browser automation Full Playwright No Limited
Builds websites HTML/CSS/JS + live preview No No
Git integration Full read / write No No
Creates new skills AI writes its own tools No No
Telegram / Email Built-in No Yes (paid)
Your data stays private Always Never Never
Cost after setup API calls only Subscription Subscription
Get Started

Quick Start

Up and running in minutes. Works on macOS, Windows & Linux.

terminal
# Pull and run your private AI agent
$ docker run -d \
    --name trinityclaw \
    -p 8090:8090 \
    -v ./memory:/app/memory \
    ghcr.io/trinityclaw/trinity-claw:latest
PowerShell
# One-liner installer — installs everything automatically
PS> iwr -useb https://raw.githubusercontent.com/TrinityClaw/trinity-claw/main/install.ps1 | iex
bash
# One-liner installer for Linux / macOS
$ curl -fsSL https://raw.githubusercontent.com/TrinityClaw/trinity-claw/main/install.sh | bash
Requires Docker Desktop. The installer handles Node.js, Playwright, and all dependencies automatically.

Works with

💬Telegram
📧Email / SendGrid
🤖OpenAI / Any LLM
🏠Local LLMs (Ollama)
🐙GitHub
🎙️Whisper Voice
📁Google Drive/Calendar
🔔URL Monitoring
Privacy First

Your Data. Protected.

TrinityClaw is built on a foundation of local control and zero-trust architecture.

Runs Locally

Every computation, every memory write, every file op happens on your hardware. Nothing is sent to TrinityClaw servers – ever.

Sandboxed Execution

Code runs inside an isolated Docker container. Python and shell commands are whitelisted — no rogue execution, no escape.

Your Keys, Your Model

Bring your own API keys for OpenAI or any other LLM – or run fully local models via Ollama. Zero data sharing with us.

Open Source

Fully auditable code on GitHub. No hidden telemetry, no backdoors. Fork it, inspect it, or run it completely air-gapped.

Your AI. Your rules.

Stop giving your data to the cloud. Start running your own agent today.

Scroll to Top