Spore Drive is a simple deployment tool for building a Taubyte cloud from your own servers.
Turn a list of servers into a fully-configured Taubyte cloud with code. No manual setup. No control plane to manage.
- Provisions multiple servers simultaneously
- Installs and configures Tau on each node
- Connects nodes into a meshed peer-to-peer network
- Agentless deployment using SSH
Install Spore Drive:
Node.js/TypeScript:
npm install @taubyte/spore-drive typescript tsx --save-devPython:
pip install spore-driveFor detailed installation instructions, configuration options, and deployment guides, see the official Spore Drive documentation.
BSD-3-Clause