Skip to main content

How to get Steam on a Chromebook

Chromebooks aren’t designed for gaming. In fact, Google originally targeted students and schools, offering a lightweight, web-based platform powering affordable low-end devices. That has since changed, as a wider variety are now available from cheap machines to premium, high-dollar Chrome OS PCs.

Still, the average Chromebook isn’t really designed for gamers. Sure, you can run Android games if the Chromebook supports the Play Store. Heck, you can even install Steam if Linux is enabled on the machine. But does your Chromebook have the hardware and storage to run most Linux games? In many cases, not really.

If you’re curious about playing Linux games on your Chromebook, this guide shows you how to get Steam. It’s not simple, and if you despise entering console commands, turn back now, but it can open up a much wider game library on your Chromebook.

Consider Steam Link for Android

Valve Software offers two Steam apps for Android on the Play Store: The base Steam client and Steam Link. This version of Steam doesn’t allow you to install and play Linux-based games, but you can certainly make purchases as seen on any other Android device. However, this app is not compatible with all Chromebooks.

Steam Link, meanwhile, turns your Chromebook into a receiver. This requires another, more robust PC that will stream its installed Steam games, regardless of the operating system, to your target Chromebook. If you have a second gaming PC, this might be the better route given Chromebooks normally don’t have the hardware — or the storage capacity for that matter — to play Linux games.

We offer a separate guide on how to play Steam games on Android using the Steam Link app.

Install Linux

Linux Enabled
Image used with permission by copyright holder

Google still classifies Linux support as “beta,” and it’s not available on all Chromebooks. If you’re uncertain about your Chromebook’s ability to handle Linux, Google provides a list of supporting devices.

Unfortunately, getting Steam on your Chromebook isn’t as simple as installing an Android app. The long road to Linux gaming starts here and can be a real headache if you’re not familiar with all the associated terminology and console commands.

Note: This integrated virtual machine is based on Debian 10 (Buster).

Step 1: Click on the System Clock, followed by the Gear icon on the pop-up menu. This opens the Settings screen.

Step 2: Select Linux (Beta) listed on the left.

Step 3: Click the Turn On button.

Step 4: Click Install to get Linux. The process will take around 10 minutes, possibly more.

Install Steam

Chromebook Linux Install Steam
Image used with permission by copyright holder

With the Linux container installed, we can now get Steam.

Here’s where the console commands come into play. You may want to load this guide on the Chromebook and copy/paste the commands into the Terminal. If you take this route, use Ctrl + C to copy the commands in the browser and then Ctrl + Shift + V to paste them into the Terminal window.

Step 1: Press the Crtl + Shift + T keys simultaneously (if you previously closed the Linux terminal).

Step 2: Type the following command, and then press the Enter key:

echo ‘deb http://httpredir.debian.org/debian/ jessie main contrib non-free’ | sudo tee -a /etc/apt/sources.list

Note: The sources.list file is stored locally and keeps a directory of repositories. Each line starts with “deb” which is the file format used to compile the binaries stored in these repositories. This command adds the repository where Steam is stored.

Step 3: Type the following command, and then press the Enter key:

sudo dpkg –add-architecture i386

Note: This command adds 32-bit architecture support. The use of “sudo” — short for SuperUser DO — allows you to run programs at the high superuser security level.

Step 4: Type the following command, and then press the Enter key:

sudo apt update

Note: This command refreshes the list of packages currently made available to the Advanced Package Tool, which installs and uninstalls Debian software.

Step 5: You’re almost done, honest. Type the following command, and then press the Enter key:

sudo apt install steam

Note: This command tells the Advanced Package Tool to install Steam.

Step 6: Once Steam installs, log in to your account. You can also find the program inside the Linux Apps folder on the Launcher.

Enable the microphone

If you need to trash talk while playing your favorite Linux games, the microphone needs to be enabled in Linux. It should be enabled by default, but if not, here’s how:

Step 1: Click on the System Clock, followed by the Gear icon on the pop-up menu. This opens the Settings screen.

Step 2: Select Linux (Beta) listed on the left.

Step 3: Click the Toggle next to the Allow Linux to Access Your Microphone setting to switch this feature on.

Troubleshooting Linux

Use these steps if you’re having issues with Linux and a reboot doesn’t help.

Update Linux packages

Chromebook Update Linux Packages
Image used with permission by copyright holder

Step 1: Click the Launcher button and open the Linux Apps folder.

Step 2: Open Terminal. Alternatively, you can press the Shift + Crtl + T keys simultaneously to open the Terminal.

Step 3: Type the following command, and then press the Enter key:

sudo apt-get update && sudo apt-get dist-upgrade

Step 4: Restart the Chromebook if needed.

If you’re having problems with this command, you may need to type this first:

sudo dpkg –configure -a

Update the virtual machine

Chromebook Edit Chrome Components
Image used with permission by copyright holder

Step 1: Open the Chrome browser.

Step 2: Type the following into the address field:

chrome://components

Step 3: Click the Check for Update button listed under cros-termina, as shown above.

Step 4: Restart the Chromebook if needed.

Editors' Recommendations

Kevin Parrish
Former Digital Trends Contributor
Kevin started taking PCs apart in the 90s when Quake was on the way and his PC lacked the required components. Since then…
The most common Steam Deck problems and how to fix them
A Steam Deck sitting on top of a PC.

The Steam Deck is packed with excellent features, has solid performance, and has decent battery life. But as our review noted, it does still need some work. Fortunately, Valve has been regularly posting important software updates to fix issues and add new features that gamers have wanted, and it's slowly becoming a more stable, versatile device for it.

But if you’re still running into problems or bugs that make you want to throw your Steam Deck across the room, hold on for a minute. We’ve collected the issues that people are running into, and the solutions that we’ve found can make things much better. Let’s do a little troubleshooting.

Read more
Steam Year in Review 2023 is live — here’s how to see your Steam Replay
The landing page for Steam Year in Review 2023.

Steam introduced Steam Replay last year for the first time, and it's back again for 2023. As we close out the year, you get a chance to look back at a bunch of stats for 2023, similar to Xbox Year in Review and PlayStation Wrap-Up. Here, we will show you how to see your Steam Year in Review for 2023.

The wrap-up includes a ton of detail, from what games you've played to how many achievements you've unlocked. Steam Year in Review is only live for a limited time, but you can download and share your review while it's running, as well as add it to your Steam profile so you can see it throughout the next year.
How to see Steam Year in Review 2023

Read more
Steam Deck OLED fixes the worst part of Valve’s handheld
Valve's Steam Deck OLED.

Valve just announced the Steam Deck OLED, which is an updated model of the original Steam Deck featuring a new OLED screen. Unlike the previous model, Valve is only selling two versions of the Steam Deck OLED, one with 512GB of storage and another with 1TB of storage for $550 and $650, respectively.

Although the OLED screen is the star of the show, Valve is making some upgrades elsewhere, too. The new design is now based on a 6nm APU, as opposed to the 7nm APU in the previous model, and it supports Wi-Fi 6E. The previous model only supported Wi-Fi 5.

Read more