T

luke-desktop

...
Created 12/8/2024byDrJonBrock

Language:

TypeScript

Stars:

8

Forks:

3

Luke Desktop

A Claude Desktop alternative with MCP server support built with Tauri + React + TypeScript.

Features

  • šŸš€ Built with Tauri 2.x for optimal performance
  • āš›ļø Modern React with TypeScript
  • šŸ”„ Model Context Protocol (MCP) server integration
  • šŸ”’ Enhanced security features
  • šŸ“ Advanced file management
  • šŸŽØ Tailwind CSS for styling
  • šŸ”Œ Plugin support
  • šŸŒ Cross-platform support

Prerequisites

  • Node.js v22.11.0+
  • Rust v1.83.0+
  • Cargo v1.83.0+

Getting Started

  1. Clone the repository:

    git clone https://github.com/yourusername/luke-desktop.git
    cd luke-desktop
    
  2. Install dependencies:

    npm install
    
  3. Run development server:

    npm run tauri dev
    
  4. Build for production: For detailed build instructions, see our Build Guide.

Project Structure

luke-desktop/
ā”œā”€ā”€ src/                # React frontend source
ā”œā”€ā”€ src-tauri/          # Tauri backend source
ā”‚   ā”œā”€ā”€ src/            # Rust source code
ā”‚   ā””ā”€ā”€ target/         # Compiled outputs
ā”œā”€ā”€ public/             # Static assets
ā”œā”€ā”€ config/             # Configuration files
ā”œā”€ā”€ tests/              # Test files
ā””ā”€ā”€ docs/              # Documentation
    ā”œā”€ā”€ BUILD.md       # Build configuration guide
    ā””ā”€ā”€ API.md         # API documentation

Documentation

MCP Integration

Luke Desktop implements the Model Context Protocol (MCP) for communicating with Claude and other compatible AI models. See the MCP specification for more details.

Security

The application implements several security measures:

  • Secure file system operations

  • API key management

              - Local storage encryption
    
  • Authentication system

  • Path traversal protection

  • File type validation

For more details, see our Security Documentation.

Contributing

Contributions are welcome! Please read our Contributing Guide for details on our code of conduct and the process for submitting pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Support

If you encounter any issues or have questions, please file an issue on the GitHub repository.

Acknowledgments

Last updated: 2024-12-08

Last updated: 3/1/2025

Publisher info

DrJonBrock's avatar

DrJonBrock

0
followers
0
following
3
repos

More MCP servers built with TypeScript

docbase-mcp-server

MCP Server Implementation for DocBase

By f4401
aapi-mcp-server

Advanced API MCP Server

By Asphere-xyz1
DBX-MCP-Server

MCP Server for Dropbox

By amgadabdelhafez1