Skip to main content

System requirements

boofstream requires:
  • Operating System: Windows 10/11 (x64), macOS, or Linux
  • RAM: 2GB minimum, 4GB recommended
  • Disk Space: 200MB for application and output files
  • Network: Internet connection for downloads and bracket integration
  • Hardware: USB port or network connection to Wii running Slippi
Platform support: boofstream is primarily tested on Windows x64. Other platforms may work but are not officially supported.

Download boofstream

The easiest way to get boofstream is through pre-built releases:
1

Navigate to releases

2

Choose your platform

Download the appropriate zip file for your system:
PlatformFileStatus
Windows x64boofstream-windows-x64.zip✅ Tested
Windows ARM64boofstream-windows-arm64.zip⚠️ Untested
macOS (Intel)boofstream-darwin-x64.zip⚠️ Untested
macOS (Apple Silicon)boofstream-darwin-arm64.zip⚠️ Untested
Linux x64boofstream-linux-x64.zip⚠️ Untested
Linux ARM64boofstream-linux-arm64.zip⚠️ Untested
3

Verify the download

Ensure the zip file downloaded completely and isn’t corrupted

Installation by platform

Windows installation

1

Extract the archive

  1. Right-click the downloaded boofstream-windows-x64.zip
  2. Select Extract All…
  3. Choose a permanent location:
    • Recommended: C:\boofstream or C:\Program Files\boofstream
    • Alternative: Documents\boofstream
  4. Click Extract
Choose a location where the folder won’t be accidentally deleted. boofstream creates an out/ directory for data files.
2

Run boofstream.exe

  1. Navigate to the extracted folder
  2. Double-click boofstream.exe
  3. If Windows Defender SmartScreen appears:
    • Click More info
    • Click Run anyway
boofstream is unsigned software, which triggers SmartScreen. The application is open-source and safe.
3

Verify it's running

A terminal window should appear with the message:
live! open your browser to http://localhost:1337
Open your browser and navigate to http://localhost:1337 to access the UI.

Windows-specific notes

Windows may prompt you to allow boofstream through the firewall. Click Allow access for:
  • Private networks (required for localhost)
  • Public networks (only if streaming from a public network)
Some antivirus programs may flag boofstream. Add an exception for the boofstream folder if needed.
To auto-start boofstream:
  1. Press Win + R
  2. Type shell:startup and press Enter
  3. Create a shortcut to boofstream.exe in the startup folder

File structure

After extraction, your boofstream directory should contain:
boofstream/
├── boofstream.exe (or boofstream on Unix)
├── assets/
│   ├── characters/      # Character portraits
│   ├── country_flag/    # Country flags
│   └── state_flag/      # US state flags
├── dist/
│   └── ui/              # Web interface files
├── out/                 # Generated output files (created on first run)
│   ├── p1/
│   ├── p2/
│   ├── config.json
│   ├── state.json
│   └── program_state.json
└── [other runtime files]
Critical: Never move boofstream.exe out of this directory or delete any files. The application requires all accompanying files to function.

Ports used

boofstream uses the following ports:
PortPurposeConfigurable
1337HTTP server for web UINo
1338WebSocket server for real-time updatesNo
53742Slippi console relay (default)Yes
4455OBS WebSocket (default)Yes
Ensure these ports are not blocked by your firewall and aren’t in use by other applications.

Updating boofstream

To update to a new version:
1

Backup your config

Copy out/config.json and out/state.json to a safe location
2

Close boofstream

Close the terminal window running boofstream
3

Download the new version

Download the latest release from GitHub
4

Replace files

Extract the new version to the same directory, replacing old files
5

Restore your config

Copy your backed-up config.json and state.json back to the out/ directory
6

Run the new version

Launch boofstream.exe as normal
Check the releases page for changelogs and breaking changes.

Uninstallation

To remove boofstream:
  1. Close the boofstream terminal window
  2. Delete the entire boofstream folder
  3. (Optional) Remove any OBS sources pointing to boofstream output files
No registry entries or system files are modified.

Troubleshooting installation

  • Verify all files from the zip are present
  • Check that ports 1337 and 1338 aren’t in use
  • Try running as administrator (Windows) or with sudo (Linux)
  • Check the terminal output for specific error messages
  • Confirm boofstream is running (check the terminal)
  • Try 127.0.0.1:1337 instead of localhost:1337
  • Disable VPN or proxy temporarily
  • Check firewall isn’t blocking the connection
  • The out/ directory is created on first run
  • Files are generated after connecting to Slippi and starting a game
  • Check file permissions on the boofstream directory
For more help, see the common issues page or open an issue on GitHub.

Next steps

Quickstart guide

Get boofstream configured and running your first set

Slippi connection

Connect to your Wii and start tracking games

Build docs developers (and LLMs) love