Skip to content

Installation

Wiki Deployment edited this page Aug 3, 2025 · 3 revisions

Installation Guide

Binary Installation (Recommended)

Windows

  1. Download the installer: Qrew-{version}-windows-installer.exe
  2. Run the installer and follow the prompts
  3. Or use the portable version: Qrew-{version}-windows.zip

macOS

Intel Macs:

  • Download: Qrew-{version}-macos-x86_64.dmg
  • Open the DMG and drag Qrew to Applications

Apple Silicon Macs (M1/M2/M3):

  • Download: Qrew-{version}-macos-arm64.dmg
  • Open the DMG and drag Qrew to Applications

Linux

Debian/Ubuntu:

sudo dpkg -i qrew-{version}-linux.deb

Red Hat/Fedora:

sudo rpm -i qrew-{version}-linux.rpm

Universal:

tar -xzf qrew-{version}-linux.tar.gz
cd qrew
chmod +x qrew
./qrew

Python Package Installation

For Python developers or advanced users:

pip install qrew

Then run:

qrew

Post-Installation Setup

Windows Firewall

You may need to allow Qrew through Windows Firewall:

  1. When prompted, click "Allow access"
  2. Or manually add exception in Windows Defender Firewall

macOS Security

For macOS, you may need to:

  1. Right-click the app and select "Open"
  2. Click "Open" in the security dialog
  3. Go to System Preferences → Security & Privacy if needed

Linux Permissions

Make the binary executable if needed:

chmod +x qrew

Clone this wiki locally