@itsharmanjot: 384GB of VRAM. On your desk. Not in a datacenter. Autonomous, the company behind SmartDesk, just open sourced complete …
Summary
Autonomous open-sourced complete build guides for a personal AI computer with up to 384GB VRAM, enabling local running of open models with no API costs or service shutdown risks.
View Cached Full Text
Cached at: 07/09/26, 05:48 PM
384GB of VRAM. On your desk. Not in a datacenter.
Autonomous, the company behind SmartDesk, just open sourced complete build guides for a personal AI computer that runs open models on hardware no one can switch off.
It’s called Autonomous Computer. Three configurations, one philosophy: a model you rent can be cut off overnight. A model running in your own house can’t.
→ Home build: 2x RTX 5090 workstation → Team build: 4x RTX PRO 6000 Blackwell, 384GB VRAM → On-prem business build: 8x RTX 4090/5090, up to 256GB VRAM
Every config ships with the full bill of materials, 3D printable and CNC housing files, wiring diagrams, BIOS tuning, and assembly photos.
Software side covers OS setup, NVIDIA drivers, and serving open models through Ollama, vLLM, and llama.cpp.
Fork it. Change it. Build it. Sell it.
MIT License. 100% Opensource.
Repo: https://github.com/autonomous-ai/autonomous-computer…
autonomous-ai/autonomous-computer
Source: https://github.com/autonomous-ai/autonomous-computer
Time to build your own Personal AI Computer
https://github.com/user-attachments/assets/36f7aa02-42ac-4b35-b757-a5dd3b43ef1a
The future of AI is local
AI in 2026 looks like computing in 1975: the intelligence lives in a few mainframes, owned by a few companies, and you rent it by the token. Everyone knows how that movie ends. The machine moves onto the desk — and the people who own their machines build everything that comes next.
The Personal AI Computer is that machine. The models are good, the GPUs are affordable, and homes and businesses are reaching the same answer: bring it in-house. Three reasons:
- No one can switch you off. In June 2026 the US government took Fable 5 offline for most of a month and gated GPT-5.6 behind an approved-partner list. Weights on your own disk can’t be revoked.
- Your business is their training data. Every prompt you send OpenAI or Anthropic carries your product, your process, your edge. They will turn your secret sauce into their product.
- Inference becomes free. Open weights on a cloud API already cut the bill 20–30×. On your own machine there is no bill at all. No API, no meter.
The end-to-end open-source local AI stack
Open software lets you run and shape your AI; open hardware lets you build, repair, and improve the machine it runs on. With both in your hands — the code, the CAD, the BOM, the BIOS settings — you can build the whole thing end to end. So we open-source both:
- Open Source Hardware — this repo. Your Personal AI Computer in four sizes, below: every part, every bracket, every BIOS setting, every assembly photo.
- Open Source Software — your choice. The easiest way is Grid, the open orchestrator for local AI — but any local AI engine works: vLLM, Ollama, llama.cpp.
2× NVIDIA RTX 5090
The entry-level build, for personal use. Enough for Llama, Qwen, and DeepSeek with quantization — run OpenClaw, Hermes Agent, or your own LangChain stack locally.
- 2× NVIDIA RTX 5090 — 64 GB VRAM · 3,584 GB/s · 419 FP32 TFLOPS
- Intel Xeon W5 (ASUS W790 ACE) · 96 GB RAM · 1 TB NVMe
- PCIe Gen 5 ×16 per GPU · 10 GbE + 2.5 GbE
- 1,550 W draw · 1,600 W PSU
- 12.5″ × 12.5″ × 16″ · 33 lb
![]() |
![]() |
![]() |
![]() |
4× NVIDIA RTX 5090
The team build. Larger open models like Kimi, MiniMax, and GLM. No API bills. Low latency. Private data.
- 4× NVIDIA RTX 5090 — 128 GB VRAM · 7,168 GB/s · 838 FP32 TFLOPS
- AMD Ryzen Threadripper Pro · 96 GB RAM · 1 TB NVMe
- PCIe Gen 5 ×16 per GPU · 2× 10 GbE · BMC
- 2,750 W draw · 4,000 W PSU
- 20″ × 20″ × 24″ · 66 lb
![]() |
![]() |
![]() |
![]() |
8× NVIDIA RTX 5090
The on-prem build, for business. Develop, serve, and fine-tune with open models — the work that should never leave your floor.
- 8× NVIDIA RTX 5090 — 256 GB VRAM · 14,336 GB/s · 1,676 FP32 TFLOPS
- 2× AMD EPYC 9004 (ASRock Rack GENOA2D24G-2L+) · 192 GB RAM · 1 TB NVMe
- PCIe Gen 5 ×16 per GPU, over MCIO · 2× 1 GbE · BMC
- 5,100 W draw · 8,000 W PSU
- 15.5″ × 15.5″ × 24″ · 110 lb · CNC-milled anodized aluminum housing
![]() |
![]() |
![]() |
![]() |
4× NVIDIA RTX PRO 6000
The server build — rack-ready for on-prem and the data center. 384 GB of VRAM: fine-tune and serve the biggest open models.
- 4× NVIDIA RTX PRO 6000 Blackwell — 384 GB GDDR7 ECC · 7,168 GB/s (96 GB per card)
- AMD EPYC 9124 (ASRock Rack TURIN2D24G-2L+) · 384 GB DDR5 ECC · 1 TB NVMe
- PCIe Gen 5 ×16 per GPU, over MCIO · BMC
- 3× 2,000 W CRPS
- 5U rack chassis
![]() |
![]() |
![]() |
![]() |
Software
- BIOS tuning and GPU testing — after you build the rig, run this to make sure it actually works: BIOS settings for multi-GPU, NVIDIA drivers, then confirm every GPU is detected, linked at full PCIe width, and stable under load.
-
Serve your models — the rig runs, now put it to work. The easiest way is Grid, the open orchestrator for local AI: it pools your machines into one local AI network. Or run any local AI engine — vLLM, Ollama, llama.cpp.
curl -fsSL https://grid.autonomous.ai/install.sh | bash
Contributing
Built one? Improved a part? Found a better component? See CONTRIBUTING.md — and share your build. The best community builds get featured.
License
Open source under the MIT License. Fork it, change it, build your own and sell it — we just want it built.
Questions? Open an issue.
Similar Articles
@tom_doerr: Personal AI Computer build guides with up to 384GB VRAM https://github.com/autonomous-ai/autonomous-computer…
Open-source build guides for a personal AI computer with up to 384GB VRAM, supporting configurations from home to on-prem business. Includes bill of materials, assembly photos, and software setup for running open-source AI models locally.
@gippp69: THIS GUY SAW A $430 AI BILL AND BUILT HIS OWN AI LAB UNDER HIS DESK INSTEAD RTX 5090 + RTX 4090, 56GB VRAM, 128GB RAM, …
A user built a private AI lab under his desk using RTX 5090 and RTX 4090 GPUs, running local open-source models like Qwen, DeepSeek, and Llama to avoid API costs.
@RoundtableSpace: NVIDIA CEO JUST SHOWED A $249 DESKTOP AI COMPUTER THAT CAN RUN LARGE LANGUAGE MODELS LOCALLY
NVIDIA CEO revealed a $249 desktop AI computer that can run large language models locally, making AI more accessible.
@TeksEdge: What is the cheapest sane way to get 128GB+ of memory for Local AI in 2026? A Reddit user did the math, and the choices…
A Reddit user compares the cheapest hardware options for achieving 128GB+ memory for local AI in 2026, covering used GPUs, unified memory systems, and cloud alternatives.
@Hikari_07_jp: 35B-A6B Model Development Progress Report!! Huge breakthrough — I finally got access to an absolute beast of a server w…
The developer of a 35B-A6B model reports gaining access to a powerful server with 768GB VRAM and 1.5TB RAM, enabling full-scale evaluations and large-scale tuning. The breakthrough accelerates development of a high-quality AI model.



















