Spaces:
Running
Running
File size: 3,166 Bytes
0898ec0 7f20600 0898ec0 3131510 d7c9fa5 353ed65 0898ec0 353ed65 0898ec0 353ed65 bc0dab9 353ed65 bc0dab9 3fcc26d 28ac78c 3fcc26d 353ed65 a6b546e 353ed65 a6b546e 353ed65 a6b546e 353ed65 a6b546e 353ed65 a6b546e 353ed65 bc0dab9 353ed65 a6b546e 353ed65 bc0dab9 353ed65 e9d7b34 353ed65 e9d7b34 353ed65 a6b546e 353ed65 a6b546e 353ed65 a6b546e 353ed65 a6b546e 353ed65 a6b546e 353ed65 a6b546e bc0dab9 353ed65 bc0dab9 353ed65 bc0dab9 a6b546e bc0dab9 353ed65 bc0dab9 a6b546e bc0dab9 a6b546e bc0dab9 a6b546e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 |
---
title: ReubenOS
emoji: π₯οΈ
colorFrom: red
colorTo: yellow
sdk: docker
app_port: 7860
pinned: true
license: apache-2.0
short_description: Connect Claude dekstop to Reuben OS via MCP
tags:
- building-mcp-track-creative
- mcp
- flutter
- llm
- nextjs
- ElevenLabs
---
# Welcome to Reuben OS! π
## About Reuben OS
Reuben OS is a powerful cloud-based operating system that integrates seamlessly with Claude AI, providing an innovative platform for file management, quiz creation, audio generation, and much more. It's designed to make your AI interactions more productive and organized.
### YouTube Demo
[](https://youtu.be/_sIkWLWbAR4)
### Twitter Post
[View on X (Twitter)](https://x.com/18reuchagas/status/1992857347006545941?s=20)
## Features π
### File Management
- **Secure Storage**: Save files with passkey protection
- **Public Folder**: Share files with everyone
- **Multiple File Types**: Support for code files, documents, JSON, and more
### Quiz System
- **Interactive Quizzes**: Create multiple-choice quizzes
- **Auto-Grading**: Automatic analysis and feedback
- **Time Limits**: Set custom time limits for challenges
### Audio Generation
- **Song Creation**: Generate AI songs with lyrics and music (via ElevenLabs)
- **Story Narration**: Convert text to natural-sounding voice
- **Voice Studio**: Listen to all your audio creations
### Flutter IDE
- **Execute App**: Modern Flutter-based IDE to execute flutter code
- **File Listing**: View all your flutter files at a glance
### Gemini
- **GEMINI APP**: Communicate with google gemini Model inside Reuben OS
### Messages
- **Global Chat**: Communicate with everyone using the Reuben OS
## Installation π₯
### Quick Install (Global)
Install Reuben OS MCP Server globally using npm:
```bash
npm install -g reuben-os-mcp
```
## Claude Desktop Configuration βοΈ
Add the following configuration to your Claude Desktop config file:
### For macOS/Linux
Edit `~/Library/Application Support/Claude/claude_desktop_config.json`:
### For Windows
Edit `%APPDATA%/Claude/claude_desktop_config.json`:
and add the following
```json
{
"mcpServers": {
"reuben-os": {
"command": "reuben-os-mcp",
"args": []
}
}
}
```
## Usage Examples π‘
### Flutter
```
"write flutter hello world code to Reuben OS with passkey 'mypass'"
```
### Create a Quiz
```
"Create a quiz on Python basics and deploy it to Reuben OS with passkey: hugging"
```
### Generate Audio
```
"Generate a song about mountains in j-pop style"
```
### List Files
```
"Show me all my files in Reuben OS"
```
## Security π
- **Passkey Protection**: Secure your files with custom passkeys (minimum 4 characters)
- **Public/Private Folders**: Choose between public sharing or private storage
## π License
Apache License 2.0 - Free to distribute and use make sure to give me credits if you use it in your project
---
**Made with β€οΈ for the AI community**
*This project is optimized for Hugging Face Spaces deployment, making AI-powered file management accessible to everyone!*
|