Open device management
Find a file
Ian Littman 662b346d5a
Use UTC timestamps for DB migrations (#36228)
No changes file because this is just a tooling change rather than a
functionality change.

- [x] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)

## Testing

- [x] QA'd all new/changed functionality manually
2025-11-24 15:49:10 -06:00
.github Add workflows for validation on new FMAs only (#35888) 2025-11-24 15:00:27 -06:00
.storybook Updating UI for Okta config (#35204) 2025-11-18 19:34:59 -06:00
.vscode Remove docker compose up && make generate-dev from VSCode open folder automation (#32927) 2025-09-12 20:41:34 -03:00
android Updating Android libs, seeting up CI, adding lint. (#36089) 2025-11-21 10:45:25 -06:00
articles Revert "Guide update: Self-service for iOS/iPadOS (#35767)" out of main (#36151) 2025-11-24 11:29:55 -06:00
assets Update links to example configuration profiles (#35420) 2025-11-12 15:08:18 -05:00
changes gitops, basic apis, and table for android certificate templates (#35788) 2025-11-24 15:44:06 -06:00
charts Adding changes for Fleet v4.76.1 (#35760) 2025-11-18 14:35:31 -06:00
cmd gitops, basic apis, and table for android certificate templates (#35788) 2025-11-24 15:44:06 -06:00
docs Document research for Android agent app (#35094) 2025-11-24 12:10:40 +01:00
ee macOS FMA: JetBrains WebStorm (#36178) 2025-11-24 15:34:42 -06:00
frontend macOS FMA: JetBrains WebStorm (#36178) 2025-11-24 15:34:42 -06:00
git-hooks Merge Android datastore into main Fleet datastore (#32233) 2025-08-25 11:41:28 -04:00
handbook Update communications.md (#36204) 2025-11-24 12:40:47 -06:00
infrastructure Add more software to loadtest (#35756) 2025-11-21 10:42:19 -06:00
it-and-security Add icon to Fleet Keynote Theme in Self-service (#36207) 2025-11-24 11:01:05 -06:00
orbit Fix how Orbit opens browser window for end-user auth (#35877) 2025-11-18 09:42:29 -06:00
pkg gitops, basic apis, and table for android certificate templates (#35788) 2025-11-24 15:44:06 -06:00
proposals Remove proposals (unused) (#26646) 2025-02-27 10:37:07 -06:00
schema Add yaml_to_json and file_contents tables to fleetd (#35297) 2025-11-12 09:33:18 -08:00
security Fix docker publish failures (#33690) 2025-10-02 13:12:13 -03:00
server Use UTC timestamps for DB migrations (#36228) 2025-11-24 15:49:10 -06:00
terraform Clean up "click here" and "here" link anchors - part 1 (#29731) 2025-06-04 13:54:34 -06:00
test/upgrade Simplify DB test/upgrade tool (#27141) 2025-03-14 17:07:41 -03:00
third_party Updated httpsig-go library to 1.2.0 and removed vendored version. (#32426) 2025-08-28 14:28:30 -05:00
tools Use UTC timestamps for DB migrations (#36228) 2025-11-24 15:49:10 -06:00
website macOS FMA: JetBrains WebStorm (#36178) 2025-11-24 15:34:42 -06:00
.coderabbit.yaml Disabled GitHub checks for CodeRabbit. (#31692) 2025-08-07 13:22:08 -05:00
.dockerignore Added support to read jwt and mysql password from a file (#141) 2021-01-04 07:58:43 -08:00
.eslintignore Allow ESCAPE in LIKE clauses to be valid SQL (#31222) 2025-07-25 10:13:55 -05:00
.eslintrc.js update storybook to 8.4.7 (#25451) 2025-01-20 16:17:33 +00:00
.gitattributes Windows friendly changes after walking through getting started guide (#1441) 2021-07-21 20:49:44 -04:00
.gitignore Fleet UI: Ability to edit software display names (#34872) 2025-11-07 09:59:30 -05:00
.gitpod.yml Add gitpod yml (#2915) 2021-11-19 10:03:56 -03:00
.golangci.yml Add govet's nilness and golangci-lint nilnesserr (#33359) 2025-09-23 17:55:50 -03:00
.goreleaser-snapshot.yml Use goreleaser v2 in CI (#23748) 2024-12-03 16:15:31 -06:00
.goreleaser.yml Fix tagging of fleetdm/fleet and fleetdm/fleetctl when releasing (#28251) 2025-04-16 15:48:47 -03:00
.npmignore Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
.pre-commit-config.yaml bump golangci-lint to 1.55.2 (#18604) 2024-04-30 08:59:14 -06:00
.prettierignore Allow ESCAPE in LIKE clauses to be valid SQL (#31222) 2025-07-25 10:13:55 -05:00
.prettierrc.json add prettier and have it format all fleet application code (#625) 2021-04-12 14:32:25 +01:00
.yarnrc New yarn configuration: Sets installing a dependency to a specific semantic versioning instead of latest stable (#17938) 2024-03-29 10:39:20 -04:00
babel.config.json Fleet Frontend: Create integration tests QuerySidePanel.tests.tsx (#12179) 2023-06-07 12:01:59 -04:00
CHANGELOG.md Adding changes for Fleet v4.76.1 (#35760) 2025-11-18 14:35:31 -06:00
CODE_OF_CONDUCT.md Remove @fleetdm.com emails from fleetdm/fleet repo (#882) 2021-05-27 17:19:14 -04:00
codecov.yml Added migration test. 2024-09-09 15:28:15 -05:00
CODEOWNERS More codeowners updates (#36220) 2025-11-24 14:20:12 -06:00
docker-compose-redis-cluster.yml Target Redis 6 everywhere rather than a mix of 5 and 6 (#35373) 2025-11-10 17:05:44 -06:00
docker-compose.yml Target Redis 6 everywhere rather than a mix of 5 and 6 (#35373) 2025-11-10 17:05:44 -06:00
Dockerfile-desktop-linux Updating to Go 1.25.3 (#35082) 2025-11-03 09:47:07 -06:00
go.mod Bump golang.org/x/crypto from 0.41.0 to 0.45.0 (#36040) 2025-11-21 15:35:18 -06:00
go.sum Bump golang.org/x/crypto from 0.41.0 to 0.45.0 (#36040) 2025-11-21 15:35:18 -06:00
LICENSE Update LICENSE (#10) 2020-11-04 19:57:51 -06:00
Makefile Add CVE scanning for fleetdm/wix and split out workflows (#33687) 2025-10-01 19:37:22 -03:00
manifest.yml.cloudgov.example cloud.gov deployment (#7611) 2022-09-07 13:30:06 -05:00
osv-scanner.toml We have migrated from aws-sdk-go v1 to v2, remove scanner skip (#30469) 2025-07-02 13:33:31 -03:00
package.json Bump js-yaml from 3.14.1 to 3.14.2 (#35842) 2025-11-21 15:42:53 -06:00
postcss.config.js Upgrade Bourbon to 5.1.0 and fix deprecation warnings (#1973) 2019-01-03 12:46:55 -08:00
README.md Removing run tests badge from README (#32131) 2025-08-20 12:54:48 -05:00
render.yaml Use Render Redis service (#23056) 2025-01-02 10:07:54 -06:00
SECURITY.md Add scanning to released images and process to track vulnerabilities (#28087) 2025-04-16 11:50:10 -03:00
tsconfig.json Fleet UI: Fix policy software automation fail to report as failing (#26044) 2025-02-28 08:45:33 -05:00
webpack.config.js add readme for assets dir and cleanup directory (#33210) 2025-10-03 16:44:38 +01:00
yarn.lock Bump js-yaml from 3.14.1 to 3.14.2 (#35842) 2025-11-21 15:42:53 -06:00

Fleet logo, landscape, dark text, transparent background

News   ·   Report a bug   ·   Handbook   ·   Why open source?   ·   Art

Open-source platform for IT and security teams with thousands of computers. Designed for APIs, GitOps, webhooks, YAML, and humans.

A glass city in the clouds

What's it for?

Organizations like Fastly and Gusto use Fleet for vulnerability reporting, detection engineering, device management (MDM), device health monitoring, posture-based access control, managing unused software licenses, and more.

Explore data

To see what kind of data you can use Fleet to gather, check out the table reference documentation.

Out-of-the-box policies

Fleet includes out-of-the box support for all CIS benchmarks for macOS and Windows, as well as many simpler queries.

Take as much or as little as you need for your organization.

Supported platforms

Here are the platforms Fleet currently supports:

  • Linux (all distros)
  • macOS
  • Windows
  • Chromebooks
  • Amazon Web Services (AWS)
  • Google Cloud (GCP)
  • Azure (Microsoft cloud)
  • Data centers
  • Containers (kube, etc)
  • Linux-based IoT devices

Lighter than air

Fleet is lightweight and modular. You can use it for security without using it for MDM, and vice versa. You can turn off features you are not using.

Openness

Fleet is dedicated to flexibility, accessibility, and clarity. We think everyone can contribute and that tools should be as easy as possible for everyone to understand.

Good neighbors

Fleet has no ambition to replace all of your other tools. (Though it might replace some, if you want it to.) Ready-to-use, enterprise-friendly integrations exist for Snowflake, Splunk, GitHub Actions, Vanta, Elastic Jira, Zendesk, and more.

Fleet plays well with Munki, Chef, Puppet, and Ansible, as well as with security tools like Crowdstrike and SentinelOne. For example, you can use the free version of Fleet to quickly report on what hosts are actually running your EDR agent.

Free as in free

The free version of Fleet will always be free. Fleet is independently backed and actively maintained with the help of many amazing contributors.

Longevity

The company behind Fleet is founded (and majority-owned) by true believers in open source. The company's business model is influenced by GitLab (NYSE: GTLB), with great investors, happy customers, and the capacity to become profitable at any time.

In keeping with Fleet's value of openness, Fleet Device Management's company handbook is public and open source. You can read about the history of Fleet and osquery and our commitment to improving the product.

Is it any good?

Fleet is used in production by IT and security teams with thousands of laptops and servers. Many deployments support tens of thousands of hosts, and a few large organizations manage deployments as large as 400,000+ hosts.

Chat

Please join us in MacAdmins Slack or in osquery Slack.

The Fleet community is full of kind and helpful people. Whether or not you are a paying customer, if you need help, just ask.

Contributing   Go Report Card   CII Best Practices   Twitter Follow  

The landscape of cybersecurity and IT is too complex. Let's open it up.

Contributions are welcome, whether you answer questions on Slack / GitHub / StackOverflow / LinkedIn / Twitter, improve the documentation or website, write a tutorial, give a talk at a conference or local meetup, give an interview on a podcast, troubleshoot reported issues, or submit a patch. The Fleet code of conduct is on GitHub.

What's next?

To see what Fleet can do, head over to fleetdm.com and try it out for yourself, grab time with one of the maintainers to discuss, or visit the docs and roll it out to your organization.

Production deployment

Fleet is simple enough to spin up for yourself. Or you can have us host it for you. Premium features are available either way.

Documentation

Complete documentation for Fleet can be found at https://fleetdm.com/docs.

License

The free version of Fleet is available under the MIT license. The commercial license is also designed to allow contributions to paid features for users whose employment agreements allow them to contribute to open source projects. (See LICENSE.md for details.)

Fleet is built on osquery, nanoMDM, Nudge, and swiftDialog.