Official apps for Rome, the agentic OS for humans and agents.
Website · Rome · Documentation · App Store
This monorepo contains Rome OS's first-party apps. A Rome App can combine typed actions, purpose-built agents, reusable skills, APIs, web interfaces, and persistent app-owned data in one installable package.
Each directory under apps/ is an independent app package with an app.yaml manifest. Apps use the same public contracts available to community builders; the Rome runtime itself lives in the rome-os/rome repository.
| App | What it does |
|---|---|
| Brainstorm | Turns rough ideas into approved design specifications before implementation |
| Code Review | Reviews GitHub pull requests, posts inline findings, and tracks review history |
| Company Research | Builds structured company, market, team, financing, and product research |
| Discord Digest | Periodically summarizes Discord channel activity |
| Extracts public Facebook page data | |
| Learning | Provides learning and vocabulary actions |
| Automates LinkedIn research, messaging, and job workflows | |
| Memory | Adds reusable memory and relationship-management skills |
| News | Ingests news and Reddit sources into scheduled workflows |
| Reddit Radar | Monitors Reddit topics with scheduled ingestion and a web dashboard |
| RomeTable | Browses Rome system and app database tables |
| SEO | Provides SEO and GEO research, audit, content, schema, and reporting workflows |
| Stock Daily | Generates and stores daily US stock-market close reports |
| Summary | Produces project summaries from Rome conversations, channels, and GitHub activity |
| AI Survey Builder | Turns research goals into conversational AI-native surveys |
| Teach | Provides personalized lessons, missions, and spaced-repetition review |
| Utility | Adds licensed visual design, frontend, MCP, skill-authoring, artifact, and testing skills |
| X Manager | Manages X content, replies, brand voice, and metrics |
| Xiaohongshu | Automates Xiaohongshu research, engagement, drafts, and publishing |
Browse installable releases in the Rome App Store.
You need Node.js 24.11.1 or newer and pnpm 10.33.2 or newer.
git clone https://github.com/rome-os/rome-apps.git
cd rome-apps
corepack enable
pnpm install
pnpm typecheck
pnpm testBuild a single app with its workspace script:
pnpm --filter "./apps/<app-id>" run buildThe exact local install and validation flow depends on the app surface. Read the Rome App building guide and CONTRIBUTING.md before submitting a change.
| Path | Contents |
|---|---|
apps/ |
Independent Rome App packages |
packages/ |
Reserved shared packages |
.github/workflows/ |
CI and App Store publishing workflows |
AGENTS.md |
Repository-specific development and verification instructions |
- Read
CONTRIBUTING.mdbefore opening a pull request. - Use GitHub Issues for reproducible bugs and scoped feature requests.
- Use the Rome documentation or Discord community for usage questions.
- Report security issues privately as described in
SECURITY.md.
Original Rome Apps source code is available under the MIT License. Third-party materials retain their original licenses; see NOTICES.md and license files next to those materials.