Hyperspace Pods let multiple machines pool their GPUs into one private
P2P mesh AI cluster. Models are split across all connected GPUs —
e.g. two machines with 16GB VRAM each can run Qwen 3.5 32B together.
Changes:
- Add modules/nixos/services/hyperspace.nix — NixOS module that:
* Fetches the Hyperspace CLI binary (v5.45.30) via fetchurl
* Sets up systemd service for the agent
* Opens firewall ports (libp2p 4001, chain 30301, API 8080)
* Configures GPU passthrough for AMD MI50 (ROCm)
- Register module in flake.nix for lazyworkhorse
- Enable hyperspace service on lazyworkhorse (ai-worker user, port 8080)
Usage after deployment:
hyperspace pod create "tdnde-lab" # create pod
hyperspace pod invite # share invite with cyt-pi
curl http://localhost:8080/v1/chat/completions # OpenAI API
See skill: nixos-hyperspace-pods
- Updated roadmap phase status (Phase 4 complete)
- Added merge priority table with PR #28 (security) at top
- Documented that security must merge before new services exposed
- Added deployment command reference
- Refactor all 12 compose stacks to use isolated networks with Traefik as the hub
- Add openclaw-ssh sidecar to ai stack for reverse tunneling (port 2425)
- Add sshnode entrypoint to Traefik configuration
- Add cyt-pi host configuration for Pi Zero 2 W (headless)
- Include kismet and target_detector_cli services for remote Wi-Fi monitoring
- Add reverse SSH tunnel service via autossh
- Add headless openclaw node systemd service for host execution
- Migrate from nix to lix package manager
- Permit openclaw-2026.3.12 (insecure package warning)
- Use ai-worker user for node service
- Comprehensive research of TAK-compatible open-source implementations
- Comparison of FreeTAKServer, OpenTAKServer, and TAK Product Center Server
- Selected OpenTAKServer for feature richness and Docker deployment support
- Documented research findings and implementation plan
- Started OpenCode service and verified it's running
- Tested Context7 web search functionality
- Tested DuckDuckGo web search functionality
- Documented web search integration in open_code_server.nix
- Updated ROADMAP and STATE with completion status
- Phase 4 complete, ready for Phase 5: TAK Server Integration
Phases 1-3 complete.
Phase 4 removed per request.
New focus:
4. Internet Access & MCP - web access via MCP server
5. TAK Server Integration - TAK server Docker integration
Phases 1-3 complete - foundation, Docker integration, and AI assistant ready.
New phases:
4. Advanced Monitoring - service health and logging
5. Internet Access & MCP - web access via MCP server
6. TAK Server Integration - add TAK server to infrastructure
Dropped 04-01 (auto Docker Compose detection) per user request.
Reproducible NixOS infrastructure with Docker service management and AI assistant integration.
Phases:
1. Foundation Setup: Core NixOS configuration with flakes
2. Docker Service Integration: Docker Compose integration and Traefik proxy
3. AI Assistant Integration: OpenCode AI assistant for infrastructure management
4. Automation & Monitoring: Service detection and health monitoring