Skip to main content

Roadmap

Work in Progress - This roadmap is actively being refined and may change.
Our focus for the next few quarters, driven by community feedback and usage analytics.
Vote on Features - React with 👍 on the GitHub issue for each plan to show your interest and help us prioritize.
Timelines are estimates and may shift based on community feedback and technical constraints.

What’s Next

Timeline

Q1 2026: Lightweight Installer

One-command installation for GAIA
irm https://amd-gaia.ai/install.ps1 | iex
Fast onboarding (< 2 minutes from install to first chat) with automatic updates via gaia update. View detailed planVote with 👍 on GitHub

Q1 2026: Chat Desktop UI

Privacy-first desktop chat with document Q&A A lightweight replacement for the previous RAUX desktop UI, focused on chat and document Q&A. Drop PDFs, code files, and documents into a local chat interface. Your data never leaves your device. Key capabilities:
  • 50+ file format support (PDF, TXT, MD, code files, etc.)
  • Streaming responses with source citations
  • Session management and export
  • Shared state between CLI and desktop app
  • Lighter and faster than RAUX
View detailed planVote with 👍 on GitHub

Q1 2026: MCP Client Mixin

Computer Use Agents for GAIA An MCP Client Mixin that enables GAIA agents to connect to external MCP servers, transforming them into Computer Use Agents (CUA):
from gaia.agents.base import Agent, MCPClientMixin

class DesktopAgent(MCPClientMixin, Agent):
    def __init__(self):
        super().__init__()
        self.connect_mcp_server("windows", "uvx windows-mcp")
Key capabilities:
  • Connect to any MCP server (Windows, browser, database, etc.)
  • Desktop automation via Windows MCP
  • Auto-registration of MCP tools as agent tools
  • Multi-server orchestration
View detailed planVote with 👍 on GitHub

Q2 2026: MCP Docs Server

AI assistant context for GAIA development An MCP server that gives AI coding assistants (Claude Code, Cursor, GitHub Copilot) intelligent access to GAIA SDK documentation:
gaia mcp docs start
Key capabilities:
  • Semantic search across all GAIA documentation
  • Working code examples on demand
  • Version-aware API information
  • Works with Claude Code, VSCode, Cursor, and any MCP-compatible client
Make AI assistants expert GAIA developers out of the box. View detailed planVote with 👍 on GitHub

Recently Shipped

v0.15 - Framework Evolution

January 2026
Repositioned as pure SDK/framework for AI PC agents. Added Linux support, 20+ components, and expanded documentation.

v0.14 - Agent Expansion

December 2025
EMR agent with desktop UI, Blender automation, enhanced Code agent.

v0.13 - MCP Integration

November 2025
Model Context Protocol support for external integrations.

How We Prioritize

We prioritize based on community votes and needs:
How You Can InfluenceWhat It Affects
👍 Vote on GitHub issuesFeature priority
💬 Share your use caseWhat we build next
🐛 Report bugsWhat we fix first
🤝 Contribute PRsFaster delivery
The more votes an issue gets, the higher priority it becomes. Your input directly shapes the roadmap.

Get Involved


Updated: January 19, 2026