T
Install Teeworlds with winget
MagnusAuvinen.Teeworlds · Magnus Auvinen
Install command
winget install -e --id MagnusAuvinen.TeeworldsAbout Teeworlds
A free online multiplayer game. Battle with up to 16 players in a variety of game modes, including Team Deathmatch and Capture The Flag. You can even design your own maps.
- Last updated
- 6 years ago
- Version
- v0.7.5
- Publisher
- Magnus Auvinen
- Website
- teeworlds.com
- Source
- winget-pkgs manifest
- Download
- Direct installer (.zip)
- License
- Non-standard open source
- Min OS
- Windows 10+
Catalog refreshed: 6/12/2026
How to install Teeworlds
- 1Make sure winget is availableWindows 11 and recent Windows 10 builds ship winget via the App Installer. Check it’s ready:If it’s missing, install App Installer from the Microsoft Store.
winget --version - 2Open a terminalLaunch Windows Terminal, PowerShell, or Command Prompt.Right-click the Start button — or press ⊞ Win + XDisk ManagementComputer ManagementTerminalTerminal (Admin)Task ManagerSettingsWindows TerminalPS C:\>
- 3Run the install commandInstalls the latest version of Teeworlds. The
-eflag matches the exact package ID.winget install -e --id MagnusAuvinen.TeeworldsWindows Terminal — wingetPS C:\> - 4Silent / unattended install (optional)For scripts or deployment, install with no prompts (works with the
.zipinstaller):winget install -e --id MagnusAuvinen.Teeworlds --silent --accept-package-agreements --accept-source-agreements
Other commands
Upgrade
winget upgrade -e --id MagnusAuvinen.TeeworldsUninstall
winget uninstall -e --id MagnusAuvinen.TeeworldsShow details
winget show -e --id MagnusAuvinen.Teeworlds