Skip to content
@Luce-Org

Lucebox AI

A personal inference computer for agents.
Lucebox

The Inference Computer for AI Agents

Lucebox builds plug-and-play hardware and the open inference stack that powers it. Local-first, OpenAI/Anthropic-compatible, 3 to 5x faster than competing boxes at the same price.

WebsiteXDiscordEmail


What is Lucebox

Lucebox is a 9.56L aluminum box that runs frontier open models locally at speeds people thought needed cloud GPUs. Inside: an AMD Radeon™ AI PRO R9700 (32GB GDDR6) paired with an AMD Ryzen AI MAX+ 395 APU (128GB unified LPDDR5X), 2TB NVMe, Corsair 1000W 80+ Gold. Outside: a single power cable and an OpenAI/Anthropic-compatible endpoint reachable from Claude Code, Codex, OpenCode, Hermes, OpenClaw, Open WebUI, and Ollama in roughly one minute from unboxing.

lucebox is the open inference engine: custom CUDA kernels, speculative decoding (DFlash), speculative prefill compression (PFlash), and persistent megakernels. It runs on any RTX 30/40/50, on Strix Halo, Radeon 7900 XTX and Radeon AI PRO R9700 not just on our hardware.

Why local

  • Privacy. Prompts and weights never leave the device. Default-fit for legal, medical, finance, and any team where the data is the moat.
  • Cost. $5,499 once, then zero per token. Replaces $200 to $2,000 per month in cloud API spend for sustained agent workloads.
  • Throughput. Up to 207 tok/s on Qwen3.5-27B and 134 tok/s at 128K context, matching or beating cloud latency on a desk.
  • Open. Apache 2.0 inference stack, GGUF models, no vendor lock-in.

Open Source

Inference Engine

RepositoryDescriptionStarsForks
luceboxFast LLM speculative inference server for consumer hardware. DFlash + PFlash + Megakernel. OpenAI/Anthropic compatible HTTP server.StarsForks

Lucebox Inference Optimizations

ComponentWhat it doesSpeedup
DFlashSpeculative decode with draft model + tree verification (DDTree)3 to 5x on 27B
PFlashBlock-sparse speculative prefill, register-resident FA-2 kernels~5.6x on long context, 5.4x at 128K
MegakernelFused 24-layer persistent CUDA kernel for small drafts~2x on 0.8B (413 tok/s)

Quick Start

git clone --recurse-submodules https://github.com/Luce-Org/lucebox-hub
cd lucebox-hub
cmake -B server/build -S server -DCMAKE_CUDA_ARCHITECTURES=86
cmake --build server/build --target dflash_server -j
./server/build/dflash_server \
model.gguf \
--draft draft.gguf \
--port 8000

Then point any OpenAI-compatible client at http://localhost:8000/v1.

Benchmarks

ModelHardwareThroughputMethod
Qwen3.5-27B AWQRTX 3090207 tok/sDFlash + DDTree
Qwen3.6-27B Q4_K_MRTX 3090134 tok/s @ 128KPFlash sliding target_feat
Laguna-XS.2 33BRTX 30905.4x @ 128KPFlash
Qwen3.5-0.8BRTX 3090413 tok/sbf16 Megakernel
gfx1151 iGPU (Strix Halo)Ryzen AI MAX+ 39526.85 tok/sHIP, 2.23x vs llama.cpp HIP

Supported Hardware

  • NVIDIA: RTX 3090, RTX 4090, RTX 5090, RTX 2080 Ti (CUDA 12+)
  • AMD: Ryzen AI MAX+ 395 Strix Halo (HIP / ROCm 6+), RX 7900 XTX (HIP)
  • OS (Inference engine): Linux, Windows
  • OS (Lucebox appliance): Linux, pre-tuned

Buy the Hardware

The plug-and-play Lucebox ships pre-tuned with the full stack loaded. $4,900, one year warranty, refurbished and fully serviced RTX 3090.

lucebox.com

Resources

WebsiteGitHubXDiscord

Apache 2.0. Built in Italy.

Popular repositories Loading

  1. lucebox luceboxPublic

    LLM speculative inference server for consumer hardware & heterogeneous computing

    C++ 2.7k 256

  2. lucebox-ggml lucebox-ggmlPublic archive

    Forked from ggml-org/llama.cpp

    VENDORIZED in lucebox-hub. Fork of llama.cpp, ggml graph for lucebox inference engine

    C++ 31 12

  3. .github .githubPublic

    Lucebox org profile

Repositories

Showing 3 of 3 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…