Skip to content

Releases: Pamir-AI/distiller-cm5-python

Release v1.0.0-4

05 Aug 19:50

Choose a tag to compare

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-gui

Usage

# CLI mode
distiller-cm5-python-cli

# GUI mode
distiller-cm5-python-gui

# Manual execution
python3 -m distiller_cm5_python.client.cli

Dependencies

This package requires the distiller-cm5-sdk package to be installed for hardware functionality.

Built automatically with GitHub Actions.

What's Changed

New Contributors

Full Changelog: sdk-whl...v1.0.0-4

added 1st sdk whl draft

17 Apr 06:38

Choose a tag to compare

sdk-whl

init push, prod-v0.1