The small variant — a Raspberry Pi Zero 2 W you can slip in a jacket. A quiet terminal for writing, SSH, notes, and radio. The smallest self-driven machine that's still a real computer.
The Field Deck is a workhorse. The Pocket Deck is a companion — a single, calm device you carry like a notebook. It won't render video or run a big model. It will SSH into anything, hold your notes offline, and never beg for your attention.
A real Linux machine the size of a wallet. Yours, openable, repairable — and it goes everywhere a phone goes without behaving like one.
The Zero 2 W draws roughly a watt. A small lithium cell carries it for hours, so it's the deck you actually take with you rather than leave charging.
No desktop, no feed, no distraction surface. Text, code, and a blinking cursor. The constraint is the point — it's a machine for thinking.
Same rhythm as the Field Deck. Get Curious to plan it, go Constructive to build it, get Caring to tend it, then Chill and carry it everywhere.
Know what a pocket deck is for, and pick a screen path.
A tiny parts list, six steps, and a lean terminal loadout.
Card backups, lithium safety, share the little case.
One job, done calmly. The pocket as a single-task room.
Pocket decks live or die on one decision: how do you see the screen? Everything else is small. Be honest about whether this is a standalone terminal or a thin client you drive from your phone — that choice picks your display and halves your parts list.
A 4–5" 800×480 panel over the Zero's mini-HDMI. Bright, fast, fully self-contained. The classic pocket terminal.
A 2.9–4.2" e-paper display over SPI. Sips power, sunlight-readable, distraction-proof. Perfect for writing.
Run it headless and reach it from your phone over SSH or its own Wi-Fi hotspot. The smallest, cheapest build.
Curious note — why the Zero 2 W: it's a quad-core machine with Wi-Fi and Bluetooth built in, for the price of lunch. It has no PCIe and only 512 MB of RAM, so it's a terminal and thin client, not a desktop. If you want a browser and a local model, that's the Field Deck (Pi 5). Match the deck to the job.
This is the standalone recipe — a Zero 2 W, a small HDMI screen, a 40% keyboard, and a clip-on battery in a printed case. Swap the display for e-ink or drop it entirely for the headless build. Get it talking over SSH first; the case comes last.
| Part | Pick | ~Cost | Notes |
|---|---|---|---|
| Compute | Raspberry Pi Zero 2 W | $15–20 | Quad-core, Wi-Fi + Bluetooth on board. The whole brain. |
| Power + RTC | PiSugar-style add-on + LiPo | $25–40 | Clip-on battery, soft power button, real-time clock. The neat path. |
| Storage | A2 microSD 32–64 GB | $8–14 | No NVMe on a Zero. A fast A2 card matters here. |
| Display | 4–5" HDMI panel PATH A | $28–55 | Or a 2.9–4.2" e-ink panel for the calm build. |
| Keyboard | 40% USB / folding BT keyboard | $25–55 | Wired needs a micro-USB OTG adapter; BT pairs after boot. |
| Adapters | mini-HDMI→HDMI, micro-USB OTG | $6–12 | The Zero uses mini-HDMI and micro-USB — buy the right ends. |
| Cooling | Small stick-on heatsink | $3 | Optional — the Zero 2 W runs cool. Nice under sustained load. |
| Enclosure | 3D-printed pocket case | $8–20 | Print in PETG. Leave the power button and a USB port exposed. |
Flash Raspberry Pi OS Lite (64-bit) with Raspberry Pi Imager — no desktop, it's a terminal deck. In Edit settings, set hostname, your user, Wi-Fi, and enable SSH so the first boot needs nothing plugged in.
# Raspberry Pi Imager → choose: Raspberry Pi OS Lite (64-bit) hostname: pocket enable SSH: on wifi: your-network user: your-name
If you went with a bare LiPo board you'll solder a header to the Zero (a little iron time); a PiSugar-style board clips to the back with pogo pins — no soldering. Attach the cell, stick on the heatsink, and confirm the soft power button works.
Power on with nothing attached and find it on your network. Log in, update, and you've got a working pocket Linux box before a single screen is wired.
ssh your-name@pocket.local sudo apt update && sudo apt full-upgrade -y
For Path A, connect the HDMI panel via the mini-HDMI adapter and power it (some panels need their own 5 V line). Plug the keyboard into the data micro-USB port through an OTG adapter, or pair a Bluetooth keyboard once you're on the console. For e-ink (Path B), wire the SPI panel to the GPIO header and install its driver.
On a small screen, a readable framebuffer font and a larger console size go a long way. Tune it so the terminal is comfortable to actually use, not just technically working.
sudo dpkg-reconfigure console-setup # bigger, crisper console font sudo raspi-config # enable SPI for e-ink, set locale
Stack screen, Zero, and battery, route the short cables, and seal it up. Keep the weight balanced so it sits flat in a pocket, and leave the power button and one USB port reachable from outside.
512 MB of RAM rules out heavy apps — and that's the gift. Lean, text-mode tools that work offline and let the Zero be a jump box to your bigger machines:
sudo apt install -y tmux neovim git ranger micro # write & navigate sudo apt install -y w3m openssh-client mosh # browse text, reach anything sudo apt install -y weechat syncthing # chat + own your sync # optional: rtl-sdr tools if you clip on a radio dongle
Constructive task — ship the headless version tonight: a Zero 2 W you can SSH into from your phone is already a pocket deck. Use it for a week before you commit to a screen and a case. You'll learn exactly what you want from the finished build.
A pocket machine takes knocks the Field Deck never will — it rides in bags and gets dropped on pavement. A little care keeps it alive, and a little sharing keeps the whole tiny-deck scene alive.
A pocket deck isn't a small phone — it's the opposite of one. Set it up to do one thing well, and it becomes the calm device you reach for when you want to think, write, or quietly poke at the world.
Pick a single use — writing, SSH, radio, journaling — and let the deck be excellent at that. A device that does one thing is a device you trust.
No browser rabbit-holes, no apps clamouring. The small screen and lean OS quietly protect your attention for you.
The best deck is the one that's with you. Small and low-power means it actually comes along — to the train, the café, the park bench.
Soft-shutdown, slip it away, be done. A machine you can fully switch off is a small daily permission to switch off yourself.
Start headless this evening — a Zero 2 W and an SD card. The pocket deck you'll carry is the one you switched on tonight.