Skip to content

Neutro916/TI2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

T2I :: SOVEREIGN

Terminal to Intel — Supreme Master V13.0

License: MIT Node.js React TypeScript Cloud Run

"Sovereign AI Phone Host Port & Offload Rig."

🚀 Live Demo · 📦 GitHub


What is T2I?

T2I (Terminal to Intel) is a high-density, mobile-first AI Orchestration Rig. It transforms your phone into a sovereign master controller that offloads heavy computation — LLMs, Vision, Browser Automation — to your desktop "Intel" (CPU/GPU).

Inspired by Vercel's Vibe-Coding IDE and AI Artifacts, T2I bridges mobile intents with desktop-grade AI power through a real-time websocket bridge.


✨ Features

Feature Description
🖥️ Monaco Editor Full IntelliSense, syntax highlighting, anticlaw-dark theme
Real Xterm.js Terminal Live bash shell sessions, multi-tab support
🤖 AI Chat Hub Gemini streaming, multi-provider routing (OpenAI, Anthropic, Groq, etc.)
🌐 OpenClaw Gateway Unified proxy for 5 AI providers on port 18789
🔒 Endpoint Manager Ollama, LM Studio, SSH Tunnels, Docker, MCP Servers
📡 Vortex Bridge Socket.IO real-time sync between mobile & desktop
📱 PWA Ready Install on any phone — works offline
🐳 Docker Support One-command deploy with docker-compose
📊 System Metrics Live CPU, memory, uptime monitoring
🗃️ Script Library 20+ scripts: OCR, RAG, tunnel automation, training

🚀 Quick Start

Local Development

git clone https://github.com/Neutro916/TI2.git
cd TI2
npm install
cp .env.example .env   # Add your GEMINI_API_KEY
npm run dev
# → Open http://localhost:3000

Docker

docker-compose up -d
# → Open http://localhost:3000

Mobile PWA

  1. Open http://[YOUR_PC_IP]:3000 on your phone
  2. Tap "Add to Home Screen"
  3. Launch as a native-feeling PWA

🛠️ Architecture

Phone (Host PWA)
    │  voice / vision / code intents
    ▼
T2I Vortex Bridge (Socket.IO @ 83.33Hz)
    │
    ├── Monaco Editor + AI Inline Spark
    ├── Real Xterm.js Terminal Sessions
    ├── AI Chat Hub (Gemini / OpenAI / Groq)
    ├── OpenClaw Gateway (port 18789)
    ├── Endpoint Sentinel (status polling)
    └── Script Library (OCR, RAG, Tunnels)
    │
    ▼
Intel Rig (PC/GPU)
    LM Studio / Ollama / Docker / SSH

⚙️ Environment Variables

GEMINI_API_KEY=your_gemini_api_key
OPENCLAW_GATEWAY_TOKEN=your_secret_token   # optional, for gateway auth
PORT=3000

📦 Scripts

npm run dev              # Start dev server
npm run build            # Vite production build
npm run gateway          # Start OpenClaw Gateway (port 18789)
npm run tunnel:start     # Start Cloudflare/ngrok tunnel
npm run docker:up        # Start Docker stack
npm run ocr              # Run OCR processor
npm run rag:query        # Query RAG knowledge base

🤝 Contributing

This project is open source under the MIT License. Contributions welcome!

  1. Fork the repo
  2. Create a branch: git checkout -b feature/your-feature
  3. Commit your changes: git commit -m 'feat: add your feature'
  4. Push: git push origin feature/your-feature
  5. Open a Pull Request

📄 License

MIT License — see LICENSE for details.

Copyright © 2026 Neutro916


STATUS: T2I TERMINAL TO INTEL :: SUPREME MASTER DEPLOYED. RESONANCE LOCKED. 🔐

About

phone ai pp rig

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors