Skip to content

KIAN-IRANI/Jarvis-android

Repository files navigation

🤖 JARVIS

یک دستیار هوشمند توزیع‌شده برای Android

Build APK Version Platform AI License


📖 درباره پروژه

JARVIS یک سیستم دستیار هوشمند توزیع‌شده است که شامل:

  • Android Launcher — رابط کاربری HUD سبک Iron Man
  • Brain Server — سرور مرکزی FastAPI با هوش مصنوعی
  • Node Mesh — شبکه‌ای از دستگاه‌های متصل
  • AI Engine — LLaMA 3.3 70B از طریق Groq (رایگان)

🏗️ معماری

📱 JARVIS Android
       │ HTTP / WebSocket
       ▼
🖥️  Brain Server (FastAPI)
       │ WebSocket Mesh
  ┌────┴────┐
  ▼         ▼
🖥️ Node 1  🖥️ Node 2  ...  🖥️ Node N

هر Node می‌تواند یک VPS، کامپیوتر شخصی، یا دستگاه Android (Termux) باشد.


✨ قابلیت‌ها

قابلیت وضعیت
Brain Server (FastAPI + WebSocket)
Node Mesh Network
Groq AI (LLaMA 3.3 70B)
Android Launcher (HUD) 🔄
Web Dashboard
Remote Command Execution
Auto Node Registration
Voice Engine 🔲
HUD UI Libraries 🔲

🚀 نصب سریع

Brain Server (Linux VPS)

# دانلود و اجرا
curl -s http://YOUR_BRAIN_IP:8000/install | bash

Node Agent — اضافه کردن دستگاه جدید

# روی هر Linux
curl -s http://YOUR_BRAIN_IP:8000/install | bash

Android App

آخرین نسخه APK را از Releases دانلود کنید.


📡 API Endpoints

Endpoint Method توضیح
/ GET اطلاعات Brain
/health GET وضعیت سیستم
/nodes GET لیست Node‌ها
/nodes/{id}/exec POST اجرای دستور روی Node
/chat POST چت با AI
/dashboard GET داشبورد وب
/install GET اسکریپت نصب Node
/agent.py GET فایل Node Agent

🛠️ تکنولوژی‌ها

Backend:

  • Python 3.x + FastAPI
  • WebSocket (اتصال دائمی Node‌ها)
  • Groq API (LLaMA 3.3 70B)
  • psutil (متریک سیستم)
  • aiohttp (async HTTP)

Android:

  • Kotlin + Jetpack Compose
  • GitHub Actions (CI/CD → APK)

Infrastructure:

  • Ubuntu VPS
  • systemd services
  • Zero cost (Groq free tier)

📚 مستندات


📊 وضعیت پروژه

فاز ۰ — Brain Server      ████████████ 100% ✅
فاز ۱ — Node Mesh         ████████████ 100% ✅
فاز ۲ — Android Launcher  ████░░░░░░░░  40% 🔄
فاز ۳ — Compression       ░░░░░░░░░░░░   0% 🔲
فاز ۴ — Voice Engine      ░░░░░░░░░░░░   0% 🔲
فاز ۵ — Skills            ░░░░░░░░░░░░   0% 🔲
فاز ۶ — HUD UI            ░░░░░░░░░░░░   0% 🔲

ساخته شده با ❤️ — KIAN IRANI

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors