Files
ra-h-os/docs/9_open-source.md
T
“BeeRad” 52602a06c4 docs: pre-release audit and documentation improvements
- Simplify CONTRIBUTING.md for open source contributors
- Update version to 0.1.0 (Open Source) in overview
- Clarify BYO-key requirement in UI docs
- Expand open source explanation in docs/9
- Add comprehensive pre-public release audit notes
2025-12-24 09:43:51 +11:00

31 lines
905 B
Markdown

# RA-H Open Source
This is the open source, BYO-key (bring your own API keys) version of RA-H.
## What's Included
- Full three-panel UI (Nodes | Focus | Helpers)
- Local SQLite storage with vector search
- Complete agent system (ra-h, mini-rah, wise-rah)
- All tools and workflows
- Settings panel with API key management
## What's Not Included
- Mac app packaging (Tauri)
- Supabase authentication
- Subscription/payment system
- Auto-updates
## Relationship to Private Repo
This repo is a **mirror** of the private `ra-h` repository. Features are developed privately and synced here periodically.
- **Contributions welcome** - See [CONTRIBUTING.md](../CONTRIBUTING.md)
- **Bug reports** - Open an issue on GitHub
- **Feature requests** - Open an issue; major features are typically built in the private repo first
## Setup
See the main [README.md](../README.md) for installation instructions.