Looking forward to it when it officially arrives. Meanwhile, based on the OpenSearch format from @Dan's response I added this in my .zshrc:
perp() {
search=""
echo "Perplexity lookup for: $@"
for term in $@; do
search="$search%20$term"
done
xdg-open "https://www.perplexity.ai/search?s=o&q=$search" &
}
So, from the terminal, I can just run perp <searchQuerry>, and it opens up perplexity with the search query lookup. This works on Linux, with the default browser as Firefox.
I am 84 and was very slow to start using AI. I now use Perplexity as my entry into this brand-new world. I was employed as a techie from the age of 29 until the age of 82. My age requires AI to enjoy the web thoroughly. The light bulb has come back and is on.
"...as there already is a good way to use it on Firefox for Windows (via OpenSearch, right clicking on the url bar when on perplexity.ai and then clicking 'add as default search engine'..."
I can't see any "add as default search engine" on Firefox 126.0 (Windows)