Download Docka

Self-host for free. Unlimited servers, unlimited apps, all core features included.

Free version supports VPS providers (Hetzner, DigitalOcean, Vultr, Linode, OVH). Major cloud providers (AWS, GCP, Azure) require a SaaS subscription.

Quick Install

One command to install Docka on Linux or macOS

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

Package Managers

Debian / Ubuntu / Linux Mint

# Quick install (recommended)

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

# Or download .deb from releases

wget https://github.com/docka-dev/docka-releases/releases/latest/download/docka_amd64.deb

sudo dpkg -i docka_amd64.deb

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

Requires Scoop package 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

Debian Package (amd64)

For Debian, Ubuntu, and derivatives

Download .deb

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

Version Release Date Downloads
v0.0.6 Latest Jan 9, 2026 All files
v0.0.5 Jan 8, 2026 All files
v0.0.4 Jan 6, 2026 All files
v0.0.3 Jan 6, 2026 All files
v0.0.2 Jan 5, 2026 All files
v0.0.1 Jan 4, 2026 All files

View all releases · Changelog · GitHub

SaaS vs Self-Hosted

See what's included in each edition

Feature D SaaS Self-Hosted
Cloud Providers
VPS Providers (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
Alerts & Notifications
Multi-Language Support English + French English only
SaaS Exclusive (Team & Enterprise Features)
Multi-User & Teams Invite team members, assign roles
Role-Based Permissions Owner, Admin, Member, Viewer roles
Resource-Level Security Control access per server/app/database
OAuth (GitHub, Google, GitLab)
Platform Migrations (Heroku, Railway)
Cross-Provider Migrations
Managed Hosting & Support
Usage
Servers Plan-based Unlimited
Apps Plan-based Unlimited
Databases Plan-based Unlimited
Team Members Unlimited Single user
Price From $9/mo Free forever

Quick Start

1

Install

Use your preferred package manager or download the binary directly.

2

Run

Start Docka with docka serve on your server.

3

Connect

Open http://localhost:8080 and 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.