CoolFace
Apppublic

MCP-1st-Birthday/Reuben_OS

sourceHugging Faceapache-2.0updated 10mo agoView on Hugging Face
21likes
App README

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

![YouTube Demo Thumbnail](https://youtu.be/_sIkWLWbAR4)

Twitter Post

View on X (Twitter)

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!