Skip to content

Welcome to BinDist

BinDist is a secure, multi-tenant application distribution system built on AWS serverless infrastructure. It provides API key-authenticated downloads with binary storage, version management, and tier-based access control.

Features

  • Secure Distribution - API key authentication with SHA-256 hashed storage
  • Version Management - Track multiple versions with file metadata and checksums
  • Multi-File Support - Distribute applications with dependencies, documentation, and configuration files
  • Tier-Based Access - Control which customers can access specific versions
  • Download Analytics - Track downloads with IP detection and activity logs
  • Backup & Recovery - Automated backups with S3 Glacier lifecycle

API Base URL

All API requests should be made to:

https://api.bindist.eu/v1/

Authentication

BinDist uses API key authentication. Include your API key in the Authorization header:

curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://api.bindist.eu/v1/applications

See Authentication for more details.

Support