Resources
Download wallets, node software, and developer tools for the Shekyl network.
Shekyl GUI Wallet
Send, receive, mine, and stake — all from one app. No command-line required.
Private by default
Post-quantum protected
Mine & stake from the app
Node & CLI Tools
Run your own node, use the CLI wallet, or set up wallet RPC for integrations.
Full node daemon
CLI wallet
Wallet RPC server
Build From Source
Shekyl can be built natively on Linux, macOS, and Windows (MSYS2), with support paths for Raspberry Pi and BSD systems.
- Clone recursively:
git clone --recursive https://github.com/Shekyl-Foundation/shekyl-core.git - Build default release:
make - Build static release:
make release-static - Install Rust toolchain for PQC-enabled builds and future consensus-compatible releases.
Helpful references
Additional Tools
Blockchain Utilities
Advanced command-line tools are available for importing/exporting chains, gathering stats, and pruning blockchain data.
shekyl-blockchain-import / export / stats / prune
Docker
Prefer container workflows? Build and run Shekyl in Docker for reproducible node environments.
docker build -t shekyl .
Quick Links
Start Mining
Learn what mining does for Shekyl and start step-by-step with your own node.
Open mining guideStart Staking
Understand claim-based staker rewards, activation phases, and how staking economics are tracked.
Open staking guideRun a Node
Set up `shekyld`, synchronize safely, and operate with proper RPC and network settings.
View node guideBuild from Source
Follow the canonical installation flow for Linux, macOS, Windows, and static release builds.
Open build instructions