Installation
TurboCI provides two download options: a standalone binary or a JavaScript file for Node.js environments.
Binary Installation (Recommended)
The binary version is approximately 100MB and works on any system without dependencies. Download and run immediately.
Download and Run
# Make the binary executable
chmod +x ./turboci
# Run TurboCI
./turboci
JavaScript Installation
The JavaScript version is approximately 1MB and requires Node.js installed on your system.
Download and Run
# Run with Node.js
node ./turboci.js
Quick Start
After downloading TurboCI, you can start deploying immediately:
# Initialize a new configuration
turboci init
# Deploy your stack
turboci up
Next Steps
Now that TurboCI is installed, learn how to configure your first deployment.
Continue to Configuration →