Installation
Airtruct runs as a single binary with no external dependencies. Choose the method that works best for you.
Download Binary
- Go to the Releases page.
- Download the appropriate binary for your operating system (Linux, macOS, or Windows).
- Make it executable (Linux/macOS):
chmod +x airtruct
On Windows, run the .exe file directly.
Docker Compose
If you prefer Docker, use the included docker-compose.yml:
git clone https://github.com/sananguliyev/airtruct.git
cd airtruct
docker-compose up
The coordinator will be available at http://localhost:8080.
See Configuration for PostgreSQL setup with Docker Compose.
Verify Installation
./airtruct --help
Next Steps
- Follow the Quickstart to run your first pipeline.
- Review Configuration for database and port options.