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) anddeskpi-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)
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.
- Hardware & Flashing Documentation: DeskPi-Team/super6c on GitHub
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:
| Resource | Format | Description | Download Link |
|---|---|---|---|
| CircuitPython 7.3.3 Firmware | .uf2 | Official CircuitPython UF2 binary compiled for Raspberry Pi Pico | Download UF2 |
| PicoMate Driver Libraries | .zip | Complete sensor & peripheral driver bundle for PicoMate modules | Download Libraries |
| Individual Module Demos | .zip | Isolated sample code for every detachable on-board sensor | Download Demos |
| Integrated Application Suite | .zip | Comprehensive multi-sensor demonstration firmware | Download App |
📐 Mechanical CAD Drawings & Engineering Datasheets
Manufacturing CAD files (.dwg) and dimensional engineering datasheets (.pdf) for custom rack builders:
| Asset | Target SKU | Format | Direct Download |
|---|---|---|---|
| DP-0055 Engineering Datasheet | 1U Cable Brush Panel (DP-0055) | .pdf | Download Datasheet |
| DP-0055 2D CAD Mechanical Drawing | 1U Cable Brush Panel (DP-0055) | .dwg | Download Drawing |
| DP-0056 Engineering Datasheet | 0.5U Heavy Duty Shelf (DP-0056) | .pdf | Download Datasheet |
| DP-0056 2D CAD Mechanical Drawing | 0.5U Heavy Duty Shelf (DP-0056) | .dwg | Download Drawing |
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
- Hardware Compatibility Matrix — SBC compatibility directory.
- 10" Rack Planning & Build Guide — Unit height calculator and layout designs for RackMate T0/T1.
- Troubleshooting & FAQ Hub — Solutions for cooling, NVMe boot, and power logic.
- DeskPi Official Web Store — Purchase official boards, cases, and expansion kits.