Open Source · Free · Private
Open Source · Gratuito · Privado

ARIEL

ADVANCED REASONING & INTELLIGENT EXECUTION LAYER

An AI agent that controls your PC through natural language. It reasons, plans, executes — and remembers.

Un agente de IA que controla tu PC mediante lenguaje natural. Razona, planifica, ejecuta — y recuerda.

$ python ariel.py
========================================
 🤖 STARTING ARIEL SYSTEM v1.16.0
========================================

⏰ [1/3] Starting task engine...
📱 [2/3] Starting Telegram connection...
🖥️ [3/3] Starting Web Interface...

✅ All systems online.

What makes ARIEL different

Qué hace diferente a ARIEL

A serious desktop agent with a human-friendly experience. No JSONs to edit, no PhD required.

Un agente de escritorio serio con una experiencia humana. Sin editar JSONs, sin necesidad de ser experto.

🖥️

Full PC Control

Control total del PC

Mouse, keyboard, screenshots, file management, and system commands — all through natural conversation.

Ratón, teclado, capturas de pantalla, gestión de archivos y comandos del sistema — todo mediante conversación natural.

🧠

Dual Memory

Memoria dual

Short-term memory for the current session and persistent long-term memory with semantic search across sessions.

Memoria a corto plazo para la sesión actual y memoria a largo plazo persistente con búsqueda semántica entre sesiones.

🔐

Security First

Seguridad ante todo

Password-protected from day one. API keys and tokens are encrypted on disk. Destructive actions require confirmation.

Protegido con contraseña desde el primer día. Las API keys y tokens se cifran en disco. Las acciones destructivas requieren confirmación.

🧰

Dynamic Tools

Herramientas dinámicas

ARIEL can create its own tools on the fly. Extend its capabilities without touching a single line of code.

ARIEL puede crear sus propias herramientas sobre la marcha. Amplía sus capacidades sin tocar una sola línea de código.

📱

Telegram Gateway

Pasarela Telegram

Talk to ARIEL from your phone via Telegram. Send tasks, receive results and screenshots remotely.

Habla con ARIEL desde tu móvil vía Telegram. Envía tareas, recibe resultados y capturas de forma remota.

Scheduled Tasks

Tareas programadas

Automate routines with a visual scheduler. Define what ARIEL should do, when, and on which days.

Automatiza rutinas con un programador visual. Define qué debe hacer ARIEL, cuándo y qué días.

📜

Constitution (Laws)

Constitución (Leyes)

A set of rules the agent never violates. Define boundaries and principles — the agent respects them always.

Un conjunto de reglas que el agente nunca viola. Define límites y principios — el agente los respeta siempre.

💰

Prompt Caching

Caché de prompts

Reduces API costs up to 90% by caching the system prompt. Real savings visible in the logs.

Reduce los costes de API hasta un 90% cacheando el system prompt. Ahorro real visible en los logs.

🌍

Multilingual

Multilingüe

Full i18n support. UI and agent responses adapt to your language. English and Spanish out of the box.

Soporte i18n completo. La interfaz y las respuestas del agente se adaptan a tu idioma. Inglés y español de serie.

See it in action

Míralo en acción

A clean, intuitive dashboard — not a terminal you need to fight with.

Un panel limpio e intuitivo — no un terminal con el que pelear.

💬 Conversational interface with real-time tool execution 💬 Interfaz conversacional con ejecución de herramientas en tiempo real
⚙️ Visual settings — no config files to edit ⚙️ Configuración visual — sin archivos que editar
🧠 Long-term memory viewer with individual management 🧠 Visor de memoria a largo plazo con gestión individual
🧰 Full tool arsenal with source code inspection 🧰 Arsenal completo de herramientas con inspección del código fuente

Watch the demo

Mira la demo

See ARIEL come alive in under 5 minutes.

Mira cómo ARIEL cobra vida en menos de 5 minutos.

🎬 Video coming soon Vídeo próximamente

Get started in 60 seconds

Empieza en 60 segundos

# Clone the repository
$ git clone https://github.com/josegdeveloper/arielagent.git
$ cd ariel

# Install dependencies
$ pip install -r requirements.txt

# Launch ARIEL
$ python ariel.py
# Clona el repositorio
$ git clone https://github.com/josegdeveloper/arielagent.git
$ cd ariel

# Instala las dependencias
$ pip install -r requirements.txt

# Lanza ARIEL
$ python ariel.py
Download from GitHub Descargar desde GitHub