unicity-aos/aos-ce

AOS Community Edition: the open agent operating system.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 29 minutes ago
Added to GitGenius on September 1st, 2026
Created on July 12th, 2026
Open Issues & Pull Requests: 41 (+0)
GitHub issues: Enabled
Number of forks: 21
Total Stargazers: 8,550 (+0)
Total Subscribers: 10 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 9.7 hours
Mean response time: 3.0 days
90th percentile: 3.2 days
Tracked items: 18

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 8% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 32
New in 7 days: 4
Closed in 7 days: 3
Avg open age: 24 days
Stale 30+ days: 16
Stale 90+ days: 0

Recent activity

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

Top labels

  • campaign/adaptive-workspace (11)
  • feat (11)
  • bug (6)
  • enhancement (4)
  • needs-design (3)
  • campaign/station (1)
  • test (1)

Detailed Description

AOS Community Edition is an open agent operating system that provides an inspectable, composable environment for agents.

The tool addresses the need for a transparent, controllable platform where agents can operate with clear visibility into their actions and composition. It achieves this through a unified product surface built around the `aos` CLI, which owns specific command boundaries and ensures consistent behavior across installations. The system enforces strict runtime compatibility through machine-readable configuration and upgrade gates that must pass before any release can be published. Installation provisions a pinned runtime and exactly twenty-one first-party capsules from the source tree into a product-versioned root, with support for offline initialization and coordinated upgrades that preserve existing standalone runtime installations.

Developers should choose this tool if they need an agent platform with strong auditability and explicit control over agent capabilities and interactions. It suits projects where transparency in agent behavior is non-negotiable and where composability through capsules matters more than maximum flexibility. The tool is particularly relevant for integrations with MCP-compatible clients like Codex, Claude, and Grok, where it provides a local decision surface for approval flows with strict constraints on what information can be collected.

The project maintains rigorous release discipline, with every release publishing checksums, Sigstore bundles, and GitHub build-provenance attestations alongside runtime-compatibility metadata. Release validation compares the pinned runtime's command inventory against the product's classified root contract, preventing undeclared runtime verbs from entering releases. The tool applies consistent product-owned behavior across Unix and other platforms through its daemon implementation, which replaces the AOS process while preserving signal and exit-status ownership for process supervisors. Development activity shows careful attention to the boundary between product-owned commands and lower-level runtime functionality, with explicit inherit-or-own decisions required for any new verb.