It's not really piracy since the model is available publicly at
QWQ 32B or its
GGUF form from their own release page. To run it, you use something like
KoboldCPP on the GGUF file, there are others but KoboldCPP is easiest to get into since its almost just drag and drop (I'm assuming you use Windows). KoboldCPP then starts an internal web server and gives you a UI through a web browser. These models don't really "search" the internet, it just spits out whatever it was pretrained on based on the question "prompt" you put in.
It is possible to add backend tooling to allow it to search, but that's more of the function of how the program you are using processes the prompt for the model to handle the text.