Skip to main content

Downloads & Open-Source Assets

Find firmware images, driver install scripts, 3D printing models, and software libraries across the entire DeskPi product ecosystem.


💻 Official Driver Repositories

DeskPi Pro Driver Suite (Raspberry Pi 4)

Controls PWM cooling fan curves and front power button safe shutdown signals on the DeskPi Pro enclosure.

git clone https://github.com/DeskPi-Team/deskpi.git
cd deskpi/installation/
sudo ./install.sh
  • Supported Operating Systems (64-bit): Raspberry Pi OS 64-bit, Ubuntu 64-bit, DietPi 64-bit, Manjaro ARM 64-bit, Kali ARM 64-bit.
  • Installed Services: deskpi.service (PWM fan daemon) and deskpi-cut-off-power.service (5V cutoff helper).
  • Repository: DeskPi-Team/deskpi on GitHub

DeskPi Lite Driver Suite (Raspberry Pi 4)

Provides safe power cutoff logic and fan control utilities specifically for DeskPi Lite Pi 4 (DP-0009).

git clone https://github.com/DeskPi-Team/deskpi_v1.git
cd deskpi_v1/
sudo ./install.sh
  • Installed Service: deskpilite.service
  • Native Alternative: Built-in GPIO 14 PWM fan control via sudo raspi-config.
  • Repository: DeskPi-Team/deskpi_v1 on GitHub

Raspberry Pi 5 Cases (Native Kernel Configuration)

No Proprietary Driver Package Required

DeskPi Raspberry Pi 5 cases (including DeskPi Lite Pi 5) do not require background daemon packages. PWM cooling and PCIe NVMe interfaces are handled natively by Raspberry Pi OS kernel parameters in /boot/firmware/config.txt:

dtparam=fan=on
dtparam=pciex1

DeskPi Super6C Cluster Board

DeskPi Super6C (DP-0008) is a 6-node CM4 Mini-ITX carrier board. Each node boots standard OS images independently over standard networking protocols.

Software Availability Notice

There is no proprietary cluster management daemon or automated driver installer suite for Super6C. Cluster provisioning and telemetry are managed using standard tooling such as Ansible, Kubernetes, or SSH.


🤖 Firmware & Software Bundles

DeskPi PicoMate

Pre-compiled CircuitPython runtime and complete module library collections:

ResourceFormatDescriptionDownload Link
CircuitPython 7.3.3 Firmware.uf2Official CircuitPython UF2 binary compiled for Raspberry Pi PicoDownload UF2
PicoMate Driver Libraries.zipComplete sensor & peripheral driver bundle for PicoMate modulesDownload Libraries
Individual Module Demos.zipIsolated sample code for every detachable on-board sensorDownload Demos
Integrated Application Suite.zipComprehensive multi-sensor demonstration firmwareDownload App

📐 Mechanical CAD Drawings & Engineering Datasheets

Manufacturing CAD files (.dwg) and dimensional engineering datasheets (.pdf) for custom rack builders:

AssetTarget SKUFormatDirect Download
DP-0055 Engineering Datasheet1U Cable Brush Panel (DP-0055).pdfDownload Datasheet
DP-0055 2D CAD Mechanical Drawing1U Cable Brush Panel (DP-0055).dwgDownload Drawing
DP-0056 Engineering Datasheet0.5U Heavy Duty Shelf (DP-0056).pdfDownload Datasheet
DP-0056 2D CAD Mechanical Drawing0.5U Heavy Duty Shelf (DP-0056).dwgDownload Drawing
3D Printable STL & STEP Files

Official 3D-printable accessories (such as custom brackets and duct shrouds) are maintained directly on the DeskPi-Team GitHub. When community or official 3D models are published, direct STL asset links will be published in respective release notes.


📖 Product Quick Guides & Matrices