What is Parsec-FTB and why is it running on my Mac?

I logged in this morning and had Activity monitor running. noticed a process name that I hadn't seen before

parsec-ftb. It disappeared rather quickly. It's probably been popping up previously, only this time activity monitor was running at start up, so I got a quick glimspse of it. Googled it and the closes I got was "parsec" which seems to be a remote desktop app for gaming.


what is this and why is it running?


Running Ventura 13.7.2


[Re-Titled by Moderator]

Original Title: parsec-tbf

iMac 27″ 5K

Posted on Jul 10, 2025 5:52 AM

Reply
Question marked as Top-ranking reply

Posted on Jul 10, 2025 7:52 AM

Based on the name you saw — parsec-tbf (or parsec-ftb, which might’ve been a quick visual misread) — it does sound like it’s related to the Parsec remote desktop app. Parsec is commonly used for high-performance remote desktop streaming, especially in gaming or media production contexts. Even if you didn’t knowingly install it, it could be bundled with or required by other apps (e.g., game launchers, cloud gaming tools, or even third-party remote support utilities).


To help confirm if a Parsec-related app is installed and where it’s located, use the following command in the Terminal app: system_profiler SPApplicationsDataType | grep -i parsec -A 5

7 replies
Question marked as Top-ranking reply

Jul 10, 2025 7:52 AM in response to Quolla6

Based on the name you saw — parsec-tbf (or parsec-ftb, which might’ve been a quick visual misread) — it does sound like it’s related to the Parsec remote desktop app. Parsec is commonly used for high-performance remote desktop streaming, especially in gaming or media production contexts. Even if you didn’t knowingly install it, it could be bundled with or required by other apps (e.g., game launchers, cloud gaming tools, or even third-party remote support utilities).


To help confirm if a Parsec-related app is installed and where it’s located, use the following command in the Terminal app: system_profiler SPApplicationsDataType | grep -i parsec -A 5

Jul 10, 2025 9:40 AM in response to BDAqua

OK. thanks


I did indeed have the name misread. Shut down, logged in again, and briefly saw the correct name.

Searched that and got this responds

parsec-fbf is responsible for periodic flush and upload of Siri Search analytics data. The binary is a part of CoreParsec private framewor


So problem resolved. Thank you All. Appreciate the help and guidance.


Jul 10, 2025 11:23 AM in response to Quolla6

To get a better understanding of this command, here is its breakdown:


system_profiler SPApplicationsDataType

This calls the system_profiler tool, which reports detailed information about your Mac. The SPApplicationsDataType argument tells it to return data only about installed applications—like name, version, location, last opened date, etc.


| grep -i parsec -A 5

The pipe (|) takes that long output and passes it into grep for filtering. grep -i means you're doing a case-insensitive search. So it will match "Parsec", "parsec", "PARSEC", etc. -A 5 means "print 5 lines After the match". This helps grab some of the metadata (like version, path, last opened date) that follows the application's name.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

What is Parsec-FTB and why is it running on my Mac?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.