Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameFlow CLI — Releases

This repository hosts builds of the GameFlow CLI.


What is GameFlow?

GameFlow is a self-driving multiplayer infrastructure platform built for game developers. It handles the heavy lifting so you can focus on building great games.

Key features:

  • Game Server Hosting — Deploy servers globally with automatic ping-based routing and DDoS protection
  • Matchmaking — Visual rule engine for balanced, competitive matchmaking
  • Skill Rating — AI-powered rating models without needing a data science team
  • Analytics — Real-time stats, server monitoring, and performance insights
  • SDKs & APIs — Integrate quickly with developer-friendly tooling

Learn more at gameflow.gg · docs.gameflow.gg


About the CLI

The GameFlow CLI lets you manage your GameFlow resources from the terminal — builds, server fleets, matchmaking configuration, and more.


Install

macOS & Linux

curl -fsSL https://raw.githubusercontent.com/GameFlowGG/gameflow-cli-releases/main/install.sh | sh

This will:

  1. Detect your OS and architecture automatically
  2. Download the latest dev binary to ~/.gameflow/bin/gameflow
  3. Add it to your PATH

To install a specific version instead of dev:

curl -fsSL https://raw.githubusercontent.com/GameFlowGG/gameflow-cli-releases/main/install.sh | sh -s 1.2.0

Windows

Run in PowerShell:

irm https://raw.githubusercontent.com/GameFlowGG/gameflow-cli-releases/main/install.ps1 | iex

This will download the latest dev binary to %USERPROFILE%\.gameflow\bin\gameflow.exe and add it to your user PATH. No admin rights required.

To install a specific version:

& ([scriptblock]::Create((irm https://raw.githubusercontent.com/GameFlowGG/gameflow-cli-releases/main/install.ps1))) 1.2.0

Uninstall

macOS & Linux

curl -fsSL https://raw.githubusercontent.com/GameFlowGG/gameflow-cli-releases/main/uninstall.sh | sh

Windows

irm https://raw.githubusercontent.com/GameFlowGG/gameflow-cli-releases/main/uninstall.ps1 | iex

Both scripts remove the install directory (including config and stored credentials) and clean up your PATH.


Manual download

All platform binaries are available on the Releases page.

Platform Architecture Binary
Linux x86_64 gameflow-linux-amd64
Linux ARM64 gameflow-linux-arm64
macOS x86_64 gameflow-darwin-amd64
macOS Apple Silicon gameflow-darwin-arm64
Windows x86_64 gameflow-windows-amd64.exe

Links

About

This repository hosts builds of the GameFlow CLI.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages