agiresearch/aios

AIOS: AI Agent Operating System

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 44 minutes ago
Added to GitGenius on September 10th, 2026
Created on January 15th, 2024
Open Issues & Pull Requests: 60 (+0)
GitHub issues: Enabled
Number of forks: 909
Total Stargazers: 6,376 (+0)
Total Subscribers: 94 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 10.2 hours
Mean response time: 9.2 days
90th percentile: 20.2 days
Tracked items: 94

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 86% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 16% of issues opened in the past year have been closed. Three people close 64% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 44
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 546 days
Stale 30+ days: 44
Stale 90+ days: 43

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (35)
  • usage (26)
  • feature request (18)
  • misc discussion (13)
  • roadmap (2)
  • first good issue (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

AIOS is an operating system kernel that embeds large language models to facilitate the development and deployment of LLM-based AI agents.

The tool addresses resource management challenges that arise when building and running multiple AI agents, including scheduling, context switching, memory management, storage management, and tool orchestration. AIOS provides an abstraction layer over the operating system kernel, exposing these capabilities through system calls that agents invoke via the AIOS SDK. The kernel manages LLM cores, context, memory, storage, and tools as managed resources, allowing agents to request and utilize them through a unified interface. For computer-use agents, the architecture extends the kernel with a Virtual Machine Controller and MCP Server to create a sandboxed environment where agents can safely interact with computer systems.

Developers building multi-agent systems or applications requiring coordinated resource allocation across multiple LLM-based agents should consider this tool. It suits projects where agents need to share computational resources, manage context efficiently, or operate within constrained environments. The project includes both a kernel component and a separate SDK for agent development, with support for both Web UI and Terminal UI interfaces for interaction and monitoring.

The project maintains active engagement with its community through Discord and documentation channels. Development activity shows ongoing refinement of core kernel functionality and expansion of specialized architectures for different agent use cases, particularly in computer-use scenarios. The codebase demonstrates sustained work on resource management modules and the integration patterns between the kernel and SDK components.