Simple GUI for X1/Solana/SVM Hardcore Operations
- Terminal-based GUI interface
- X1/Solana/SVM validator management
- Support for both mainnet and testnet
- Easy configuration and monitoring
- Mouse support for all operations
The easiest way to get started is to download the pre-built binary.
# Download the latest release
wget https://github.com/xenartist/xoon/releases/download/vX.Y.Z/xoon-linux-x64-vX.Y.Z.tar.gz
# Extract
tar zxvf xoon-linux-x64-vX.Y.Z.tar.gz
# Enter directory
cd xoon-x.y.z
# Run
./xoon
If you prefer to build from source, follow these steps:
- Install Rust:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- Install development dependencies (Ubuntu/Debian):
sudo apt update
sudo apt install -y build-essential pkg-config libssl-dev
sudo apt install -y libncurses5-dev libncursesw5-dev
For other Linux distributions, install the equivalent packages using your package manager.
- Clone the repository:
git clone https://github.com/xenartist/xoon.git
cd xoon
- Build:
cargo build --debug
or
cargo build --release
- Run:
cargo run --debug
or
cargo run --release