| Crates.io | twister-control-center |
| lib.rs | twister-control-center |
| version | 0.1.0 |
| created_at | 2025-04-15 22:27:27.56487+00 |
| updated_at | 2025-04-15 22:27:27.56487+00 |
| description | The twister control center |
| homepage | https://twisterarmy.github.io/ |
| repository | https://github.com/twisterarmy/twister-control-center |
| max_upload_size | |
| id | 1635346 |
| size | 34,395 |
GTK4 client written in Rust to operate a remote or local twister p2p node through the JSON-RPC API
This project was initiated to fulfill the GUI requirements for the Flathub bundle,
but it could also be useful as standalone software to manage your native twister p2p connections!
[!IMPORTANT] Project in development!
sudo apt install git curl build-essential libgtk-4-dev libglib2.0-dev
sudo dnf install git curl gcc gtk4-devel glib2-devel
Use rustup installer to setup latest Rust compiler and Cargo package manager:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
cargo install twister-control-center
twister-control-centergit clone https://github.com/twisterarmy/twister-control-center.git
cd twister-control-center
cargo build
cargo run