Quick installation
- Linux
- Windows
- macOS
Install using the automated shell script:After installation, reload your shell configuration:
The installer requires
unzip to be installed. See Known Issues if you encounter errors.Install with Cargo
If you have Rust and Cargo already installed on your system, you can install Quick Test CLI directly from crates.io:Install Rust and Quick Test CLI together
If you don’t have Rust installed, you can install both Rust and Quick Test CLI with a single command:Verify installation
After installation, verify that Quick Test CLI is properly installed:Updating
To update Quick Test CLI to the latest version:- Script installation
- Cargo installation
Re-run the installation script for your platform. It will automatically download and install the latest version:
Linux/macOS
Windows
Known issues
unzip is required
The shell installer requires theunzip utility to extract the downloaded archive.
Error message:
unzip using your package manager:
Troubleshooting
Command not found after installation
Command not found after installation
If you receive a “command not found” error after installation:
- Close and reopen your terminal
- Reload your shell configuration:
- Verify the binary is in your PATH:
Permission denied errors
Permission denied errors
On Linux/macOS, if you encounter permission errors:
- Ensure the binary has execute permissions:
- If installing to a system directory, you may need sudo privileges
Cargo build failures
Cargo build failures
If
cargo install quicktest fails:- Update Rust to the latest version:
- Ensure you have the necessary build tools installed:
- Linux:
build-essentialpackage - Windows: Visual Studio Build Tools or MinGW
- macOS: Xcode Command Line Tools
- Linux:
Next steps
Quickstart guide
Learn how to run your first stress test with Quick Test CLI