RA-H Open Source

Self-host your knowledge graph

RA-OS is the fully open source version of RA-H. Run it on your own server, use your own API keys, and keep complete control of your data.

Quick Start

git clone https://github.com/bradwmorris/ra-h_os.git
cd ra-h_os
npm install
npm run dev

Then open http://localhost:3000

What you get

Local SQLite Database

All your knowledge stays on your machine. No cloud dependencies, no data sharing.

Bring Your Own Keys

Use your OpenAI, Anthropic, or other API keys. Pay only for what you use.

MCP Server Included

Connect Claude Code, Cursor, or Windsurf to your knowledge graph via MCP.

Full Source Access

MIT licensed. Fork it, modify it, deploy it however you want.

Mac App vs Open Source

FeatureMac AppOpen Source
InstallationDownload DMGgit clone + npm
Data Storage~/Library/Application SupportYour choice
UpdatesAutomaticgit pull
AI ModelsIncluded creditsBYO API keys
InterfaceNative desktop appWeb browser
Voice ModeYesNo
Agent ModeYesNo
MCP ServerYesYes
SupportEmail + DiscordGitHub Issues
CostSubscriptionFree (+ your API costs)

Ready to self-host?

Clone the repo and have your knowledge graph running in under 5 minutes.