Back to stories
This is the final version; the automated editorial pipeline no longer revises it.Generated by an AI editor from the reporting and web sources listed on this page.

CrankGPT Runs a Fully Offline Voice Assistant on Hand Power Alone

A team of European builders argues that artificial intelligence doesn't need a data center, a subscription, or even a wall outlet.

Published The total reporting and web sources attached to this story.How many attached sources came from wider web research rather than monitored news feeds.The AI editor’s assessment of how strongly the attached sources’ quality and agreement support this article.

What matters

  • CrankGPT is a hand-cranked, fully offline AI assistant built around a Raspberry Pi 5 with 8 GB of RAM.
  • A custom capacitor board stores roughly 20 seconds of reserve power to prevent brownouts during inference spikes.
  • It runs small local models—Liquid AI's LFM2 and Google's Gemma 3—and handles speech recognition and synthesis without cloud connectivity.
  • The device boots in about 30 seconds and delivers responses from under one second to roughly three seconds depending on the model size.
  • The project argues that useful AI does not require massive data centers, grid power, or internet access.

CrankGPT Runs a Fully Offline Voice Assistant on Hand Power Alone

A team of European builders argues that artificial intelligence doesn't need a data center, a subscription, or even a wall outlet.

What happened

Squeez Labs has introduced CrankGPT, a fully offline AI box that turns muscle power into machine intelligence. The device pairs a stock Raspberry Pi 5 with 8 GB of RAM—or alternatively an Orange Pi—with a cheap 20-watt emergency hand generator. A custom capacitor board smooths the erratic current and holds about 20 seconds of reserve power, preventing brownouts when inference workloads spike the draw. According to the team's documentation, the Pi idles near 4 watts.

Users turn the crank, wait about 30 seconds for boot, then speak. The system recognizes speech via Moonshine, processes it through llama.cpp running either Liquid AI's LFM2 (in 350-million or 1.2-billion-parameter sizes) or Google's 1-billion-parameter Gemma 3, and replies aloud using the Piper text-to-speech engine. The smallest model returns answers in under a second; Gemma 3 takes roughly three seconds. Beyond voice assistance, the team has used the same stack to generate small images, write code, and compose what they admit is "bad" poetry.

The project came together in about a week as a proof-of-concept, the builders say, but required months of subsequent kernel optimization, board revisions, code refactoring, and CAD adjustments before conversations felt responsive.

Why it matters

CrankGPT is designed as a deliberate counter-argument to the idea that artificial intelligence requires a data center and a wall socket. By running small models locally, the device keeps voice data entirely on the hardware, making privacy a physical property rather than a terms-of-service pledge. The team also positions the build as a critique of AI's growing energy footprint. Invoking what they call a "European small-practical-car sensibility," they argue that many tasks currently handled by kilowatt-scale cloud models can be managed by compact, efficient local networks at a fraction of the energy cost.

Resilience is another theme. Because the system has no battery, no cloud dependency, and no subscription, it could theoretically operate anywhere a user can turn a crank. The builders note that, provided the electronics stay dry and reasonably temperate, the hardware itself could remain operational for a century—though storage media would need periodic replacement. In that sense, CrankGPT is less a consumer gadget than a provocation: it asks whether the future of AI must be centralized, always-online, and resource-hungry, or whether useful intelligence can be small, sovereign, and human-powered.

What to watch

Open questions include whether Squeez Labs will publish full schematics and a bill of materials, what the total reproduction cost will be, and whether the custom capacitor board can sustain longer multi-turn conversations without continuous cranking. It also remains to be seen whether the project stays a maker curiosity or influences commercial efforts targeting emergency preparedness, field research, and privacy-first consumer devices.

Why it matters

Squeez Labs has unveiled CrankGPT, a fully offline AI device powered by a hand crank and a Raspberry Pi 5. It runs small language models, speech recognition, and voice synthesis locally without batteries or cloud access. The project is part engineering demo and part philosophical argument that useful AI can exist completely outside the modern tech stack.

What to watch

Watch for confirming reporting, product documentation, user-visible rollout details, and credible public discussion before treating this as settled.

What to do next

Developers

Port a tiny LLM or voice pipeline to a Raspberry Pi 5 under a strict power budget to benchmark latency and wattage trade-offs.

CrankGPT demonstrates that local voice stacks are viable on 8GB ARM boards, but require careful kernel and inference optimization to feel responsive.

Founders

Evaluate whether your AI product's always-on cloud dependency is a feature or a liability for privacy-conscious or offline-use cases.

The project highlights growing user interest in private, infrastructure-independent AI that keeps data local.

PMs

Benchmark your current feature set against sub-1.5B parameter models to identify over-engineering.

Small models may cover a surprising share of user needs at a fraction of the compute cost and energy draw.

Investors

Track startups building efficient local inference stacks and novel power solutions for edge devices.

CrankGPT signals market appetite for decoupling AI capability from data-center scale and recurring cloud fees.

Operators

Audit your organization's AI tools for offline failover and data-sovereignty risks.

If a hand-cranked Pi can run local inference, enterprise edge deployments have a wider resilience playbook than currently assumed.

How to test

  1. 1Assemble the power circuit, connecting the hand generator to the Pi via the capacitor board to smooth voltage spikes.
  2. 2Install the voice stack: Moonshine for ASR, llama.cpp with LFM2 or Gemma 3, and Piper for TTS.
  3. 3Boot the device and begin cranking to charge the capacitors.
  4. 4Wait approximately 30 seconds for boot.
  5. 5Speak a prompt and measure time-to-response across different model sizes.

Caveats

  • The custom capacitor board design may not yet be publicly available.
  • Inference on 1B+ models requires consistent cranking or short pauses between turns.
  • SD cards wear out and must be replaced periodically.
  • Performance is far below cloud-based assistants; expect limited accuracy and 'bad poetry' quality outputs.