Install
Pick the desktop installer for your OS, or the headless CLI for servers.
Last updated
Was this helpful?
Was this helpful?
chmod +x spacerouter-gui-linux-x64.AppImage
./spacerouter-gui-linux-x64.AppImage# macOS Apple Silicon
chmod +x space-router-node-macos-arm64
./space-router-node-macos-arm64
# Linux x64
chmod +x space-router-node-linux-x64
./space-router-node-linux-x64sudo dpkg -i space-router-node-linux-x64.deb
sudo systemctl enable --now spacerouter-nodesudo rpm -i space-router-node-linux-x64.rpm
sudo systemctl enable --now spacerouter-node.\space-router-node-windows-x64.exe~/.spacerouter/
├── certs/
│ ├── node-identity.key # your private key — back this up
│ ├── node.crt # TLS cert (auto-renewed)
│ └── node.key
├── settings.json # canonical config
├── receipts.db # local SQLite store of receipts
├── incidents.json # auto-claim failure log
└── logs/ # runtime logs