Steam
Launch Steam games, open the store, view user profiles, and navigate the Steam client.
windows macos linux
Base Syntax
steam://[command]/[parameters] Commands
run/[appid]
Launch a Steam game by its Application ID
Note: Game must be installed. AppID 730 is Counter-Strike 2
Parameters
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
appid | number | Required | Unique Steam Application ID | 730 |
appid number
Required
Unique Steam Application ID
Example:
730 Full Example
steam://run/730 store/[appid]
Open the Steam store page for a specific game or app
Parameters
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
appid | number | Required | Steam Application ID | 1091500 |
appid number
Required
Steam Application ID
Example:
1091500 Full Example
steam://store/1091500 url/CommunityFilePage/[fileId]
Open a Steam Workshop item or Community file
Parameters
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
fileId | number | Required | Steam Workshop file ID | 123456789 |
fileId number
Required
Steam Workshop file ID
Example:
123456789 Full Example
steam://url/CommunityFilePage/123456789 friends/add/[steamid]
Open dialog to add a friend by Steam ID
Parameters
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
steamid | number | Required | 64-bit Steam ID of the user | 76561198012345678 |
steamid number
Required
64-bit Steam ID of the user
Example:
76561198012345678 Full Example
steam://friends/add/76561198012345678