Releases: ebowwa/BlueFusion
Releases · ebowwa/BlueFusion
BlueFusion v1.0.0 - Initial Release
BlueFusion v1.0.0 - Initial Release 🚀
We're excited to announce the first public release of BlueFusion - an
advanced BLE analysis and security testing platform for macOS.
🎯 What is BlueFusion?
BlueFusion combines macOS native BLE capabilities with professional
analysis tools to provide comprehensive wireless protocol analysis,
security testing, and IoT device research capabilities.
✨ Key Features in v1.0.0
- Dual Interface Support - Native macOS BLE integration (USB sniffer
support coming soon) - Real-time Packet Analysis - Live BLE packet capture and inspection
- GATT Protocol Parser - Deep inspection of BLE services and
characteristics - Web-based Dashboard - Modern UI built with Gradio
- RESTful API - Full API with auto-generated documentation
- WebSocket Streaming - Real-time packet streaming for automation
- Security Analysis Tools - Basic vulnerability detection and packet
inspection - Hex Pattern Matching - Advanced packet filtering capabilities
📦 Installation
Download the release archive and run:
./install.shOr manually install:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt🚀 Getting Started
# Start the API server
python -m src.api.fastapi_server
# Access the web interface
open http://localhost:8000
🔧 Requirements
- macOS 10.15 or later
- Python 3.9+
- BLE-enabled Mac
📝 Notes
This is our initial release (MVP). We're actively developing new features
and welcome feedback from the security research community.
🐛 Known Limitations
- Limited to macOS platform currently
- Some advanced security features still in development
🤝 Contributing
We welcome contributions! Please see CONTRIBUTORS.md for guidelines.
📄 License
MIT License - see LICENSE file for details.