A security-hardened fork of RisuAI.
This is a personal fork focused on:
This is NOT a replacement for RisuAI. If you want the full-featured experience with cloud sync, Hub, and all features, use the original RisuAI.
See SECURITY.md for detailed changelog.
Key changes:
| Feature | Reason |
|---|---|
| Plugins | Code execution risk |
| MCP (Model Context Protocol) | External tool execution risk |
| Hub integration | Cloud dependency |
| Drive sync | Cloud dependency |
| Auto-updater | Supply chain risk |
| Pyodide | Python execution risk |
| PDF processing | External library risk |
# Install dependencies
pnpm install
# Web development
pnpm dev
# Desktop (Tauri) development
pnpm tauri dev
# Run tests
pnpm test
# Production build
pnpm build # Web
pnpm tauri build # Desktop
Work in progress. Core functionality works, but still undergoing security review.
This project is licensed under GPL-3.0, same as the original RisuAI.
See LICENSE for details.