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.9)
| 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.8
| 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.7
| 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.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 |
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 |
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.9 - 2026-03-09
Fixed
- Self-update "text file busy" error: Fixed the
quikdb updatecommand failing with "text file busy" on Linux and "permission denied" on macOS when replacing the running binary. The update now uses atomic rename instead of file copy, which works even while the CLI is executing. Users no longer need workarounds to update.
Previous Versions
v1.5.8 - 2026-02-22
Added
-
quikdb device update-tiercommand: Change your node's tier after registration -
Resource budgeting per tier: Your node now tracks CPU, RAM, and storage usage against your tier's limits
-
Deployments survive restarts: Your running deployments are remembered across CLI restarts
-
Linux service resource limits: The auto-start service now enforces your tier's CPU and memory limits at the OS level
Changed
-
New tier system: Replaced BASIC/PREMIUM/ENTERPRISE with HOBBY/BUILDER/STARTUP/TEAM to match subscription plans
-
Node dashboard serves HTTP: The local dashboard at
http://localhost:4222no longer requires HTTPS
Fixed
- Tier update now syncs with server: Previously, local config could update even when the server rejected the change
- Clearer tier qualification: Insufficient resource messages now show which specific resource is the bottleneck
- Tunnel stability: Requesting a new tunnel no longer breaks an existing working tunnel
v1.5.7 - 2026-02-21
Improved
- Enhanced internal testing and code quality
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