Releases: Pamir-AI/distiller-cm5-python
Releases · Pamir-AI/distiller-cm5-python
Release v1.0.0-4
Distiller CM5 Python Release v1.0.0-4
Package Information
- Version: 1.0.0-4
- Architecture: ARM64 (aarch64)
- Target Platform: Raspberry Pi CM5, Distiller devices
Features
- Dual interface architecture (CLI and Qt/QML GUI)
- LLM integration with local llama-cpp servers and remote providers
- MCP (Model Context Protocol) server support
- Hardware interfacing capabilities including audio, display, and LED control
- Speech-to-text processing with faster_whisper
- E-ink display control via distiller-cm5-sdk integration
- UART-based power management signaling
- Modular LLM integration with automatic server lifecycle management
- Direct hardware control for SPI and GPIO interfaces
Installation
# Download the .deb package
wget https://github.com/Pamir-AI/distiller-cm5-python/releases/download/v1.0.0-4/distiller-cm5-python_1.0.0-4_arm64.deb
# Install the package
sudo dpkg -i distiller-cm5-python_1.0.0-4_arm64.deb
# Install dependencies if needed
sudo apt-get install -f
# Start the service (CLI mode)
sudo systemctl enable distiller-cm5-python-cli
sudo systemctl start distiller-cm5-python-cli
# Or start GUI mode
sudo systemctl enable distiller-cm5-python-gui
sudo systemctl start distiller-cm5-python-guiUsage
# CLI mode
distiller-cm5-python-cli
# GUI mode
distiller-cm5-python-gui
# Manual execution
python3 -m distiller_cm5_python.client.cliDependencies
This package requires the distiller-cm5-sdk package to be installed for hardware functionality.
Built automatically with GitHub Actions.
What's Changed
- opi by @Doraemonwei in #1
- Event system implementation merge into main by @TianqiYe in #10
- Eink version control by @TianqiYe in #12
- QML updates, Close button UI fixes by @UtsavBalar1231 in #13
- Apply server restart fixes to mcp_client and processors by @TianqiYe in #19
New Contributors
- @UtsavBalar1231 made their first contribution in #13
Full Changelog: sdk-whl...v1.0.0-4
added 1st sdk whl draft
sdk-whl init push, prod-v0.1