Releases
curl -fsSL https://docs.quikdb.com/install/install.sh | bash
Download
- Auto Install
- Manual Download
curl -fsSL https://docs.quikdb.com/install/install.sh | bash
Latest Version (1.5.6)
| Platform | Download |
|---|---|
| Linux x64 | quikdb-linux-amd64.tar.gz |
| Linux ARM64 | quikdb-linux-arm64.tar.gz |
| macOS Intel | quikdb-darwin-amd64.tar.gz |
| macOS Apple Silicon | quikdb-darwin-arm64.tar.gz |
| Windows x64 | quikdb-windows-amd64.zip |
Install Specific Version
# For specific versions, download directly from versioned paths:
# Linux x64
wget https://docs.quikdb.com/downloads/v/VERSION/quikdb-linux-amd64.tar.gz
tar -xzf quikdb-linux-amd64.tar.gz
sudo mv quikdb /usr/local/bin/
# macOS (Intel)
curl -L https://docs.quikdb.com/downloads/v/VERSION/quikdb-darwin-amd64.tar.gz | tar -xz
sudo mv quikdb /usr/local/bin/
# macOS (Apple Silicon)
curl -L https://docs.quikdb.com/downloads/v/VERSION/quikdb-darwin-arm64.tar.gz | tar -xz
sudo mv quikdb /usr/local/bin/
# Windows (download and extract manually)
# https://docs.quikdb.com/downloads/v/VERSION/quikdb-windows-amd64.zip
# Examples for version 1.3.3:
# wget https://docs.quikdb.com/downloads/v/1.3.3/quikdb-linux-amd64.tar.gz
# curl -L https://docs.quikdb.com/downloads/v/1.3.3/quikdb-darwin-amd64.tar.gz | tar -xz
Previous Versions
Click to view download links for previous versions
v1.5.5
| Platform | Download |
|---|---|
| Linux x64 | quikdb-linux-amd64.tar.gz |
| Linux ARM64 | quikdb-linux-arm64.tar.gz |
| macOS Intel | quikdb-darwin-amd64.tar.gz |
| macOS Apple Silicon | quikdb-darwin-arm64.tar.gz |
| Windows x64 | quikdb-windows-amd64.zip |
v1.5.4
| Platform | Download |
|---|---|
| Linux x64 | quikdb-linux-amd64.tar.gz |
| Linux ARM64 | quikdb-linux-arm64.tar.gz |
| macOS Intel | quikdb-darwin-amd64.tar.gz |
| macOS Apple Silicon | quikdb-darwin-arm64.tar.gz |
| Windows x64 | quikdb-windows-amd64.zip |
v1.5.3
| Platform | Download |
|---|---|
| Linux x64 | quikdb-linux-amd64.tar.gz |
| Linux ARM64 | quikdb-linux-arm64.tar.gz |
| macOS Intel | quikdb-darwin-amd64.tar.gz |
| macOS Apple Silicon | quikdb-darwin-arm64.tar.gz |
| Windows x64 | quikdb-windows-amd64.zip |
v1.5.2
| Platform | Download |
|---|---|
| Linux x64 | quikdb-linux-amd64.tar.gz |
| Linux ARM64 | quikdb-linux-arm64.tar.gz |
| macOS Intel | quikdb-darwin-amd64.tar.gz |
| macOS Apple Silicon | quikdb-darwin-arm64.tar.gz |
| Windows x64 | quikdb-windows-amd64.zip |
Update
# Check current version
quikdb --version
# Update to latest version (uses auto-installer)
curl -fsSL https://docs.quikdb.com/install/install.sh | bash
# For specific versions, use versioned download paths (see above)
Current Version
v1.5.6 - 2026-01-11
Added
- Real-time Deployment Logs: Your application logs now stream automatically to the QuikDB dashboard
Fixed
-
Heartbeat Service Control: Fixed issue where
quikdb device heartbeat stopwasn't working -
Clearer Instructions: Updated help messages to be more accurate
Previous Versions
v1.5.5 - 2025-12-05
Fixed
-
Docker Compatibility: Fixed deployment errors with older Docker versions
-
Tunnel Management: Fixed tunnel reload functionality
v1.5.4 - 2025-12-01
Fixed
-
Service Reliability: Fixed background process management issues
-
Tunnel Reload Reliability: Fixed cloudflared restart mechanism
Changed
- Improved Process Architecture: Unified Unix implementations while supporting platform differences
v1.5.3 - 2025-11-24
Added
-
Deployment Handler: Full Docker-based deployment system integrated into CLI server
-
Tunnel Handler: Cloudflare tunnel management endpoints
-
Docker Container Cleanup: Uninstall process now removes all deployment containers
Changed
-
Improved Uninstall Process:
-
Tunnel ID Management: Now uses actual Cloudflare UUID instead of generated prefix
-
Welcome Server: Enhanced with deployment and tunnel route registration
Fixed
- Fixed tunnel cleanup during uninstall failing due to incorrect ID format
- Fixed Device API being killed before deregistration could complete
- Fixed process detection catching non-CLI processes
- Fixed uninstall using hardcoded API URLs instead of environment-aware URLs
Security
- Device deregistration endpoint now accepts device JWT for self-deregistration
- Maintains security by ensuring devices can only deregister themselves