Valve’s Steam Machine went on sale in late June 2026, and unlike the 2015 attempt, this one appears to be working. For a small studio the hardware itself is not the story. The story is that a controller-first SteamOS box is now sitting under people’s televisions, and that changes some assumptions about how your game gets played.
How It Actually Launched
Valve did not run a normal first-come, first-served sale. Buyers registered and were selected in a draw, with eligibility limited to Steam accounts in good standing that had made a purchase before 27 April 2026, and capped at one per household.
That is an anti-scalping mechanism, and judging by the Hacker News thread it was broadly well received — the argument being that a lottery beats a rush that rewards bots and fast connections.
Valve does not publish unit sales, so nobody outside the company knows the real numbers. The closest public estimate comes from Boiling Steam, which modelled it from the Global Top Sellers chart and put it at roughly 12,000 to 15,000 units per week during the launch window, as of 18 July 2026. Treat that as informed napkin maths rather than fact — the author is explicit that it is an estimate — but the direction is clear enough.
For context on how seriously Valve is taking the platform: SteamOS 3.8 shipped as a stable release in June, Valve open-sourced the Steam Machine’s e-ink screen in July, and released the Steam Controller’s CAD files under a Creative Commons licence in May. That is not the behaviour of a company running an experiment.
What Changes for a Small Studio
Linux compatibility is now table stakes
SteamOS is Linux, and games reach it either natively or through Proton. If you have been treating Linux as a nice-to-have, the calculation has shifted: it is no longer a rounding error of desktop users, it is the living-room box as well.
The good news for Unity developers is that this is mostly not a code problem. Most Unity games run under Proton without modification. The things that actually break tend to be predictable:
- Anti-cheat — the usual culprit, and mostly irrelevant for single-player indie games
- Launchers and external installers — anything that wants to run its own updater outside Steam
- Hard-coded Windows paths — save files written to a
C:\path you assumed exists - Middleware with Windows-only binaries — check your plugins before assuming
Design for a controller and a couch
A TV box means a gamepad and a viewing distance of three metres, not a mouse at sixty centimetres. That is a design constraint before it is a technical one:
- Every menu must be fully navigable with a gamepad, with a sensible default focus on every screen
- Text sized for a monitor is unreadable across a room — 1080p at couch distance is not 1080p at desk distance
- No essential information in small UI corners
- Pause and resume behaviour matters more when someone is playing with the TV remote in reach
If your game is already Steam Deck Verified, most of this work is done. If it is not, the Deck verification checklist is the cheapest possible proxy for “will this be pleasant on a Steam Machine”.
Suspend and resume is a feature now
Quick resume is one of the console-like conveniences Valve is leaning on. Games that handle being suspended and woken cleanly feel native; games that lose state, drop audio, or wedge their input handling feel broken in a way players blame on the game rather than the box.
The Honest Take
None of this is urgent for most small studios. Steam Machine sales measured in the low tens of thousands per week are meaningful but they are not going to change your quarter, and Proton means most of your catalogue probably already runs.
What has changed is the direction. Between the Deck and the Machine, Valve has spent several years turning “does it run on Linux” from a niche question into a default one, and building a controller-first surface for PC games that did not exist before. If you are starting a project now, the cost of designing for a gamepad and testing under Proton early is close to zero. The cost of retrofitting it later is not.
For us that is directly relevant: Tiny Kingdoms is a hex-tile builder heading to Steam, and a slow, relaxed building game is exactly the kind of thing people want to play on a sofa.
Sources
- Steam Machine launch announcement – Valve
- Steam Machine: Between 12k and 15k Sold per week – Boiling Steam, 18 July 2026
- SteamOS 3.8 released as stable – Valve
- Discussion on Hacker News