Files
ra-h-os/docs/9_open-source.md
T
“BeeRad”andClaude Opus 4.5 f383d770ca docs: update documentation for RA-H Light
- Rewrite 0_overview.md for 2-panel UI + MCP focus
- Delete 1_architecture.md (agent hierarchy no longer applies)
- Delete 3_context-and-memory.md (agent context no longer applies)
- Rewrite 4_tools-and-workflows.md for MCP tools only
- Rewrite 6_ui.md for 2-panel layout
- Delete 7_voice.md (voice removed)
- Update 8_mcp.md with correct tool list (11 tools)
- Rewrite 9_open-source.md for RA-H Light
- Update README.md with new doc structure

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 16:06:54 +11:00

1.1 KiB

RA-H Light

This is RA-H Light — a minimal, local-first knowledge graph UI with MCP server integration.

What is RA-H Light?

RA-H Light is a stripped-down version of RA-H focused on:

  • 2-panel UI for browsing and editing your knowledge graph
  • MCP server so external AI agents (like Claude Code) can access your notes
  • Local SQLite database with vector search
  • BYO API keys — no cloud dependencies

What's NOT Included

RA-H Light intentionally excludes:

  • Chat interface (use external agents via MCP)
  • Voice features
  • Built-in AI agents
  • Auth/subscription system
  • Desktop packaging (Tauri)

Relationship to RA-H

This repo (ra-h_os) is derived from the private ra-h repository. Shared features (database, UI components, MCP server) are synced from private to public.

Getting Started

See README.md for installation.

Contributing

  • Bug reports — Open an issue
  • Feature requests — Open an issue
  • Pull requests — Welcome for bug fixes and improvements

License

MIT — See LICENSE