870 B
870 B
RA-OS
What This Is
Open-source, local-first knowledge graph app with MCP integration.
Core Stack
- Next.js 15 + TypeScript + Tailwind
- SQLite + sqlite-vec
- BYO API keys (OpenAI/Anthropic)
Run Locally
git clone https://github.com/bradwmorris/ra-h_os.git
cd ra-h_os
npm install
npm rebuild better-sqlite3
scripts/dev/bootstrap-local.sh
npm run dev
Source of Truth for Workflow
AGENTS.md- agent and contributor workflowCONTRIBUTING.md- PR and contribution policy
Key Paths
src/services/database/- data layersrc/tools/- MCP tool implementationssrc/config/skills/- built-in skill contentapp/api/- API routes
Docs
docs/README.mddocs/0_overview.mddocs/2_schema.mddocs/4_tools-and-guides.mddocs/6_ui.mddocs/8_mcp.md- includes MCP setup plus recommended memory-file guidance