Releases
Quick Install
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.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 |
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.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 |
v1.5.1
| 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.5 - 2025-12-05
Fixed
-
Docker API Compatibility: Fixed "client version 1.52 is too new" errors during deployments
-
Cloudflared Reload Mechanism: Fixed HTTP endpoint for tunnel reload operations
Changed
- Process Tracking: Enhanced tunnel handler to maintain cloudflared process state
Previous Versions
v1.5.4 - 2025-12-01
Added
- Platform-Specific Process Management: Separate implementations for Linux, macOS, and Windows
- Hard-Reload Process Isolation: Cloudflared now runs in isolated process group
Fixed
-
Zombie Process Prevention: Resolved "wait: no child processes" error
-
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
v1.5.2 - 2025-11-10
Added
- Complete release automation with
release-automation.shscript - Automated JSON metadata updates for
latest.jsonandversion.json - Cross-platform sed compatibility (BSD/GNU) using Perl fallback
- Release flags support:
--critical,--stable,--unstable - Comprehensive release documentation in
RELEASE.md
Changed
- Enhanced
sync-docs.shto automatically update all JSON metadata files - Enhanced
deploy-versioned-binaries.shwith automatic metadata extraction from changelog - Improved release workflow with single-command automation
Fixed
- Fixed BSD sed incompatibility on macOS in documentation sync scripts
- Fixed manual JSON editing requirements in release process