Rome: The Agentic OS That Compounds RomeAILab has released Rome, an early-stage open-source "agentic OS" written in TypeScript that aims to let AI agents accumulate state, memory, and self-improvement across runs rather than starting from zero each conversation. The MIT-licensed project has drawn 502 stars and 41 forks, and a developer has localized its README and core documentation into Chinese. Rome is aimed at developers studying agent architecture or building their own agent substrate, not casual users. Most AI assistants today are one-shot tools: you hand them a task, they finish it, and nothing accumulates — no memory, no gained capability, no compounding. Rome 502 stars, MIT, TypeScript, by RomeAILab aims for something different. Its one-liner: an agentic OS for humans and agents. Today's agents start from zero on every conversation — they don't remember, don't accumulate, don't improve. Rome wants an OS where agents compound : recursive agents that accumulate, refine, and self-improve as they run. It's not another model wrapper. It's an attempt at "the operating system of the agent era" — agents running on a substrate with state, memory, interop, and self-evolution. It's very early: 502 stars, 41 forks, fast-moving. Don't expect a mature drop-in replacement for your current toolchain. "Agent OS" is a big claim, and there's a long road from vision to landing. It's also lower-level engineering TypeScript monorepo, frontend and backend , aimed at developers who want to study agent architecture or build their own agent substrate — not casual users wanting an app. I've localized the README and core docs to Chinese: https://github.com/yangshun2005/rome-cn https://github.com/yangshun2005/rome-cn If you find this project useful, a star on the original repo supports the author's ongoing maintenance.