Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
chatmcp-0.0.73-windows.msix | 2025-08-10 | 18.7 MB | |
chatmcp-0.0.73-windows.zip | 2025-08-10 | 19.3 MB | |
chatmcp-0.0.73-linux.deb | 2025-08-10 | 20.3 MB | |
chatmcp-0.0.73-android.apk | 2025-08-10 | 72.0 MB | |
chatmcp-0.0.73-linux.AppImage | 2025-08-10 | 24.9 MB | |
chatmcp-0.0.73-linux.rpm | 2025-08-10 | 16.6 MB | |
chatmcp-0.0.73-macos.dmg | 2025-08-10 | 30.8 MB | |
README.md | 2025-08-10 | 2.8 kB | |
v0.0.73 source code.tar.gz | 2025-08-10 | 14.4 MB | |
v0.0.73 source code.zip | 2025-08-10 | 14.5 MB | |
Totals: 10 Items | 231.6 MB | 2 |
ChatMCP v0.0.73 🚀
🆕 New Features
GitHub Copilot Integration
- Added GitHub Copilot as LLM Provider (#179)
- Full integration with GitHub Copilot API
- Support for Copilot Pro subscription features
- OAuth device flow authentication
- New provider option in LLM settings
🐛 Bug Fixes & Improvements
Linux Compatibility Enhancements
- Improved Linux AppImage Compatibility (#185)
- Enhanced compatibility with Ubuntu 22.04 and Pop!_OS 22.04
- Fixed GLIBC compatibility issues (prevents bundling newer GLIBC symbols)
- Added automated CI checks to prevent incompatible library bundling
- Comprehensive documentation for Linux runtime requirements
Build System Updates
- Build Configuration Improvements (#184)
- Updated CI to use ubuntu-22.04 for better compatibility
- Enhanced YAML configuration comments for clarity
- Improved build process documentation
📋 System Requirements
Linux Requirements (Ubuntu 22.04 and 24.04)
For running ChatMCP AppImage/DEB, install the following runtime packages:
Ubuntu 22.04:
:::bash
sudo apt install -y libfuse2 libgtk-3-0 libegl1-mesa libgles2 libgl1-mesa-dri libglx-mesa0 libx11-6 xdg-utils libsqlite3-0
Ubuntu 24.04:
:::bash
sudo apt install -y libfuse2 libgtk-3-0 libegl1 libgles2 libgl1-mesa-dri libglx-mesa0 libx11-6 xdg-utils libsqlite3-0
🔧 Technical Changes
- Added comprehensive Linux runtime dependency documentation
- Improved AppImage packaging to exclude problematic system libraries
- Enhanced CI/CD pipeline with compatibility verification
- Updated build configurations for better cross-platform support
📱 Download Links
- macOS: Download DMG
- Windows: Download ZIP
- Linux:
- AppImage
- DEB
- RPM
- Android: Download APK
- iOS: TestFlight
- Web: GitHub Pages
🙏 Contributors
Special thanks to: - @KaiserWu for implementing GitHub Copilot integration - @cevheri for Linux compatibility improvements and build system enhancements
Full Changelog: https://github.com/daodao97/chatmcp/compare/v0.0.72...v0.0.73