Aios banner
rexleimo rexleimo

Aios

Testing community

Description

Local-first AI agent bootstrap: Playwright Browser MCP + ContextDB for Codex CLI, Claude Code, Gemini CLI, and OpenCode.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

AIOS

[![Release](https://img.shields.io/github/v/release/rexleimo/aios?display_name=tag&sort=semver)](https://github.com/rexleimo/aios/releases) [![Docs](https://img.shields.io/badge/docs-cli.rexai.top-0ea5e9)](https://cli.rexai.top) [![License](https://img.shields.io/github/license/rexleimo/aios)](https://github.com/rexleimo/aios) [![Node](https://img.shields.io/badge/node-24%20LTS-339933)](https://nodejs.org)

**One sentence. Any complex task. Done.** AIOS makes your AI coding agent actually finish the job — memory, verification, and multi-agent collaboration, all from a single instruction. Works with `codex`, `claude`, `gemini`, `opencode`, `hermes`, and `grok`.

[Docs](https://cli.rexai.top) · [Quick Start](https://cli.rexai.top/getting-started/) · [Blog](https://cli.rexai.top/blog/) · [中文](README-zh.md)

![AIOS architecture overview](docs-site/assets/visual-architecture-overview.svg)

Why AIOS

**One sentence. Any complex task. Done.** That's the promise.

Your AI coding agent (Codex, Claude Code, Gemini CLI, OpenCode, Hermes, Grok) is smart — but it forgets everything between sessions, can't coordinate complex multi-step work, and has no way to verify its own output. AIOS fixes all of that:

| You say | AIOS does | | —- | --- | | "Refactor the auth module" | Remembers last week's decisions, picks the right approach, makes the change, and verifies it works | | "Review this PR and update tests" | Splits the work across parallel agents, keeps coupled changes in order, collects evidence | | "Finish the release handoff overnight" | Runs the full objective with checkpoints, resumes if interrupted, delivers verified results | | "Fix the login bug" | Recalls relevant context, routes to the simplest fix path, checks the fix before showing you |

**Your data stays local.** Everything — memory, logs, verification — runs on your machine. Nothing leaves.

**You don't change how you work.** Keep using the coding client you already have. AIOS adds what it's missing