LinuxCommandLibrary

steam

a launcher for the Steam client from Valve Corporation

TLDR

Launch Steam, printing debug messages to stdout

$ steam
copy


Launch Steam and enable its in-app debug console tab
$ steam -console
copy


Enable and open the Steam console tab in a running Steam instance
$ steam steam://open/console
copy


Log into Steam with the specified credentials
$ steam -login [username] [password]
copy


Launch Steam in Big Picture Mode
$ steam -tenfoot
copy


Exit Steam
$ steam -shutdown
copy

SYNOPSIS

steam [ -options ]

DESCRIPTION

Steam is a software distribution service focused on games, automatic updates, achievements, and social features for gamers.

OPTIONS

This program currently has no documented commandline options.

AUTHOR

The steam launcher script is written and maintained by Valve Corporation.

Copied to clipboard