Solutions
Device management
Remotely manage, and protect laptops and mobile devices.
Orchestration
Automate tasks across devices, from app installs to scripts.
Software management
Inventory, patch, and manage installed software.
Extend Fleet
Integrate your favorite tools with Fleet.
Customers
Fintech + Fleet
Fintech giant consolidates multiple tools with Fleet.
Foursquare + Fleet
Foursquare quickly migrates to Fleet for device management.
What people are saying
Stories from the Fleet community.
More
Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
Apple
Linux
Windows
ChromeOS
package_receipts
macOS package receipt details.
| Column | Type | Description |
|---|---|---|
| install_time | double | Timestamp of install time |
| installer_name | text | Name of installer process |
| location | text | Optional relative install path on volume |
| package_filename | text | Filename of original .pkg file Not returned in SELECT * FROM package_receipts. |
| package_id | text | Package domain identifier |
| path | text | Path of receipt plist |
| version | text | Installed package version |
List the location of receipt files related to installed packages.
SELECT * FROM package_receipts;