How do you make your Windows laptop run Claude on a closed laptop forever
How I turned an ordinary Windows laptop into an always-on Claude Code server that I run from my phone, without walking back to the keyboard. Windows 11, Ubuntu on WSL2, Claude Code 2.1 I have a Windows laptop that spends most of its time with the lid shut. Until recently that meant it was asleep. Now it's where my Claude Code sessions run, and I start them from my phone, from claude.ai in a browser, from wherever I happen to be. The idea was simple: I never want to touch that terminal again. Getting there took one morning and more small surprises than I expected. Some settings were quietly working against me, a couple of commands meant something different from what I thought, and at one point Claude itself refused to do a step for me (more on that later, because it was the right call). This is everything I did, in order, including the parts that went wrong. What you'll need A Windows 10/11 laptop with WSL2 and an Ubuntu distro installed Claude Code installed inside Ubu...