Fleet logo
Menu An icon indicating that interacting with this button will open the navigation menu.
Fleet logo An 'X' icon indicating that this can be interacted with to close the navigation menu.

Solutions

a small chevron
Device management

Device management

Remotely manage, and protect laptops and mobile devices.

Orchestration

Orchestration

Automate tasks across devices, from app installs to scripts.

Software management

Software management

Inventory, patch, and manage installed software.

Extend Fleet

Extend Fleet

Integrate your favorite tools with Fleet.


Customers

a small chevron
Stripe + Fleet

Stripe + Fleet

Stripe consolidates multiple tools with Fleet.

Foursquare + Fleet

Foursquare + Fleet

Foursquare quickly migrates to Fleet for device management.

What people are saying

What people are saying

Stories from the Fleet community.


Pricing

More

a small chevron
Docs

Docs

Guides

Guides

Support

Support

News

News

Get your license

Get your license

The handbook

The handbook

Fleet @ Meow Wolf

Kick off JNUC with Fleet at Meow Wolf Denver's Convergence Station.

Join us
Get a demo Try it yourself
Solutions A small chevron
Device management

Device management

Remotely manage, and protect laptops and mobile devices.

Orchestration

Orchestration

Automate tasks across devices, from app installs to scripts.

Software management

Software management

Inventory, patch, and manage installed software.

Extend Fleet

Extend Fleet

Integrate your favorite tools with Fleet.

Customers A small chevron
Stripe + Fleet

Stripe + Fleet

Stripe consolidates multiple tools with Fleet.

Foursquare + Fleet

Foursquare + Fleet

Foursquare quickly migrates to Fleet for device management.

What people are saying

What people are saying

Stories from the Fleet community.

Pricing
More A small chevron

Fleet @ Meow Wolf

Kick off JNUC with Fleet at Meow Wolf Denver's Convergence Station.

Join us
Docs

Docs

Guides

Guides

Support

Support

News

News

Get your license

Get your license

The handbook

The handbook

Try it yourself Get a demo
Software/
P4V
P4V icon

P4V

macOS | 2025.2

P4V is an app for accessing and managing Perforce version control repositories via a graphical interface.

Self-service install

To install P4V on your work computer:

  1. Navigate to the Fleet Desktop icon in the OS menu bar and select My device.
  2. From the Self-service tab, navigate to P4V and click Install.

Don’t see P4V or the Fleet Desktop icon? Send a link to this page to your IT team.

Uninstall P4V

Run the following command in your terminal to uninstall P4V:

quit_application() { local bundle_id="$1"; local timeout_duration=10; if ! osascript -e "application id \"$bundle_id\" is running" >/dev/null 2>&1; then return; fi local console_user; console_user=$(stat -f "%Su" /dev/console); if [[ $EUID -eq 0 && "$console_user" == "root" ]]; then return; fi SECONDS=0; while (( SECONDS < timeout_duration )); do osascript -e "tell application id \"$bundle_id\" to quit" >/dev/null 2>&1 || true; if ! pgrep -f "$bundle_id" >/dev/null 2>&1; then break; fi sleep 1; done } && for id in "com.perforce.p4v" "com.perforce.p4merge" "com.perforce.p4admin"; do && quit_application "$id" && done && rm -rf "/Applications/p4v.app" "/Applications/p4merge.app" "/Applications/p4admin.app" >/dev/null 2>&1 || true && for udir in /Users/* /var/root; do && [[ -d "$udir/Library" ]] || continue && rm -f  "$udir/Library/Preferences/com.perforce.p4v.plist" \ && "$udir/Library/Preferences/com.perforce.p4merge.plist" \ && "$udir/Library/Preferences/com.perforce.p4admin.plist" >/dev/null 2>&1 || true && rm -rf "$udir/Library/Caches/com.perforce.p4v" \ && "$udir/Library/Caches/com.perforce.p4merge" \ && "$udir/Library/Caches/com.perforce.p4admin" >/dev/null 2>&1 || true && rm -rf "$udir/Library/Application Support/Perforce" \ && "$udir/Library/Application Support/P4V" >/dev/null 2>&1 || true && done && echo "p4v suite uninstalled"

Is P4V up to date?

Run this query in Fleet to find old versions of P4V across all your computers:

SELECT 1 FROM apps WHERE bundle_identifier = 'com.perforce.p4v' AND bundle_short_version <= '2025.2';

Share

Share this article on Hacker News Share this article on LinkedIn Share this article on Twitter
Docs REST API Guides
Fleet logo
Multi platform Device management Orchestration Software management Integrations Pricing
Documentation Support Docs API Release notes Get your license
Company About News Jobs Logos/artwork Why open source?
ISO 27001 coming soon a small checkmarkSOC2 Type 2 Creative Commons Licence CC BY-SA 4.0
© 2025 Fleet Inc. Privacy
Slack logo GitHub logo LinkedIn logo X (Twitter) logo Youtube logo Mastadon logo
Tried Fleet yet?

Get started with Fleet

Start
continue
×