Patrick LorioandGitHub 02a5f7be52 0.17.0 (#121)
* Work on 0.17.0 release, adds https support

* Use v1_rundata and support https

* Fix handling of gateway tunnels

* Fix UDP handling error

* Fix IP6 shuffle bug

* clean up warnings

* Use std::env & fix panic edge cases

* Add term UI (#124)

* Add term UI

* Integrate stats and show them in tui
2026-01-13 18:14:05 -08:00
2024-08-21 10:26:42 -07:00
2026-01-13 18:14:05 -08:00
2024-08-12 16:01:45 -07:00
2022-02-25 09:37:32 -08:00
2026-01-13 18:14:05 -08:00
2026-01-13 18:14:05 -08:00
2022-08-10 16:27:08 -07:00
2025-11-24 12:34:47 -08:00

The playit program


** Non deprecated releases of the playit program: 0.15.26 and 0.16.2


Installation

Download latest release for your platform from https://playit.gg/download and run the installer or binary.

Installing on Windows

Alternatively, you can install via winget (Windows package manager):

winget install DevelopedMethods.playit

Installing on Ubuntu or Debian

curl -SsL https://playit-cloud.github.io/ppa/key.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/playit.gpg >/dev/null
echo "deb [signed-by=/etc/apt/trusted.gpg.d/playit.gpg] https://playit-cloud.github.io/ppa/data ./" | sudo tee /etc/apt/sources.list.d/playit-cloud.list
sudo apt update
sudo apt install playit

Getting a warning in apt about playit's repo? Run these commands

sudo apt-key del '16AC CC32 BD41 5DCC 6F00  D548 DA6C D75E C283 9680'
sudo rm /etc/apt/sources.list.d/playit-cloud.list
sudo apt update

curl -SsL https://playit-cloud.github.io/ppa/key.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/playit.gpg >/dev/null
echo "deb [signed-by=/etc/apt/trusted.gpg.d/playit.gpg] https://playit-cloud.github.io/ppa/data ./" | sudo tee /etc/apt/sources.list.d/playit-cloud.list
sudo apt update

Note Please only use the playit program if you downloaded it from an offical source or are compiling and running from source.

Docker

docker run --rm -it --net=host -e SECRET_KEY=<secret key> ghcr.io/playit-cloud/playit-agent:latest

Note

Secret key can be generated here.

Building / Running Locally

Requires Rust: https://rustup.rs

# Clone the repository
git clone https://github.com/playit-cloud/playit-agent.git
cd playit-agent

# Build and run the release version
cargo run --release
S
Description
The playit program
Readme
6.7 MiB
Languages
Rust 93.7%
Shell 5.8%
Dockerfile 0.5%