Download Docka

Self-host the distributed edition for free with unlimited BYOS servers, apps, databases, storage, and observability tools.

Distributed Docka is BYOS-only. Cloud provider provisioning, managed boxes, major-cloud integrations, team features, uptime monitoring, cron jobs, and functions stay SaaS-only.

SaaS Differentiator

Boxes are available only on Docka SaaS

Boxes are managed compute units operated by Docka. In Distributed, you keep full BYOS control instead.

Compare SaaS Features

Quick Install

One command to install Docka on Linux or macOS

shell
curl -fsSL https://get.docka.dev | bash

Package Managers

Debian / Ubuntu / Linux Mint

# Quick install (recommended)

curl -fsSL https://get.docka.dev | bash

# Or install from the release archive

curl -fsSL https://github.com/docka-dev/docka-releases/releases/latest/download/docka-linux-amd64.tar.gz | tar xz

sudo mv docka /usr/local/bin/

Supported: Debian 11+, Ubuntu 20.04+, Linux Mint 20+

macOS / Linux (Homebrew)

# Add the tap and install

brew install docka-dev/tap/docka

# Or install directly

brew tap docka-dev/tap && brew install docka

Works on macOS 11+ (Big Sur) and Linux with Homebrew

Windows (Scoop)

# Add the bucket and install

scoop bucket add docka https://github.com/docka-dev/scoop-docka

scoop install docka

RequiresScooppackage manager on Windows 10/11

Docker

# Pull and run

docker run -d -p 8080:8080 ghcr.io/docka-dev/docka:latest

# Or use docker-compose

curl -fsSL https://docka.dev/docker-compose.yml -o docker-compose.yml

docker-compose up -d

Multi-arch images available for amd64 and arm64

Direct Downloads

Linux (amd64)

For 64-bit Intel/AMD processors

Download .tar.gz

Linux (arm64)

For ARM64 processors (Raspberry Pi 4+, AWS Graviton)

Download .tar.gz

macOS (Apple Silicon)

For M1, M2, M3, M4 Macs

Download .tar.gz

macOS (Intel)

For Intel-based Macs

Download .tar.gz

Windows (64-bit)

For Windows 10/11 (x64)

Download .zip

Windows (ARM64)

For Windows on ARM devices

Download .zip

Recent Releases

VersionRelease DateDownloads
v0.4.7LatestApr 30, 2026All files
v0.1.23Jan 16, 2026All files
v0.1.22Jan 15, 2026All files
v0.1.21Jan 14, 2026All files
v0.1.20Jan 14, 2026All files
v0.1.19Jan 14, 2026All files

View all releases·Changelog·GitHub

SaaS vs Self-Hosted

See what ships in Docka SaaS versus the free distributed binary. The distributed edition focuses on self-hosted BYOS workflows.

FeatureDSaaSDistributed (Free)
Cloud Providers
Cloud Provider Provisioning (Hetzner, DO, Vultr, Linode, OVH)
Major Cloud (AWS, GCP, Azure)
Bring Your Own Server (SSH)
Core Features
Dashboard & Monitoring
Server Management
App Deployments
Database Management
Object Storage
SSH Keys & Secrets Vault
Two-Factor Authentication (2FA/OTP)TOTP codes during login
Functions (AWS Lambda, Docka VPS runtime)Available only on Docka SaaS
Alerts & Notifications
Multi-Language SupportEnglish + FrenchEnglish only
SaaS Exclusive (Team & Enterprise Features)
Multi-User & TeamsInvite team members, assign roles
Role-Based PermissionsOwner, Admin, Member, Viewer roles
Resource-Level SecurityControl access per server/app/database
OAuth (GitHub, Google, GitLab)
Platform Migrations (Heroku, Railway)
Cross-Provider MigrationsAWS ↔ GCP ↔ AzureEnterprise
Uptime MonitoringExternal URL health checks
Cron JobsScheduled task management
Server SnapshotsCloud provider backup snapshots
Managed Hosting & Support
Usage
ServersPlan-basedUnlimited
AppsPlan-basedUnlimited
DatabasesPlan-basedUnlimited
Team MembersUnlimitedSingle user
PriceFrom $9/moFree forever

Quick Start

1

Install

Use your preferred package manager or download the binary directly.

2

Run

Start Docka withdocka serveon your server.

3

Connect

Openhttp://localhost:8080and add your first server.

System Requirements

Minimum

  • 1 CPU core
  • 512 MB RAM
  • 1 GB disk space

Recommended

  • 2+ CPU cores
  • 2 GB RAM
  • 20 GB SSD storage

Need help getting started?

Check out our documentation or join the community.