A Claude Desktop alternative with MCP server support built with Tauri + React + TypeScript.
- π 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
- Node.js v22.11.0+
- Rust v1.83.0+
- Cargo v1.83.0+
-
Clone the repository:
git clone https://github.com/yourusername/luke-desktop.git cd luke-desktop
-
Install dependencies:
npm install
-
Run development server:
npm run tauri dev
-
Build for production: For detailed build instructions, see our Build Guide.
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
- Build Guide - Detailed build configuration and deployment
- API Documentation - API reference and usage
- Security Guide - Security features and best practices
- Contributing Guide - Guidelines for contributors
Luke Desktop implements the Model Context Protocol (MCP) for communicating with Claude and other compatible AI models. See the MCP specification for more details.
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.
Contributions are welcome! Please read our Contributing Guide for details on our code of conduct and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.
If you encounter any issues or have questions, please file an issue on the GitHub repository.
Last updated: 2024-12-08