Skip to main content

Install QuikDB

Install QuikDB on your computer to start earning.

Automatic Installation

Linux/Mac:

curl -fsSL https://docs.quikdb.com/install/install.sh | bash

Windows:

iwr -useb https://docs.quikdb.com/install/windows/install.ps1 | iex

The installer automatically handles security warnings and places the program in your PATH.

Version-Specific Installation

To install a specific version for consistency or rollback purposes:

Linux/Mac:

# Install specific version (replace v1.4.0 with desired version)
curl -fsSL https://docs.quikdb.com/releases/v1.4.0/install/install.sh | bash

Windows:

# Install specific version
iwr -useb https://docs.quikdb.com/releases/v1.4.0/install/windows/install.ps1 | iex

See all available versions in the CLI Releases documentation.

Verify Installation

quikdb --version

Manual Download

If automatic installation fails:

Extract and place in your PATH.

Common Issues

Windows blocks the file: The installer handles this automatically. If you downloaded manually, right-click and choose "Run anyway".

Mac security warning: Go to System Preferences > Security & Privacy and click "Allow Anyway".

Command not found: Make sure the program is in your PATH, or run from the installation folder.

Next Step

After installation:

# Register your device
quikdb device register

# Install auto-start service (recommended)
quikdb service install

The auto-start service ensures QuikDB runs automatically when your computer boots, maximizing your uptime and earnings.

Uninstalling

If you need to remove QuikDB:

# Preview what will be removed
quikdb uninstall --dry-run

# Complete removal
quikdb uninstall

# Keep your registration data
quikdb uninstall --keep-config

See the Uninstall Guide for detailed instructions.

Updating

Keep your QuikDB CLI up to date for the latest features and security fixes:

# Check for updates
quikdb update --check

# Install updates (requires sudo on Mac/Linux)
sudo quikdb update

For detailed update instructions, troubleshooting, and manual update procedures, see the Update Guide.