Warning: This project is no longer maintained and has been suspended indefinitely.
MultiGateway is a versatile LLM client application that provides a unified interface for interacting with multiple LLM providers, offering seamless integration across various AI services.
- 🤖 Multi-provider LLM support (OpenAI, Anthropic, Google, and more)
- 💬 Intuitive chat interface with rich messaging capabilities
- 🔧 Flexible configuration and customization options
- 📱 Cross-platform compatibility
- 🎨 Beautiful UI with multiple themes
- 🔧 MCP (Model Context Protocol) server integration
- 🎯 Profile-based conversations
- 🎤 Speech-to-text and text-to-speech support
Ready to use! Download the latest APK from our Releases page.
Currently, only Android builds are provided pre-compiled. For iOS, Web, Windows, macOS, or Linux platforms, you'll need to build from source code following the instructions below.
- Android (pre-built available)
- iOS (build from source)
- Web (build from source)
- Windows (build from source)
- macOS (build from source)
- Linux (build from source)
- Flutter SDK (>= 3.0.0)
- Dart SDK
- Platform-specific requirements:
- Android Studio (for Android)
- Xcode (for iOS/macOS)
- Chrome (for Web)
- Visual Studio (for Windows)
# Clone the repository
git clone <repository-url>
cd multigateway
# Install dependencies
flutter pub get
# Build for your target platform
flutter build apk # Android APK
flutter build appbundle # Android App Bundle
flutter build ios # iOS
flutter build web # Web
flutter build windows # Windows
flutter build macos # macOS
flutter build linux # LinuxWe welcome contributions! Please see CONTRIBUTING.md for guidelines on how to contribute to the project.