Open Source Available

Secure Application Distribution for Enterprises

Distribute software to your business customers with secure API-driven downloads and version management.

Everything You Need to Distribute Software

A complete platform for managing and distributing applications to your business customers securely and efficiently.

🔐

API Key Authentication

Secure your distribution with per-customer API keys. SHA-256 hashed storage ensures credentials are protected even at rest.

📦

Version Management

Manage multiple versions of your applications. Support for multi-file releases with checksums for integrity verification.

Secure Download Links

Generate temporary download links that expire automatically. Direct-to-storage transfers with no bandwidth limits.

📊

Download Analytics

Track who downloads what and when. Comprehensive audit logs and usage analytics per customer and application.

🔄

RESTful API

Clean, well-documented REST API. Easy integration with CI/CD pipelines, scripts, and customer portals.

📁

Large File Support

Upload files of any size with multipart uploads. Automatic chunking for reliable large binary distribution.

Who is BinDist For?

Whether you're distributing commercial software or managing internal tools, BinDist simplifies secure delivery to your customers.

🏢

Software Vendors & ISVs

Need to provide software downloads to specific customers, not the general public? BinDist gives each customer their own API key with access only to the applications they've licensed.

  • Per-customer access control
  • No more sharing public links
  • Track who downloads what
🔧

Bespoke Software Developers

Building custom software for multiple clients? Stop uploading to Dropbox or WeTransfer with expiring links. BinDist provides a structured way to manage releases for each customer.

  • One dashboard, all customers
  • Permanent download links
  • Full version history
🔄

Auto-Update Integration

Want your application to check for updates automatically? Integrate the BinDist API directly into your software to query versions and download updates without building this infrastructure yourself.

  • Simple REST API
  • Version comparison endpoints
  • Pre-signed secure downloads

Built on Proven Technology

Serverless architecture that scales automatically with your needs. No servers to manage, pay only for what you use.

λ

AWS Lambda

Serverless compute that scales to zero and handles any load

🗄️

DynamoDB

Fully managed NoSQL with single-digit millisecond latency

📦

S3 Storage

Unlimited object storage with 99.999999999% durability

🌐

API Gateway

Managed REST API with throttling, caching, and authorization

📝

TypeScript

Type-safe codebase with strict mode for reliability

🏗️

Terraform

Infrastructure as code for reproducible deployments

Simple Integration

Get started in minutes with our straightforward API.

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

# Get download URL for a specific version
curl -H "Authorization: Bearer YOUR_API_KEY" \
     "https://api.bindist.eu/v1/downloads/url?applicationId=app-123&version=2.1.0"

# Response includes pre-signed S3 URL for direct download
{
  "success": true,
  "data": {
    "downloadUrl": "https://s3.amazonaws.com/...",
    "expiresIn": 1800,
    "checksum": "sha256:a1b2c3..."
  }
}

Ready to Simplify Your Software Distribution?

Start with the free open-source version or let us handle the infrastructure with our hosted solution.

View Pricing