Whether you're learning, experimenting, or building your own version, the goal is to make advanced smart hardware accessible to everyone.
A smart desk you can build at home. Open hardware, open software. No paywall.
cad/ 3D design files
concept/ Sketches, ideas, early drafts
source/ Editable CAD (Fusion 360, FreeCAD, SolidWorks)
step/ STEP files (works in any CAD tool)
stl/ STL files ready to 3D print
drawings/ 2D drawings, dimensions (PDF)
electronics/ All electronics stuff
schematics/ Circuit diagrams
pcb/ PCB design files (KiCad, Gerber)
bom/ Parts list for electronics
wiring/ Wiring diagrams, pinouts
firmware/ Code that runs on the desk (MCU, controller)
assembly/ How to build it
photos/ Step-by-step photos
videos/ Build videos (links or files)
docs/ Extra docs, guides, notes
bom/ Full bill of materials (all parts, prices, links)
tools/ Scripts, helper tools
examples/ Example usage, demo code
software/ Claude Code desk-display plugin
plugins/ Codex desk-display plugin
Connect the Thinking Desk display to your coding agent:
Both integrations support OTP pairing, completion notifications, approval pings, account usage, local builder insights, and automatic LAN reconnect. They share the paired-device configuration, so the same display can work with Claude Code and Codex on one Mac.
This repo uses Git LFS for CAD, STL, STEP, PCB, video, and PDF. Install LFS once before you clone or push: see docs/git-lfs.md.
Quick:
brew install git-lfs # macOS
git lfs install
git clone https://github.com/autonomous-ai/autonomous-desk.git
- Read assembly/README.md first
- Get the parts from bom/
- Print or order CAD parts from cad/stl/ or cad/step/
- Build the electronics in electronics/
- Flash firmware from firmware/
- Follow the assembly steps
- Upload your CAD to cad/source/ and export STEP + STL
- Add photos to assembly/photos/
- Open an Issue if something is broken or unclear
- Send a Pull Request with fixes or improvements
See CONTRIBUTING.md for details.
- Hardware, CAD, docs → CC BY-NC-SA 4.0
- Firmware, code → PolyForm Noncommercial 1.0.0
Plain-English summary: LICENSE.md
